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 d3a4c7d698a4919214fb5960d88e1c052aa8b1d9 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f d3a4c7d698a4919214fb5960d88e1c052aa8b1d9 # timeout=10 Commit message: "Merge pull request #80 from ptziegler/issue79" > git rev-list --no-walk d3a4c7d698a4919214fb5960d88e1c052aa8b1d9 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Agent basic-fb8s2 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718027292482" labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" kubernetes.jenkins.io/controller: "http___jenkins-ui_rcptt_svc_cluster_local_rcpttx" name: "basic-fb8s2" 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-fb8s2" - 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-fb8s2" - 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-fb8s2 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 Avoid second fetch Checking out Revision d3a4c7d698a4919214fb5960d88e1c052aa8b1d9 (origin/master) > 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 > git rev-parse origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d3a4c7d698a4919214fb5960d88e1c052aa8b1d9 # timeout=10 Commit message: "Merge pull request #80 from ptziegler/issue79" [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-tm43x-9gczp Still waiting to schedule task ‘rcptt-build-and-deploy-agent-3.5.4-tm43x-9gczp’ is offline Agent rcptt-build-and-deploy-agent-3.5.4-tm43x-9gczp is provisioned from template rcptt-build-and-deploy-agent-3.5.4-tm43x --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718027305624" buildUrl: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/job/master/1825/" runUrl: "job/master/1825/" 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-tm43x-9gczp" 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-tm43x-9gczp" - name: "JAVA_TOOL_OPTIONS" value: "-Xmx1G" - name: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "JENKINS_NAME" value: "rcptt-build-and-deploy-agent-3.5.4-tm43x-9gczp" - 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-tm43x-9gczp 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 d3a4c7d698a4919214fb5960d88e1c052aa8b1d9 (origin/master) > git rev-parse origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d3a4c7d698a4919214fb5960d88e1c052aa8b1d9 # timeout=10 Commit message: "Merge pull request #80 from ptziegler/issue79" [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 14 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 177 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 70 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 84 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 12 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 123 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 727 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 204 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 68 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 300 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 172 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 1.8 MB/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 402 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 197 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 843 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 249 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 184 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 24 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 62 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 130 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 18 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 19 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 23 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 26 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 85 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 598 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 49 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 22 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 11 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 161 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom (2.1 kB at 20 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom (1.1 kB at 20 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 20 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 37 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 17 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.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/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-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/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/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] 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] 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 67 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 409 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/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar (22 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] 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 230 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/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 647 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/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 171 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/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 769 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar (284 kB at 808 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] 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 323 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar (13 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/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/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 186 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/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 5.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 2.2 MB/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 79 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/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 242 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar (3.1 kB at 5.6 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 12 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 28 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 7.2 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 48 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 76 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 2.4 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 36 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 5.0 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 3.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 108 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 164 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 722 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 330 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 1.5 MB/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 30 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 187 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/target-platform-validation-plugin/2.7.5/target-platform-validation-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/target-platform-validation-plugin/2.7.5/target-platform-validation-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/target-platform-validation-plugin/2.7.5/target-platform-validation-plugin-2.7.5.pom (1.8 kB at 11 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-extras/2.7.5/tycho-extras-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/2.7.5/tycho-extras-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/2.7.5/tycho-extras-2.7.5.pom (6.5 kB at 93 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 208 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 13 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 18 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 86 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 169 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 498 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 349 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 787 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 4.1 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 15 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 92 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 49 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 419 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 50 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 180 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 781 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 166 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 37 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 33 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 137 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 82 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 77 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 61 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 713 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 212 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/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-tree/9.2/asm-tree-9.2.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/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-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/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/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar (85 kB at 943 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 605 kB/s) [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 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar (28 kB at 297 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 211 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 315 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 3.5 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.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 225 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 650 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 1.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/19/apache-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 704 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 462 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 70 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 457 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 53 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 316 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 737 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 248 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 632 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 37 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 2.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom (8.3 kB at 194 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 1.3 MB/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 109 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 89 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 482 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 87 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 30 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 81 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 40 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 47 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 40 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 45 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 82 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 85 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 78 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 75 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 21 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 70 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 23 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 72 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 461 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.4 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/21/apache-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 590 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 56 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 205 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 95 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 467 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 1.3 MB/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 80 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 45 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 1.2 MB/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 982 kB/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 60 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 352 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 263 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 407 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 133 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 31 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 480 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 261 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 705 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 133 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 424 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 220 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 53 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 524 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 213 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 67 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 431 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 690 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 141 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 165 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 14 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 179 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 772 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 61 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 51 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 120 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 59 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 34 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 56 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 18 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 99 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 219 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 40 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 42 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 21 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 47 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 72 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 47 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 26 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 51 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 37 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 58 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 86 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 41 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 317 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 43 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 56 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 73 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 70 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 345 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 124 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 77 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 189 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 375 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 61 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 12 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 236 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 242 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 97 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 142 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 76 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 60 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 78 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 67 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 64 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 97 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 541 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 89 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 120 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 363 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 71 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 114 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 80 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 299 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 92 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 305 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/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.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/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/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 365 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar (65 kB at 537 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar (26 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar (185 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar (3.7 MB at 15 MB/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.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar (680 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar (425 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar (616 kB at 2.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar (1.2 MB at 4.9 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] 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 2.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.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar (736 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar (716 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] 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 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 568 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar (111 kB at 338 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar (782 kB at 2.3 MB/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 38 kB/s) [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 549 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] 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/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 758 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 1.5 MB/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/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 95 kB/s) [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 101 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 169 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 390 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-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 72 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 66 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/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 805 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 95 kB/s) [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 89 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 260 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 736 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 250 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 274 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 87 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 926 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 155 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 281 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 332 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 245 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 1.3 MB/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 59 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 644 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 222 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 382 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 375 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 174 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 734 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 16 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 146 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 440 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 6.3 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 408 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 101 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 958 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 699 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.4 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 28 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 390 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 113 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 251 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 934 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 5.1 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 28 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 550 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 30 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 31 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 9.0 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 35 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 64 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 82 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 585 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 278 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 126 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 104 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 621 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 41 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 54 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 24 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 278 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 203 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 13 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 114 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 143 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 108 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 83 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 184 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 120 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 148 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.2 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 492 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 548 kB/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/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/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-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/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/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/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/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] 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] 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 1.9 MB/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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] 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-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/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 289 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 905 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.1/maven-shared-utils-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 302 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/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 265 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 25 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.1/maven-shared-utils-3.2.1.jar (167 kB at 905 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.5 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 1.1 MB/s) [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ mirroring --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-pack200-impl/2.7.5/tycho-pack200-impl-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/2.7.5/tycho-pack200-impl-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/2.7.5/tycho-pack200-impl-2.7.5.pom (1.1 kB at 14 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 4.7 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 216 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 519 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 629 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 107 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 50 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 33 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 79 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 33 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 32 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 63 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 131 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 125 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 40 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 41 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 58 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 84 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 79 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 298 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 28 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 69 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 155 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 450 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 18 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 67 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 379 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 18 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 64 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 83 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 106 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 41 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 453 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 63 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 37 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 106 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 167 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 232 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 192 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 403 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 140 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 269 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 254 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 23 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 45 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 35 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 170 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 95 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 38 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 33 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 154 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 178 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 140 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 121 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 299 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 369 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 629 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 237 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 168 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-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/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-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/guava/30.1.1-jre/guava-30.1.1-jre.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar [INFO] 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] 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 149 kB/s) [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] 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 60 kB/s) [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/commons-codec/commons-codec/1.11/commons-codec-1.11.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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar (42 kB at 1.5 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/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 792 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 270 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/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.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/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar (44 kB at 764 kB/s) [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 3.7 MB/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-core/3.8.1/maven-core-3.8.1.jar (634 kB at 6.5 MB/s) [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 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar (27 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 371 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 571 kB/s) [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 494 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 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar [INFO] 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] 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-api/1.6.2/maven-resolver-api-1.6.2.jar (149 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar (180 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar (169 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar (38 kB at 291 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.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 42 kB/s) [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 323 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 1.5 MB/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] 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] 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/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 2.2 MB/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/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 3.4 MB/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 266 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.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 21 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] 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-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar (47 kB at 221 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/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 21 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/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 9.0 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/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 57 kB/s) [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 950 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 198 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 2.5 MB/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 1.1 MB/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 128 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 36 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 99 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 737 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 127 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 120 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/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] 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] 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 1.0 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 106 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.4 MB/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 13 MB/s) [INFO] The project's OSGi version is 2.5.5.202406011405 [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 54 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 239 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 59 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 67 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 25 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 31 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 26 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 43 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/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-compiler-jdt/2.7.5/tycho-compiler-jdt-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 cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/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] 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] 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 53 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 284 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 169 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 22 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 15 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 158 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 75 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 97 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 17 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 149 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 320 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 50 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 139 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 120 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 31 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 48 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 55 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 48 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 241 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 35 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 79 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 15 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 186 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 210 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 121 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 222 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 891 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 203 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 710 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 583 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 17 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 125 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 28 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 128 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 73 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 321 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 209 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 299 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 61 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-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-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-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-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] 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] 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 864 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 547 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 511 kB/s) [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-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 595 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] 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 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 603 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 4.1 MB/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-impl/1.7/aether-impl-1.7.jar (106 kB at 754 kB/s) [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 766 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] 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/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 1.8 MB/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/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 346 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/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 189 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 979 kB/s) [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 202 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 39 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 360 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 26 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 52 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 171 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 267 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 42 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 14 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 24 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 57 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 196 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 17 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 91 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 28 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 112 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 247 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 46 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/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-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/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/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/1.9.4/ant-1.9.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 1.3 MB/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/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (224 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 654 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar (409 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 495 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 247 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/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 664 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 2.0 MB/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 147 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 12 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-1087736976 [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-1087736976 [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-1087736976 [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-1087736976 [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-1087736976 [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-1087736976 [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-1087736976 [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-1087736976 [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-1087736976 [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-1087736976 [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-1087736976 [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-1087736976 [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-runtime17422855459146531966.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/, -metadataRepository, file:/home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/, -publishArtifacts, -compress, -source, /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom (5.2 kB at 150 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 45 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 33 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 44 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 54 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 62 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 28 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 37 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 61 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 35 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 42 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 83 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.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/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/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.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] 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] 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 291 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.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 831 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.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 493 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 527 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] 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 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 209 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 318 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 296 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 4.6 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 16 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 125 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 809 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 764 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 38 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 55 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 228 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 38 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 17 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 165 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 73 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 53 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 77 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 228 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 13 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 27 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 59 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/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/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/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/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] 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] 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 704 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/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 216 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] 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 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 3.2 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-core/2.2.1/maven-core-2.2.1.jar (178 kB at 2.4 MB/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/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 243 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 96 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.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 241 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 182 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 379 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 130 kB/s) [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 89 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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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 [ 7.868 s] [INFO] dependencies ....................................... SUCCESS [ 0.004 s] [INFO] bundles ............................................ SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.updates.aspectj.e44x ............. SUCCESS [ 28.430 s] [INFO] org.eclipse.rcptt.updates.kepler ................... SUCCESS [ 18.890 s] [INFO] org.eclipse.rcptt.updates.external.dependencies.rap SUCCESS [ 32.393 s] [INFO] org.eclipse.rcptt.updates.extra .................... SUCCESS [ 12.930 s] [INFO] features ........................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.external.dependencies.feature .... SUCCESS [ 5.477 s] [INFO] org.eclipse.rcptt.external.dependencies.rap.feature SUCCESS [ 9.562 s] [INFO] dependencies 2.5.5-SNAPSHOT ........................ SUCCESS [ 4.854 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:33 min [INFO] Finished at: 2024-06-10T13:52:00Z [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] 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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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 1 0 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s - in org.eclipse.rcptt.ecl.perf.tests.TimePerfTest testSimple(org.eclipse.rcptt.ecl.perf.tests.TimePerfTest) Time elapsed: 0.206 s testMeasureTime(org.eclipse.rcptt.ecl.perf.tests.TimePerfTest) Time elapsed: 0.003 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.202406011405 [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: 0.793 s - in org.eclipse.rcptt.ecl.doc.tests.EclDocTest test01(org.eclipse.rcptt.ecl.doc.tests.EclDocTest) Time elapsed: 0.778 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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.026 s - in org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest testLexer001(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0.002 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 s testLexer007(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 s testLexer008(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 s testNewLineWithSpaces(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 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.225 s - in org.eclipse.rcptt.ecl.parser.test.SimpleParserTest testCurlyArgWithCommentInside(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.08 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 s testCommandAfterNewLines(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser001d(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser001e(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser001f(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser001g(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser001h(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser003a(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testNewlineBeforePlus(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testLexer001(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser002(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser003(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser004(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser005(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser006(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser009(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser010(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser011(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser012(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser016(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 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 s testParser022(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 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 s testUnclosedBrace(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testNewlineAfterPlus(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testCommentedClosedBrace(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommandAndCommentsAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testCommentAfterPipe(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testMultilineCommentedClosedBrace(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommandAfterCommandAndComment(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testCommentsAndEolAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testNewLineAndSpaceCombinationAfterString(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testLexer001b(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testLexer001c(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testLexer001d(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testLexer001e(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testVariableInPipe(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testNewLineWithSpacesAfterCommand(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testSubCommandWithEverything(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testScringEscape(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCurlyArg(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testVariableArgument(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 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 s testCommentAndEolAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testNewLinesAfterCommand(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 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 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 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.218 s - in org.eclipse.rcptt.ecl.parser.test.ExecServiceTest letExpression(org.eclipse.rcptt.ecl.parser.test.ExecServiceTest) Time elapsed: 0.205 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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.437 s - in org.eclipse.rcptt.ecl.core.tests.StatusesTest testTimeout(org.eclipse.rcptt.ecl.core.tests.StatusesTest) Time elapsed: 0.31 s testNoTimeout(org.eclipse.rcptt.ecl.core.tests.StatusesTest) Time elapsed: 0.102 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.002 s Running org.eclipse.rcptt.ecl.core.tests.FormatterTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.rcptt.ecl.core.tests.FormatterTest testSmallLineWidth(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.004 s testSmallIndent(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s testLongLineWidth(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s test01(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.001 s test02(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s test03(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s test04(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.014 s test05(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.003 s testBigIndent(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s Running org.eclipse.rcptt.ecl.core.tests.LocalCoreTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.013 s - in org.eclipse.rcptt.ecl.core.tests.LocalCoreTest testExec1(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.001 s testExec2(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.001 s testReadFromFinishedCommand(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.001 s testExecParallel(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 2.002 s testPipeline(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.002 s testExecSequence(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.001 s testIsPipeEmpty2(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.001 s testHWCommand(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0 s testIsPipeEmpty(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0 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.202406011405 [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.033 s - in org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest testSmallIndent(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0.006 s testBoolArgs(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 s testEmpty(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 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 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.202406011405 [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.202406011405 [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.202406011405 [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.491 s - in org.eclipse.rcptt.ecl.operations.tests.FindAllTest testFindAllFail(org.eclipse.rcptt.ecl.operations.tests.FindAllTest) Time elapsed: 0.399 s testMatchedSubstring(org.eclipse.rcptt.ecl.operations.tests.FindAllTest) Time elapsed: 0.01 s testGroups(org.eclipse.rcptt.ecl.operations.tests.FindAllTest) Time elapsed: 0.004 s Running org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest testParseFail(org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest) Time elapsed: 0.004 s testDate(org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest) Time elapsed: 0.001 s testTime(org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest) Time elapsed: 0.001 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data >---------- [INFO] Building org.eclipse.rcptt.ecl.data 2.5.5-SNAPSHOT [52/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.data --- [INFO] The project's OSGi version is 2.5.5.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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: 0.764 s - in org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession testCommandExecution001(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.396 s processDiesIfSessionIsClosed(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.179 s errorIsReported(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.054 s istatusPropagatesTraces(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.057 s simpleExecution(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.053 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.202406011405 [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.202406011405 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.data.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/org.eclipse.rcptt.ecl.data.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.data.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/org.eclipse.rcptt.ecl.data.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/org.eclipse.rcptt.ecl.data.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.data.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.data.tests.WriteLinesTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.642 s - in org.eclipse.rcptt.ecl.data.tests.WriteLinesTest failToWriteInDir(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.435 s writeToNewFolder(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.065 s writeTwiceToFilesystem(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.029 s writeToNewFilesystemFolder(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.002 s writeToNewProject(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.011 s writeToExistingFilesystemFolder(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.002 s writeToClosedProject(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.008 s appendToFilesystem(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.006 s Running org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s - in org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest testFile(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.013 s testProject(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.117 s testAbsentProject(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.05 s testFolder(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.01 s testWorkspace(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.006 s testAbsentFile(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.009 s testAbsentFolderInExistingProject(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.005 s testAbsentFolder(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.002 s Running org.eclipse.rcptt.ecl.data.tests.ReadFileTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.rcptt.ecl.data.tests.ReadFileTest testReadFile(org.eclipse.rcptt.ecl.data.tests.ReadFileTest) Time elapsed: 0.069 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.037 s - in org.eclipse.rcptt.ecl.data.tests.ReadCsvFileTests write(org.eclipse.rcptt.ecl.data.tests.ReadCsvFileTests) Time elapsed: 0.012 s testSimple(org.eclipse.rcptt.ecl.data.tests.ReadCsvFileTests) Time elapsed: 0.024 s Running org.eclipse.rcptt.ecl.data.tests.DeleteFileTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.rcptt.ecl.data.tests.DeleteFileTest testWorkspaceFolder(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.05 s testInput(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.008 s testProject(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.009 s testDeleteFilesystemFolder(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.001 s testDeleteWorkspace(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.005 s testDeleteFilesystemFile(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0 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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.331 s - in org.eclipse.rcptt.core.search.test.TagsContentAssistTest testTag1And(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.305 s testTag(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.001 s testEmpty(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTag1(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTag2(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTagSpace(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTag1AndNot(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.001 s testTagWithOpenParenthesis(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTagWithCloseParenthesis(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTag1Space(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.core >---------- [INFO] Building org.eclipse.rcptt.core.ecl.core 2.5.5-SNAPSHOT [89/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.core --- [INFO] The project's OSGi version is 2.5.5.202406011405 [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.202406011405 [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.202406011405 [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.033 s - in org.eclipse.rcptt.core.ecl.parser.test.ModelTest testSimpleProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.005 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.001 s testComplexProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testInLetArg(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s testMaskParam(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 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 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.006 s - in org.eclipse.rcptt.core.ecl.parser.test.CompleterTest testSingleCommandNoMatch(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.001 s testPrefixedFilteredArgProposalArgName(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.001 s testPrefixedArgProposalArgName(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testSingleDollar(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testArgProposalAfterDash(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.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 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.001 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.005 s - in org.eclipse.rcptt.core.ecl.parser.test.NewParserTest simpleCmd(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s testCommentsBetweenArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s pipeWithArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.001 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 s testSemicolon(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s mlc(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.001 s compPipeArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s simplePipeArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s differentArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s twoPipes(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s namedArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s boolArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s testCommentsBetweenPipes(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.PathTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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 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.001 s - in org.eclipse.rcptt.core.ecl.parser.test.ResolverTest testParamAsArg(org.eclipse.rcptt.core.ecl.parser.test.ResolverTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.ParserTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.rcptt.core.ecl.parser.test.ParserTest testSimpleIdArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testNamedArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testEmpty(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testStrangeCrash(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0.001 s testPipeArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testNoArgsCommand(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testArgLineBreak(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSimpleNumArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSimpleRefArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSimpleStrArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testBoolArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testTwoNoArgsCommands(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSLComment(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testScriptArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testNoArg2Pipes(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testRealScript(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 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 - 27ms New Time - 12ms Scan Time - 9ms Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s - in org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest test1(org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest) Time elapsed: 0.41 s testScanner(org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest) Time elapsed: 0.093 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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.281 s - in org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest testAssertChildren(org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest) Time elapsed: 0.2 s testChildrenAllowedForUnexpanded(org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest) Time elapsed: 0.001 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.202406011405 [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.202406011405 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.tests --- [INFO] Resolving class path of org.eclipse.rcptt.core.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/org.eclipse.rcptt.core.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/org.eclipse.rcptt.core.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/org.eclipse.rcptt.core.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.core.tests --- [INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (295.49kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (133.24kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (54.1kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (102.77kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (108.54kB) [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.86MB) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (304.72kB) [INFO] Fetching org.eclipse.equinox.console_1.3.200.v20181115-0906.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (122.39kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (203.85kB) [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (56.87kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (67.47kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.9.v20180409-1525.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (347.92kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.5.v20180409-1525.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1,005.08kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (2.32MB) [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.65MB) [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (3.09MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_7.5.0.v20181003-1532.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (3.45MB) [INFO] Fetching org.eclipse.ant.core_3.5.300.v20190213-1305.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (106.24kB) [INFO] Fetching org.eclipse.compare.win32_1.2.400.v20190213-1306.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.63kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.400.v20190131-1604.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (77.61kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (41.94kB) [INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (81.4kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.400.v20190214-1309.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.09kB) [INFO] Fetching org.eclipse.ecf_3.9.3.v20181012-2016.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (121.39kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20180810-0833.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (63.62kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.200.v20180827-1235.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (25.96kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.48kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (52.03kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (126.4kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.300.v20180301-0132.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (73.79kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.9kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.7kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (65.99kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.0.v20190305-2216.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (28.75kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.0.v20190305-2225.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (229.29kB) [INFO] Fetching org.eclipse.jetty.http_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (211.68kB) [INFO] Fetching org.eclipse.jetty.server_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (656.68kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (127.96kB) [INFO] Fetching org.eclipse.jetty.util_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (532.25kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.33kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.77kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (12.52kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.1.100.v20180822-1258.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.96kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (25.06kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (128.64kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (77.41kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (26.05kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.23kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (56.26kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.200.v20190204-0752.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (31.08kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.51kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (232.12kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (35.02kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.0.v20181023-0914.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (49.42kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (247.74kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (606.02kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.200.v20181102-0649.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (100.82kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.100.v20180827-1122.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.17kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (168.9kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.3kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.100.v20180827-1122.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (124.43kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.100.v20180827-1122.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.3kB) [INFO] Fetching org.eclipse.help.base_4.2.500.v20190307-0500.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (416.36kB) [INFO] Fetching org.eclipse.help.ui_4.1.400.v20190218-1039.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (459.71kB) [INFO] Fetching org.eclipse.help.webapp_3.9.400.v20190212-1458.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (665.57kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (31.79kB) [INFO] Fetching org.eclipse.jetty.io_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.03kB) [INFO] Fetching org.eclipse.jetty.security_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.46kB) [INFO] Fetching org.eclipse.jsch.core_1.3.400.v20190214-2156.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (40.65kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.400.v20190214-2156.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (91.19kB) [INFO] Fetching org.eclipse.platform_4.11.0.v20190307-0500.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (259.63kB) [INFO] Fetching org.eclipse.ui.intro_3.5.500.v20190218-1654.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (338.46kB) [INFO] Fetching org.eclipse.platform.doc.user_4.11.0.v20190227-0848.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (8.67MB) [INFO] Fetching org.eclipse.search_3.11.500.v20190218-2126.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (541.76kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.400.v20190218-1654.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.99MB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (335.45kB) [INFO] Fetching org.eclipse.ui.browser_3.6.300.v20180828-0837.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (202.54kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.300.v20190228-1402.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (111.91kB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.300.v20180828-1350.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (59.33kB) [INFO] Fetching org.eclipse.ui.net_1.3.300.v20180827-1041.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.61kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (148.13kB) [INFO] Fetching org.eclipse.ui.themes_1.2.400.v20190223-1254.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.27kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.52kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.200.v20180827-1041.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.2kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.500.v20190218-0617.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (166.36kB) [INFO] Fetching org.eclipse.update.configurator_3.4.200.v20190218-1148.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (94.75kB) [INFO] Fetching org.eclipse.rcp_4.11.0.v20190307-0500.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (11.08kB) [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/surefire.properties] Running org.eclipse.rcptt.core.tests.model.ModelMembersTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.094 s - in org.eclipse.rcptt.core.tests.model.ModelMembersTests testElementExistance(org.eclipse.rcptt.core.tests.model.ModelMembersTests) Time elapsed: 0.577 s testFindContext(org.eclipse.rcptt.core.tests.model.ModelMembersTests) Time elapsed: 0.002 s Running org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests testWritePlainFile(org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests) Time elapsed: 0.003 s Running org.eclipse.rcptt.core.tests.model.WorkingCopyTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 s - in org.eclipse.rcptt.core.tests.model.WorkingCopyTests testNewTestcaseAppear(org.eclipse.rcptt.core.tests.model.WorkingCopyTests) Time elapsed: 0.566 s Running org.eclipse.rcptt.core.tests.model.DeltaTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.127 s - in org.eclipse.rcptt.core.tests.model.DeltaTests testNewTestcaseAppear(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.005 s testDeleteTestcase(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.053 s testNewFolderAppear(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 0.953 s testElementRename(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.106 s Results: Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [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.202406011405 [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.202406011405 [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.202406011405 [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 202406011405.Default 1.0.0.AH8S8OcLWH9rAspEs8Mj77lmG7C 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 202406011405.Default 1.0.0.AH8S8OcLWH9rAspEs8Mj77lmG7C 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 202406011405.Default 1.0.0.AH8S8OcLWH9rAspEs8Mj77lmG7C 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.481 s] [INFO] ecl-plugins ........................................ SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.ecl.core ......................... SUCCESS [ 14.718 s] [INFO] org.eclipse.rcptt.ecl.client.tcp ................... SUCCESS [ 9.786 s] [INFO] org.eclipse.rcptt.ecl.dispatch ..................... SUCCESS [ 10.079 s] [INFO] org.eclipse.rcptt.ecl.filesystem ................... SUCCESS [ 12.548 s] [INFO] core 2.5.5-SNAPSHOT ................................ SUCCESS [ 0.004 s] [INFO] rcptt.core ......................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.logging .......................... SUCCESS [ 10.185 s] [INFO] org.eclipse.rcptt.tesla.core.context ............... SUCCESS [ 10.240 s] [INFO] org.eclipse.rcptt.util ............................. SUCCESS [ 10.427 s] [INFO] org.eclipse.rcptt.tesla.core ....................... SUCCESS [ 13.591 s] [INFO] org.eclipse.rcptt.tesla.ecl ........................ SUCCESS [ 8.356 s] [INFO] org.eclipse.rcptt.ecl.data ......................... SUCCESS [ 9.024 s] [INFO] org.eclipse.rcptt.ecl.data.apache.poi .............. SUCCESS [ 6.651 s] [INFO] org.eclipse.rcptt.ecl.parser ....................... SUCCESS [ 8.002 s] [INFO] org.eclipse.rcptt.ecl.debug.runtime ................ SUCCESS [ 10.987 s] [INFO] org.eclipse.rcptt.ecl.debug.core ................... SUCCESS [ 7.481 s] [INFO] org.eclipse.rcptt.ecl.debug.ui ..................... SUCCESS [ 9.840 s] [INFO] org.eclipse.rcptt.ecl.doc .......................... SUCCESS [ 7.754 s] [INFO] org.eclipse.rcptt.ecl.perf ......................... SUCCESS [ 10.229 s] [INFO] org.eclipse.rcptt.ecl.platform ..................... SUCCESS [ 12.028 s] [INFO] org.eclipse.rcptt.ecl.platform.ui .................. SUCCESS [ 12.449 s] [INFO] org.eclipse.rcptt.ecl.popup ........................ SUCCESS [ 9.680 s] [INFO] org.eclipse.rcptt.ecl.popup.ui ..................... SUCCESS [ 10.805 s] [INFO] org.eclipse.rcptt.ecl.server.tcp ................... SUCCESS [ 12.680 s] [INFO] org.eclipse.rcptt.ecl.server.tcp.ui ................ SUCCESS [ 11.890 s] [INFO] org.eclipse.rcptt.ecl.shell ........................ SUCCESS [ 10.368 s] [INFO] org.eclipse.rcptt.ecl.telnet.server ................ SUCCESS [ 12.881 s] [INFO] org.eclipse.rcptt.ecl.telnet.server.ui ............. SUCCESS [ 10.461 s] [INFO] org.eclipse.rcptt.ecl.operations ................... SUCCESS [ 10.423 s] [INFO] org.eclipse.rcptt.ecl.interop ...................... SUCCESS [ 10.168 s] [INFO] ecl-features ....................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.ecl.core ......................... SUCCESS [ 7.848 s] [INFO] org.eclipse.rcptt.ecl.ide .......................... SUCCESS [ 7.687 s] [INFO] org.eclipse.rcptt.ecl.server ....................... SUCCESS [ 12.885 s] [INFO] org.eclipse.rcptt.ecl.shell ........................ SUCCESS [ 10.304 s] [INFO] org.eclipse.rcptt.ecl.platform ..................... SUCCESS [ 8.473 s] [INFO] org.eclipse.rcptt.ecl.platform.ui .................. SUCCESS [ 7.825 s] [INFO] org.eclipse.rcptt.ecl.sdk .......................... SUCCESS [ 7.638 s] [INFO] org.eclipse.rcptt.ecl.server.ui .................... SUCCESS [ 7.222 s] [INFO] ecl-tests .......................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.ecl.parser.test .................. SUCCESS [ 11.158 s] [INFO] org.eclipse.rcptt.ecl.operations.tests ............. SUCCESS [ 14.206 s] [INFO] org.eclipse.rcptt.ecl.data.tests ................... SUCCESS [ 12.035 s] [INFO] org.eclipse.rcptt.ecl.core.tests ................... SUCCESS [ 19.263 s] [INFO] org.eclipse.rcptt.ecl.client.tcp.tests ............. SUCCESS [ 8.966 s] [INFO] org.eclipse.rcptt.ecl.perf.tests ................... SUCCESS [ 14.098 s] [INFO] org.eclipse.rcptt.ecl.doc.tests .................... SUCCESS [ 15.880 s] [INFO] ecl-repository ..................................... SUCCESS [ 2.700 s] [INFO] watson ............................................. SUCCESS [ 0.059 s] [INFO] org.eclipse.rcptt.watson.core ...................... SUCCESS [ 12.557 s] [INFO] org.eclipse.rcptt.watson.jobs ...................... SUCCESS [ 7.856 s] [INFO] org.eclipse.rcptt.watson ........................... SUCCESS [ 5.753 s] [INFO] org.eclipse.rcptt.watson.ui ........................ SUCCESS [ 18.177 s] [INFO] org.eclipse.rcptt.tesla.recording.core ............. SUCCESS [ 7.830 s] [INFO] org.eclipse.rcptt.tesla ............................ SUCCESS [ 7.619 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl ......... SUCCESS [ 7.788 s] [INFO] org.eclipse.rcptt.tesla.ecl ........................ SUCCESS [ 5.225 s] [INFO] org.eclipse.rcptt.core.scenario .................... SUCCESS [ 10.327 s] [INFO] org.eclipse.rcptt.core ............................. SUCCESS [ 8.099 s] [INFO] org.eclipse.rcptt.core.search ...................... SUCCESS [ 7.665 s] [INFO] org.eclipse.rcptt.reporting ........................ SUCCESS [ 7.902 s] [INFO] rcptt.core.verifications ........................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.verifications .................... SUCCESS [ 7.659 s] [INFO] org.eclipse.rcptt.core.ecl.core .................... SUCCESS [ 9.579 s] [INFO] org.eclipse.rcptt.core.ecl.scanner ................. SUCCESS [ 10.222 s] [INFO] org.eclipse.rcptt.core.ecl.parser .................. SUCCESS [ 5.433 s] [INFO] org.eclipse.rcptt.core.builder ..................... SUCCESS [ 10.234 s] [INFO] org.eclipse.rcptt.core.launching ................... SUCCESS [ 7.607 s] [INFO] rcptt.core.contexts ................................ SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.ctx.debug ........................ SUCCESS [ 5.077 s] [INFO] org.eclipse.rcptt.ctx.group ........................ SUCCESS [ 7.556 s] [INFO] org.eclipse.rcptt.ctx.preferences .................. SUCCESS [ 7.724 s] [INFO] org.eclipse.rcptt.resources ........................ SUCCESS [ 8.038 s] [INFO] org.eclipse.rcptt.ctx.resources .................... SUCCESS [ 6.507 s] [INFO] org.eclipse.rcptt.ctx.script ....................... SUCCESS [ 6.678 s] [INFO] org.eclipse.rcptt.ctx.super ........................ SUCCESS [ 5.364 s] [INFO] org.eclipse.rcptt.ctx.capability ................... SUCCESS [ 5.034 s] [INFO] org.eclipse.rcptt.ctx.workbench .................... SUCCESS [ 17.728 s] [INFO] org.eclipse.rcptt.ctx.parameters ................... SUCCESS [ 7.711 s] [INFO] org.eclipse.rcptt.ctx.filesystem ................... SUCCESS [ 7.892 s] [INFO] org.eclipse.rcptt.ctx.extensions ................... SUCCESS [ 7.806 s] [INFO] org.eclipse.rcptt.verifications.time ............... SUCCESS [ 7.666 s] [INFO] org.eclipse.rcptt.verifications.text ............... SUCCESS [ 8.005 s] [INFO] org.eclipse.rcptt.verifications.log ................ SUCCESS [ 7.523 s] [INFO] org.eclipse.rcptt.verifications.tree ............... SUCCESS [ 10.375 s] [INFO] org.eclipse.rcptt.verifications.resources .......... SUCCESS [ 7.872 s] [INFO] org.eclipse.rcptt.util.resources ................... SUCCESS [ 10.900 s] [INFO] org.eclipse.rcptt.core.swt ......................... SUCCESS [ 7.390 s] [INFO] org.eclipse.rcptt.core.swt.win64 ................... SUCCESS [ 7.656 s] [INFO] org.eclipse.rcptt.core.ecl.formatter ............... SUCCESS [ 12.973 s] [INFO] org.eclipse.rcptt.core.ecl.highlighter ............. SUCCESS [ 10.439 s] [INFO] org.eclipse.rcptt.expandbar ........................ SUCCESS [ 10.357 s] [INFO] org.eclipse.rcptt.core ............................. SUCCESS [ 7.718 s] [INFO] rcptt.core.tests ................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.core.tests ....................... SUCCESS [ 21.033 s] [INFO] org.eclipse.rcptt.core.ecl.formatter.test .......... SUCCESS [ 14.521 s] [INFO] org.eclipse.rcptt.core.ecl.parser.test ............. SUCCESS [ 14.231 s] [INFO] org.eclipse.rcptt.verifications.tree.test .......... SUCCESS [ 9.190 s] [INFO] org.eclipse.rcptt.core.search.test ................. SUCCESS [ 11.266 s] [INFO] core-repository 2.5.5-SNAPSHOT ..................... SUCCESS [ 4.124 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15:40 min [INFO] Finished at: 2024-06-10T14:07:44Z [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 81 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 297 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 393 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 320 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar (167 kB at 1.4 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom (7.3 kB at 49 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 88 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 321 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/ (11.68MB of 12.63MB at 11.67MB/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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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 4.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.jar (116 kB at 1.2 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] The project's OSGi version is 2.5.5.202406011405 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Resolving class path of org.eclipse.rcptt.watson.aspects.jobs... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.watson.aspects.jobs --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 30 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 263 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 783 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 502 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 52 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 50 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 336 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 876 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 44 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 95 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 312 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 75 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 253 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 23 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 128 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 63 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 23 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 276 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 502 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 86 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 35 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 306 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 34 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 26 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 127 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 74 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 351 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 141 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 241 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 512 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 53 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 17 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 99 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 184 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 94 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 348 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 881 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 574 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 68 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 253 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 27 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 16 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 178 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 52 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 45 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 39 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 28 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 51 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 107 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 125 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 50 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 99 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 23 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 33 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 63 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 63 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 164 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 194 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 250 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 627 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 104 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 444 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 8.1 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 30 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 97 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 155 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 5.0 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 4.6 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 4.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 140 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 19 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 62 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 4.0 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 4.6 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 115 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 36 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 409 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 2.8 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 3.3 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 266 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 318 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 155 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 19 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 125 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 510 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 102 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 12 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 299 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 33 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 67 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 191 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 30 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 171 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 936 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 78 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 121 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 202 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 104 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 144 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 109 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 680 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 486 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 133 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 62 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 93 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 101 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 63 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 94 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 24 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 37 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 4.3 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 150 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 48 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 15 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 76 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 259 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 303 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 95 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 3.7 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 110 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 74 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 27 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/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-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] 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] 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 1.0 MB/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/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 893 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 5.9 MB/s) [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 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.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-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/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 754 kB/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 2.2 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/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar (12 kB at 137 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-sink-api/1.10/doxia-sink-api-1.10.jar (12 kB at 132 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/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.jar (218 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.jar (65 kB at 490 kB/s) [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 130 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.jar (60 kB at 449 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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-module-xhtml5/1.10/doxia-module-xhtml5-1.10.jar (18 kB at 127 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/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 84 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-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.jar (16 kB at 111 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 51 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-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 1.2 MB/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/1.7/velocity-1.7.jar (450 kB at 2.7 MB/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-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.6 MB/s) [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 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] 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-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 517 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-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 821 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 359 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/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 3.1 MB/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/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 95 kB/s) [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 315 kB/s) [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 266 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 755 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 30 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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.vector, jdk.incubator.foreign 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: 803 Starting application: 2374 Application started in : 6771ms Running org.eclipse.rcptt.watson.test.ReportProviderManagerTest !SESSION 2024-06-10 14:12:36.973 ----------------------------------------------- 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-06-10 14:12:44.255 !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.176 s - in org.eclipse.rcptt.watson.test.ReportProviderManagerTest statusStackTraceIsLogged(org.eclipse.rcptt.watson.test.ReportProviderManagerTest) Time elapsed: 0.099 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 !ENTRY org.eclipse.e4.ui.workbench 4 0 2024-06-10 14:12:44.742 !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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.aspects.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/org.eclipse.rcptt.tesla.jface.aspects.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/org.eclipse.rcptt.tesla.jface.aspects.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/org.eclipse.rcptt.tesla.jface.aspects.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (23.06kB) [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (33.76kB) [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Daj.weaving.verbose=true, -Dorg.aspectj.weaver.showWeaveInfo=true, -Dorg.aspectj.osgi.verbose=true, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -consolelog, -data, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/data, -install, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work, -configuration, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/surefire.properties, -debug, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/debug.options] WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector Configuration location: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/ Framework located: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/plugins/org.eclipse.osgi-3.15.100.v20191114-1701.jar Loading extension: org.eclipse.equinox.weaving.hook eclipse.properties not found Framework classpath: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/plugins/org.eclipse.osgi-3.15.100.v20191114-1701.jar file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/plugins/ file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235/ Debug options: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/debug.options not found [org.eclipse.equinox.weaving.hook] info adding AspectJ hooks ... Time to load bundles: 728 [org.eclipse.equinox.weaving.aspectj] info Starting AspectJ weaving service ... Starting application: 2419 [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.ColumnViewer.editElement(java.lang.Object, int))' in Type 'org.eclipse.jface.viewers.ColumnViewer' (ColumnViewer.java:413) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:45) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.TreeViewer.editElement(java.lang.Object, int))' in Type 'org.eclipse.jface.viewers.TreeViewer' (TreeViewer.java:1089) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:45) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.DNDAspect: org/eclipse/rcptt/tesla/swt/aspects/DNDAspect.aj [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Combo.copy())' in Type 'org.eclipse.swt.widgets.Combo' (Combo.java:512) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:88) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Combo.paste())' in Type 'org.eclipse.swt.widgets.Combo' (Combo.java:1864) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:117) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.activate())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:215) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:33) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.deactivate())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:276) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:67) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.focusLost())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:713) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:57) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:897) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CheckboxCellEditor.activate())' in Type 'org.eclipse.jface.viewers.CheckboxCellEditor' (CheckboxCellEditor.java:88) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:33) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CheckboxCellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.CheckboxCellEditor' (CheckboxCellEditor.java:134) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.rcptt.tesla.jface.aspects] info processing reweavable type org.eclipse.rcptt.tesla.jface.CellEditorAspect: org/eclipse/rcptt/tesla/jface/CellEditorAspect.aj [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.ComboBoxCellEditor.focusLost())' in Type 'org.eclipse.jface.viewers.ComboBoxCellEditor' (ComboBoxCellEditor.java:279) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:57) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.AbstractComboBoxCellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.AbstractComboBoxCellEditor' (AbstractComboBoxCellEditor.java:74) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.TextTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:459) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.TextTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:245) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.TextTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:123) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:479) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.TextTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:123) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:265) Application started in : 9933ms [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.075 s - in org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest testBundleEntry(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0.001 s testFileClass(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0 s testAbsolutePath(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0.001 s testBundleResource(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0 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.016 s - in org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest compositeOverComposite(org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest) Time elapsed: 0.012 s getImageData(org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest) Time elapsed: 0.001 s Results: Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 !SESSION 2024-06-10 14:15:31.542 ----------------------------------------------- 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-06-10 14:15:42.639 !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.202406011405 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.aspects.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/org.eclipse.rcptt.tesla.swt.aspects.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/org.eclipse.rcptt.tesla.swt.aspects.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/org.eclipse.rcptt.tesla.swt.aspects.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Daj.weaving.verbose=true, -Dorg.aspectj.weaver.showWeaveInfo=true, -Dorg.aspectj.osgi.verbose=true, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -consolelog, -data, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/data, -install, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work, -configuration, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/surefire.properties, -debug, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/debug.options] WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign Configuration location: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/ Framework located: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/plugins/org.eclipse.osgi-3.15.100.v20191114-1701.jar Loading extension: org.eclipse.equinox.weaving.hook eclipse.properties not found Framework classpath: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/plugins/org.eclipse.osgi-3.15.100.v20191114-1701.jar file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/plugins/ file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235/ Debug options: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/debug.options not found [org.eclipse.equinox.weaving.hook] info adding AspectJ hooks ... Time to load bundles: 802 [org.eclipse.equinox.weaving.aspectj] info Starting AspectJ weaving service ... Starting application: 2398 [org.eclipse.swt] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.equinox.weaving.aspectj] info weaving bundle 'org.eclipse.swt' [org.eclipse.jface] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.jface] info register aspect org.eclipse.rcptt.tesla.jface.CellEditorAspect [org.eclipse.jface] info register aspect org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect [org.eclipse.jface] info register aspect org.eclipse.rcptt.tesla.jface.WindowAspect [org.eclipse.equinox.weaving.aspectj] info weaving bundle 'org.eclipse.jface' [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.widgets.Shell org.eclipse.jface.window.Window.createShell())' in Type 'org.eclipse.jface.window.Window' (Window.java:480) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.WindowAspect' (WindowAspect.aj:19) [org.eclipse.jface] weaveinfo Join point 'method-execution(int org.eclipse.jface.window.Window.open())' in Type 'org.eclipse.jface.window.Window' (Window.java:785) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:85) [with runtime test] [org.eclipse.swt] weaveinfo Join point 'method-execution(boolean org.eclipse.swt.widgets.Control.forceFocus())' in Type 'org.eclipse.swt.widgets.Control' (Control.java:2926) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:499) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Control.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Control' (Control.java:6785) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Widget.())' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:251) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:16) [with runtime test] [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Widget.())' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:251) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:25) [with runtime test] [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Widget.(org.eclipse.swt.widgets.Widget, int))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:283) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:16) [with runtime test] [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Widget.(org.eclipse.swt.widgets.Widget, int))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:283) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:25) [with runtime test] [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Widget.windowProc(long, long))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:2211) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Widget.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:2240) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Widget.windowProc(long, long, long, long))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:2290) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Widget.windowProc(long, long, long, long, long))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:2308) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Widget.windowProc(long, long, long, long, long, long))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:2317) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.())' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:149) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(int))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:191) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(org.eclipse.swt.widgets.Display))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:214) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(org.eclipse.swt.widgets.Display, int))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:264) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(org.eclipse.swt.widgets.Display, org.eclipse.swt.widgets.Shell, int, long, boolean))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:268) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(org.eclipse.swt.widgets.Shell))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:317) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(org.eclipse.swt.widgets.Shell, int))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:370) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Display.asyncExec(java.lang.Runnable))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:899) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:383) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Display.beep())' in Type 'org.eclipse.swt.widgets.Display' (Display.java:921) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:553) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.widgets.Shell org.eclipse.swt.widgets.Display.getActiveShell())' in Type 'org.eclipse.swt.widgets.Display' (Display.java:1635) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:245) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.Point org.eclipse.swt.widgets.Display.getCursorLocation())' in Type 'org.eclipse.swt.widgets.Display' (Display.java:1867) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:225) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.widgets.Control org.eclipse.swt.widgets.Display.getFocusControl())' in Type 'org.eclipse.swt.widgets.Display' (Display.java:2365) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:507) [org.eclipse.swt] weaveinfo Join point 'method-execution(boolean org.eclipse.swt.widgets.Display.sleep())' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5447) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:42) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Display.timerExec(int, java.lang.Runnable))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5533) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:431) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Display.syncExec(java.lang.Runnable))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5776) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:313) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Display.windowProc(long, long))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5909) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Display.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5915) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Display.windowProc(long, long, long, long))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5921) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Display.windowProc(long, long, long, long, long))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5927) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Display.windowProc(long, long, long, long, long, long))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5933) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.rcptt.tesla.swt.aspects] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.equinox.weaving.aspectj] info weaving bundle 'org.eclipse.rcptt.tesla.swt.aspects' [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect: org/eclipse/rcptt/tesla/swt/aspects/DisplayAspect.aj [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.Image org.eclipse.jface.resource.ImageDescriptor.createImage(boolean, org.eclipse.swt.graphics.Device))' in Type 'org.eclipse.jface.resource.ImageDescriptor' (ImageDescriptor.java:292) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:17) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.ImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.ImageDescriptor' (ImageDescriptor.java:336) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.ImageDescriptor.getImageData())' in Type 'org.eclipse.jface.resource.ImageDescriptor' (ImageDescriptor.java:364) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.ImageRegistry$OriginalImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.ImageRegistry$OriginalImageDescriptor' (ImageRegistry.java:110) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.URLImageDescriptor.getImageData())' in Type 'org.eclipse.jface.resource.URLImageDescriptor' (URLImageDescriptor.java:113) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.URLImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.URLImageDescriptor' (URLImageDescriptor.java:118) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.Image org.eclipse.jface.resource.URLImageDescriptor.createImage(boolean, org.eclipse.swt.graphics.Device))' in Type 'org.eclipse.jface.resource.URLImageDescriptor' (URLImageDescriptor.java:254) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:17) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.FileImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.FileImageDescriptor' (FileImageDescriptor.java:101) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.Image org.eclipse.jface.resource.FileImageDescriptor.createImage(boolean, org.eclipse.swt.graphics.Device))' in Type 'org.eclipse.jface.resource.FileImageDescriptor' (FileImageDescriptor.java:194) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:17) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.ImageDataImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.ImageDataImageDescriptor' (ImageDataImageDescriptor.java:90) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.DerivedImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.DerivedImageDescriptor' (DerivedImageDescriptor.java:95) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.MissingImageDescriptor.getImageData())' in Type 'org.eclipse.jface.resource.MissingImageDescriptor' (MissingImageDescriptor.java:38) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.graphics.Image.(org.eclipse.swt.graphics.Device, org.eclipse.swt.graphics.Image, int))' in Type 'org.eclipse.swt.graphics.Image' (Image.java:121) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:47) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.graphics.Image.(org.eclipse.swt.graphics.Device, org.eclipse.swt.graphics.ImageData))' in Type 'org.eclipse.swt.graphics.Image' (Image.java:121) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:35) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.graphics.Image.(org.eclipse.swt.graphics.Device, org.eclipse.swt.graphics.ImageData, org.eclipse.swt.graphics.ImageData))' in Type 'org.eclipse.swt.graphics.Image' (Image.java:121) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:41) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.swt.graphics.Image.getImageData())' in Type 'org.eclipse.swt.graphics.Image' (Image.java:1040) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:17) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.swt.graphics.Image.getImageData(int))' in Type 'org.eclipse.swt.graphics.Image' (Image.java:1149) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:23) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.graphics.Image.init(org.eclipse.swt.graphics.ImageData))' in Type 'org.eclipse.swt.graphics.Image' (Image.java:1277) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:29) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect: org/eclipse/rcptt/tesla/swt/aspects/ImagesAspect.aj [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.resource.CompositeImageDescriptor.drawImage(org.eclipse.swt.graphics.ImageData, int, int))' in Type 'org.eclipse.jface.resource.CompositeImageDescriptor' (CompositeImageDescriptor.java:228) advised by after advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:31) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.CompositeImageDescriptor.getImageData())' in Type 'org.eclipse.jface.resource.CompositeImageDescriptor' (CompositeImageDescriptor.java:357) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.CompositeImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.CompositeImageDescriptor' (CompositeImageDescriptor.java:362) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.CompositeImageDescriptor.getZoomedImageData(org.eclipse.swt.graphics.ImageDataProvider))' in Type 'org.eclipse.jface.resource.CompositeImageDescriptor' (CompositeImageDescriptor.java:458) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:38) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Button.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Button' (Button.java:1256) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.dnd.DropTarget.(org.eclipse.swt.widgets.Control, int))' in Type 'org.eclipse.swt.dnd.DropTarget' (DropTarget.java:83) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.dnd.DragSource.(org.eclipse.swt.widgets.Control, int))' in Type 'org.eclipse.swt.dnd.DragSource' (DragSource.java:111) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:25) [org.eclipse.rcptt.tesla.jface.aspects] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.jface.CellEditorAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.jface.WindowAspect [org.eclipse.equinox.weaving.aspectj] info weaving bundle 'org.eclipse.rcptt.tesla.jface.aspects' [org.eclipse.rcptt.tesla.jface.aspects] info processing reweavable type org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect: org/eclipse/rcptt/tesla/jface/ImageDescriptorAspect.aj [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Text.copy())' in Type 'org.eclipse.swt.widgets.Text' (Text.java:698) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:34) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Text.paste())' in Type 'org.eclipse.swt.widgets.Text' (Text.java:2091) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:60) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Text.windowProc(long, long))' in Type 'org.eclipse.swt.widgets.Text' (Text.java:2903) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Text.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Text' (Text.java:2926) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Text.windowProc(long, long, long, long))' in Type 'org.eclipse.swt.widgets.Text' (Text.java:2940) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Text.windowProc(long, long, long, long, long))' in Type 'org.eclipse.swt.widgets.Text' (Text.java:2957) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect: org/eclipse/rcptt/tesla/swt/aspects/EventFilterAspect.aj [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Tree.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Tree' (Tree.java:4158) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Table.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Table' (Table.java:4180) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Label.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Label' (Label.java:722) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Menu.(org.eclipse.swt.widgets.Control))' in Type 'org.eclipse.swt.widgets.Menu' (Menu.java:78) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.MenuAspect' (MenuAspect.aj:61) [org.eclipse.swt] weaveinfo Join point 'method-execution(boolean org.eclipse.swt.widgets.Menu.getVisible())' in Type 'org.eclipse.swt.widgets.Menu' (Menu.java:697) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.MenuAspect' (MenuAspect.aj:39) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Menu.setVisible(boolean))' in Type 'org.eclipse.swt.widgets.Menu' (Menu.java:1234) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.MenuAspect' (MenuAspect.aj:19) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.MenuAspect: org/eclipse/rcptt/tesla/swt/aspects/MenuAspect.aj [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.ByteArrayTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.ByteArrayTransfer' (ByteArrayTransfer.java:159) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:245) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.ByteArrayTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.ByteArrayTransfer' (ByteArrayTransfer.java:186) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:265) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.FileTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.FileTransfer' (FileTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:303) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.FileTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.FileTransfer' (FileTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:245) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.FileTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.FileTransfer' (FileTransfer.java:140) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:323) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.FileTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.FileTransfer' (FileTransfer.java:140) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:265) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.ColumnViewer.editElement(java.lang.Object, int))' in Type 'org.eclipse.jface.viewers.ColumnViewer' (ColumnViewer.java:413) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:45) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.TreeViewer.editElement(java.lang.Object, int))' in Type 'org.eclipse.jface.viewers.TreeViewer' (TreeViewer.java:1089) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:45) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.DNDAspect: org/eclipse/rcptt/tesla/swt/aspects/DNDAspect.aj [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Combo.copy())' in Type 'org.eclipse.swt.widgets.Combo' (Combo.java:512) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:88) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Combo.paste())' in Type 'org.eclipse.swt.widgets.Combo' (Combo.java:1864) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:117) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.activate())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:215) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:33) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.deactivate())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:276) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:67) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.focusLost())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:713) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:57) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:897) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CheckboxCellEditor.activate())' in Type 'org.eclipse.jface.viewers.CheckboxCellEditor' (CheckboxCellEditor.java:88) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:33) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CheckboxCellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.CheckboxCellEditor' (CheckboxCellEditor.java:134) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.rcptt.tesla.jface.aspects] info processing reweavable type org.eclipse.rcptt.tesla.jface.CellEditorAspect: org/eclipse/rcptt/tesla/jface/CellEditorAspect.aj [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.ComboBoxCellEditor.focusLost())' in Type 'org.eclipse.jface.viewers.ComboBoxCellEditor' (ComboBoxCellEditor.java:279) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:57) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.AbstractComboBoxCellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.AbstractComboBoxCellEditor' (AbstractComboBoxCellEditor.java:74) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.TextTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:459) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.TextTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:245) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.TextTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:123) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:479) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.TextTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:123) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:265) Application started in : 9912ms [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.095 s - in org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest createImage(org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest) Time elapsed: 0.021 s newImageFromImageData(org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest) Time elapsed: 0 s newImageFromImageDataSourceAndImageDataMask(org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest) Time elapsed: 0.001 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 !SESSION 2024-06-10 14:15:48.563 ----------------------------------------------- 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-06-10 14:15:59.458 !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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.foreign, jdk.incubator.vector 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: 804 Starting application: 2404 Application started in : 6823ms !SESSION 2024-06-10 14:16:59.740 ----------------------------------------------- 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-06-10 14:17:06.644 !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 1718029027239: UIJobCollector(93241065): enable 1718029027292: UIJobCollector(93241065): Nothing left 1718029027293: UIJobCollector(93241065): Result: true 1718029027293: UIJobCollector(93241065): No active jobs 1718029027447: UIJobCollector(986069684): Nothing left 1718029027447: UIJobCollector(986069684): Result: true 1718029027447: UIJobCollector(986069684): No active jobs 1718029027554: UIJobCollector(986069684): Nothing left 1718029027555: UIJobCollector(986069684): Result: true 1718029027555: UIJobCollector(986069684): No active jobs 1718029027557: UIJobCollector(1122108119): enable 1718029027608: UIJobCollector(1122108119): Nothing left 1718029027608: UIJobCollector(1122108119): Result: true 1718029027608: UIJobCollector(1122108119): No active jobs 1718029027608: UIJobCollector(954697228): enable 1718029027709: UIJobCollector(954697228): Nothing left 1718029027709: UIJobCollector(954697228): Result: true 1718029027709: UIJobCollector(954697228): No active jobs 1718029027711: UIJobCollector(954697228): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1718029027712: UIJobCollector(954697228): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 2 1718029027712: UIJobCollector(954697228): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 2 1718029027765: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -52, blocked for 0, running for 54 1718029027767: UIJobCollector(954697228): sleep is blocked 1718029027768: UIJobCollector(954697228): Result: false 1718029027774: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029027838: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -113, blocked for 58, running for 0 1718029027838: UIJobCollector(954697228): Result: false 1718029027839: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029027889: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -177, blocked for 122, running for 0 1718029027889: UIJobCollector(954697228): Result: false 1718029027890: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029027940: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -228, blocked for 173, running for 0 1718029027941: UIJobCollector(954697228): Result: false 1718029027941: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029027991: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -279, blocked for 224, running for 0 1718029027991: UIJobCollector(954697228): Result: false 1718029027992: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028042: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -330, blocked for 275, running for 0 1718029028042: UIJobCollector(954697228): Result: false 1718029028043: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028094: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -382, blocked for 327, running for 0 1718029028094: UIJobCollector(954697228): Result: false 1718029028095: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028145: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -433, blocked for 378, running for 0 1718029028146: UIJobCollector(954697228): Result: false 1718029028146: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028196: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -484, blocked for 429, running for 0 1718029028196: UIJobCollector(954697228): Result: false 1718029028197: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028248: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -536, blocked for 481, running for 0 1718029028248: UIJobCollector(954697228): Result: false 1718029028248: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028299: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -586, blocked for 531, running for 0 1718029028299: UIJobCollector(954697228): Result: false 1718029028299: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028349: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -637, blocked for 582, running for 0 1718029028349: UIJobCollector(954697228): Result: false 1718029028350: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028400: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -688, blocked for 633, running for 0 1718029028401: UIJobCollector(954697228): Result: false 1718029028401: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028453: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -741, blocked for 686, running for 0 1718029028453: UIJobCollector(954697228): Result: false 1718029028454: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028506: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -794, blocked for 739, running for 0 1718029028506: UIJobCollector(954697228): Result: false 1718029028507: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028558: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -846, blocked for 791, running for 0 1718029028558: UIJobCollector(954697228): Result: false 1718029028559: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028610: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -898, blocked for 843, running for 0 1718029028610: UIJobCollector(954697228): Result: false 1718029028610: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028661: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -949, blocked for 894, running for 0 1718029028661: UIJobCollector(954697228): Result: false 1718029028662: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028712: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1000, blocked for 945, running for 0 1718029028712: UIJobCollector(954697228): Result: false 1718029028712: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028763: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1051, blocked for 996, running for 0 1718029028764: UIJobCollector(954697228): Result: false 1718029028764: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028815: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1103, blocked for 1048, running for 0 1718029028815: UIJobCollector(954697228): Result: false 1718029028815: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028865: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1153, blocked for 1098, running for 0 1718029028866: UIJobCollector(954697228): Result: false 1718029028866: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028916: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1204, blocked for 1149, running for 0 1718029028917: UIJobCollector(954697228): Result: false 1718029028917: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029028967: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1255, blocked for 1200, running for 0 1718029028967: UIJobCollector(954697228): Result: false 1718029028968: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029029018: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1306, blocked for 1251, running for 0 1718029029018: UIJobCollector(954697228): Result: false 1718029029019: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029029069: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1357, blocked for 1302, running for 0 1718029029070: UIJobCollector(954697228): Result: false 1718029029070: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029029120: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1408, blocked for 1353, running for 0 1718029029121: UIJobCollector(954697228): Result: false 1718029029121: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029029172: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1459, blocked for 1404, running for 0 1718029029172: UIJobCollector(954697228): Result: false 1718029029172: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029029222: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1510, blocked for 1455, running for 0 1718029029223: UIJobCollector(954697228): Result: false 1718029029223: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029029273: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1561, blocked for 1506, running for 0 1718029029274: UIJobCollector(954697228): Result: false 1718029029274: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029029324: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1612, blocked for 1557, running for 0 1718029029325: UIJobCollector(954697228): Result: false 1718029029325: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029029375: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1663, blocked for 1608, running for 0 1718029029376: UIJobCollector(954697228): Result: false 1718029029376: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029029426: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1714, blocked for 1659, running for 0 1718029029426: UIJobCollector(954697228): Result: false 1718029029427: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029029478: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1766, blocked for 1711, running for 0 1718029029478: UIJobCollector(954697228): Result: false 1718029029479: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029029529: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1817, blocked for 1762, running for 0 1718029029530: UIJobCollector(954697228): Result: false 1718029029530: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029029580: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1868, blocked for 1813, running for 0 1718029029581: UIJobCollector(954697228): Result: false 1718029029581: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029029633: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1921, blocked for 1866, running for 0 1718029029633: UIJobCollector(954697228): Result: false 1718029029634: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029029685: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1973, blocked for 1918, running for 0 1718029029685: UIJobCollector(954697228): Result: false 1718029029685: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029029736: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2024, blocked for 1969, running for 0 1718029029737: UIJobCollector(954697228): Result: false 1718029029737: UIJobCollector(954697228): Active jobs: [sleep(35)] 1718029029787: UIJobCollector(954697228): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2075, blocked for 2020, running for 0 1718029029787: UIJobCollector(954697228): Job is blocked for 2000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2075, blocked for 2020, running for 0 1718029029788: UIJobCollector(954697228): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2075, blocked for 2020, running for 0 1718029029788: UIJobCollector(954697228): Result: true 1718029029788: UIJobCollector(954697228): No active jobs 1718029030716: UIJobCollector(954697228): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -3003, blocked for 2948, running for 0 1718029030716: UIJobCollector(954697228): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -3004, blocked for 2949, running for 0 1718029030764: UIJobCollector(369270319): enable 1718029030815: UIJobCollector(369270319): Nothing left 1718029030815: UIJobCollector(369270319): Result: true 1718029030815: UIJobCollector(369270319): No active jobs 1718029030815: UIJobCollector(437490503): enable 1718029030815: UIJobCollector(437490503): Nothing left 1718029030816: UIJobCollector(437490503): Result: true 1718029030816: UIJobCollector(437490503): No active jobs 1718029030817: UIJobCollector(28478719): enable 1718029030867: UIJobCollector(28478719): Nothing left 1718029030867: UIJobCollector(28478719): Result: true 1718029030867: UIJobCollector(28478719): No active jobs 1718029030867: UIJobCollector(121486885): enable 1718029030972: UIJobCollector(121486885): Nothing left 1718029030972: UIJobCollector(121486885): Result: true 1718029030972: UIJobCollector(121486885): No active jobs 1718029030972: UIJobCollector(121486885): disable 1718029030973: UIJobCollector(121486885): enable 1718029030974: UIJobCollector(121486885): 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 1718029030974: UIJobCollector(121486885): 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 1718029030974: UIJobCollector(121486885): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 10000, blocked for 0, running for 0 1718029031475: UIJobCollector(121486885): Not active: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), SLEEPING, status: UNKNOWN, is active: false, delay: 9499, blocked for 0, running for 501 1718029031475: UIJobCollector(121486885): Result: true 1718029031475: UIJobCollector(121486885): No active jobs 1718029031475: UIJobCollector(121486885): 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 1718029031475: UIJobCollector(121486885): enable 1718029031475: UIJobCollector(121486885): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9499, blocked for 0, running for 501 1718029031476: UIJobCollector(121486885): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9498, blocked for 0, running for 502 1718029031477: UIJobCollector(1836606934): enable 1718029031528: UIJobCollector(1836606934): Nothing left 1718029031528: UIJobCollector(1836606934): Result: true 1718029031528: UIJobCollector(1836606934): No active jobs 1718029031528: UIJobCollector(1172716014): enable 1718029031630: UIJobCollector(1172716014): Nothing left 1718029031630: UIJobCollector(1172716014): Result: true 1718029031630: UIJobCollector(1172716014): No active jobs 1718029031630: UIJobCollector(1172716014): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029031631: UIJobCollector(1172716014): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 59999, blocked for 0, running for 1 1718029031631: UIJobCollector(1172716014): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 59999, blocked for 0, running for 1 1718029031631: UIJobCollector(1172716014): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 59999, blocked for 0, running for 1 1718029031631: UIJobCollector(1172716014): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 500, blocked for 0, running for 1 1718029031631: UIJobCollector(1172716014): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 500, blocked for 0, running for 1 1718029031631: UIJobCollector(1172716014): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), SLEEPING, status: UNKNOWN, is active: true, delay: 500, blocked for 0, running for 1 1718029031631: UIJobCollector(1172716014): Result: false 1718029031632: UIJobCollector(1172716014): Active jobs: [busyloop(55)] 1718029031632: UIJobCollector(1172716014): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 499, blocked for 0, running for 2 1718029031632: UIJobCollector(1172716014): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 499, blocked for 0, running for 2 1718029031633: UIJobCollector(1838426355): enable 1718029031684: UIJobCollector(1838426355): Nothing left 1718029031684: UIJobCollector(1838426355): Result: true 1718029031684: UIJobCollector(1838426355): No active jobs 1718029031684: UIJobCollector(1254202310): enable 1718029031784: UIJobCollector(1254202310): Result: true 1718029031784: UIJobCollector(1254202310): No active jobs 1718029031784: UIJobCollector(1254202310): Result: true 1718029031784: UIJobCollector(1254202310): No active jobs 1718029031785: UIJobCollector(1254202310): 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 1718029031785: UIJobCollector(1254202310): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029031785: UIJobCollector(1254202310): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029031785: UIJobCollector(1254202310): event: rescheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029031785: UIJobCollector(1254202310): 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 1718029031786: UIJobCollector(1254202310): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 10000, blocked for 0, running for 0 1718029032286: UIJobCollector(1254202310): Not active: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), SLEEPING, status: UNKNOWN, is active: false, delay: 9499, blocked for 0, running for 501 1718029032286: UIJobCollector(1254202310): Result: true 1718029032286: UIJobCollector(1254202310): No active jobs 1718029032286: UIJobCollector(1254202310): 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 1718029032287: UIJobCollector(1254202310): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9498, blocked for 0, running for 502 1718029032288: UIJobCollector(1685448568): enable 1718029032339: UIJobCollector(1685448568): Nothing left 1718029032339: UIJobCollector(1685448568): Result: true 1718029032339: UIJobCollector(1685448568): No active jobs 1718029032339: UIJobCollector(1975492199): enable 1718029032443: UIJobCollector(1975492199): Nothing left 1718029032443: UIJobCollector(1975492199): Result: true 1718029032443: UIJobCollector(1975492199): No active jobs 1718029032443: UIJobCollector(1975492199): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029032443: UIJobCollector(1975492199): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029032443: UIJobCollector(1975492199): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029032495: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -52, blocked for 0, running for 52 1718029032495: UIJobCollector(1975492199): sleep is blocked 1718029032495: UIJobCollector(1975492199): Result: false 1718029032495: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029032546: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -103, blocked for 51, running for 0 1718029032546: UIJobCollector(1975492199): Result: false 1718029032547: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029032598: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -155, blocked for 103, running for 0 1718029032598: UIJobCollector(1975492199): Result: false 1718029032599: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029032651: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -208, blocked for 156, running for 0 1718029032651: UIJobCollector(1975492199): Result: false 1718029032652: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029032704: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -261, blocked for 209, running for 0 1718029032705: UIJobCollector(1975492199): Result: false 1718029032705: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029032756: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -313, blocked for 261, running for 0 1718029032756: UIJobCollector(1975492199): Result: false 1718029032756: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029032806: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -363, blocked for 311, running for 0 1718029032807: UIJobCollector(1975492199): Result: false 1718029032807: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029032858: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -415, blocked for 363, running for 0 1718029032858: UIJobCollector(1975492199): Result: false 1718029032858: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029032908: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -465, blocked for 413, running for 0 1718029032908: UIJobCollector(1975492199): Result: false 1718029032908: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029032958: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -515, blocked for 463, running for 0 1718029032959: UIJobCollector(1975492199): Result: false 1718029032959: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033010: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -567, blocked for 515, running for 0 1718029033010: UIJobCollector(1975492199): Result: false 1718029033010: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033060: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -617, blocked for 565, running for 0 1718029033060: UIJobCollector(1975492199): Result: false 1718029033060: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033110: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -667, blocked for 615, running for 0 1718029033111: UIJobCollector(1975492199): Result: false 1718029033111: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033161: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -718, blocked for 666, running for 0 1718029033162: UIJobCollector(1975492199): Result: false 1718029033162: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033212: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -769, blocked for 717, running for 0 1718029033213: UIJobCollector(1975492199): Result: false 1718029033213: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033263: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -820, blocked for 768, running for 0 1718029033264: UIJobCollector(1975492199): Result: false 1718029033264: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033315: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -872, blocked for 820, running for 0 1718029033315: UIJobCollector(1975492199): Result: false 1718029033315: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033365: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -922, blocked for 870, running for 0 1718029033366: UIJobCollector(1975492199): Result: false 1718029033366: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033417: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -974, blocked for 922, running for 0 1718029033417: UIJobCollector(1975492199): Result: false 1718029033417: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033468: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1025, blocked for 973, running for 0 1718029033468: UIJobCollector(1975492199): Result: false 1718029033468: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033518: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1075, blocked for 1023, running for 0 1718029033518: UIJobCollector(1975492199): Result: false 1718029033518: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033568: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1125, blocked for 1073, running for 0 1718029033569: UIJobCollector(1975492199): Result: false 1718029033569: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033620: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1177, blocked for 1125, running for 0 1718029033620: UIJobCollector(1975492199): Result: false 1718029033620: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033670: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1227, blocked for 1175, running for 0 1718029033671: UIJobCollector(1975492199): Result: false 1718029033671: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033722: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1279, blocked for 1227, running for 0 1718029033722: UIJobCollector(1975492199): Result: false 1718029033722: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033772: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1329, blocked for 1277, running for 0 1718029033772: UIJobCollector(1975492199): Result: false 1718029033772: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033822: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1379, blocked for 1327, running for 0 1718029033823: UIJobCollector(1975492199): Result: false 1718029033823: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033874: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1431, blocked for 1379, running for 0 1718029033874: UIJobCollector(1975492199): Result: false 1718029033874: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033925: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1482, blocked for 1430, running for 0 1718029033925: UIJobCollector(1975492199): Result: false 1718029033925: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029033976: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1532, blocked for 1480, running for 0 1718029033976: UIJobCollector(1975492199): Result: false 1718029033976: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029034026: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1583, blocked for 1531, running for 0 1718029034026: UIJobCollector(1975492199): Result: false 1718029034026: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029034076: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1633, blocked for 1581, running for 0 1718029034076: UIJobCollector(1975492199): Result: false 1718029034076: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029034127: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1684, blocked for 1632, running for 0 1718029034127: UIJobCollector(1975492199): Result: false 1718029034127: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029034177: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1734, blocked for 1682, running for 0 1718029034178: UIJobCollector(1975492199): Result: false 1718029034178: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029034228: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1785, blocked for 1733, running for 0 1718029034229: UIJobCollector(1975492199): Result: false 1718029034229: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029034280: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1836, blocked for 1784, running for 0 1718029034280: UIJobCollector(1975492199): Result: false 1718029034280: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029034331: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1887, blocked for 1835, running for 0 1718029034331: UIJobCollector(1975492199): Result: false 1718029034331: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029034381: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1938, blocked for 1886, running for 0 1718029034382: UIJobCollector(1975492199): Result: false 1718029034382: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029034432: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1989, blocked for 1937, running for 0 1718029034432: UIJobCollector(1975492199): Result: false 1718029034432: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029034482: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2039, blocked for 1987, running for 0 1718029034482: UIJobCollector(1975492199): Result: false 1718029034482: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029034532: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2089, blocked for 2037, running for 0 1718029034532: UIJobCollector(1975492199): Job is blocked for 2000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2089, blocked for 2037, running for 0 1718029034532: UIJobCollector(1975492199): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2089, blocked for 2037, running for 0 1718029034533: UIJobCollector(1975492199): Result: true 1718029034533: UIJobCollector(1975492199): No active jobs 1718029035033: UIJobCollector(1975492199): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2590, blocked for 2538, running for 0 1718029035033: UIJobCollector(1975492199): Result: false 1718029035034: UIJobCollector(1975492199): Active jobs: [sleep(65)] 1718029035444: UIJobCollector(1975492199): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -3001, blocked for 2949, running for 0 1718029035444: UIJobCollector(1975492199): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -3001, blocked for 2949, running for 0 1718029035448: UIJobCollector(1982703147): enable 1718029035498: UIJobCollector(1982703147): Nothing left 1718029035498: UIJobCollector(1982703147): Result: true 1718029035498: UIJobCollector(1982703147): No active jobs 1718029035502: UIJobCollector(196414950): enable 1718029035552: UIJobCollector(196414950): Result: true 1718029035552: UIJobCollector(196414950): No active jobs 1718029035552: UIJobCollector(762541694): enable 1718029035653: UIJobCollector(762541694): Nothing left 1718029035653: UIJobCollector(762541694): Result: true 1718029035653: UIJobCollector(762541694): No active jobs 1718029035654: UIJobCollector(762541694): event: new: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029035654: UIJobCollector(762541694): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029035654: UIJobCollector(762541694): Nullified: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029035654: UIJobCollector(762541694): Checking: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), RUNNING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029035654: UIJobCollector(762541694): ignoringCancel is blocked 1718029035655: UIJobCollector(762541694): Result: false 1718029035655: UIJobCollector(762541694): Active jobs: [ignoringCancel(82)] 1718029036654: UIJobCollector(762541694): event: done: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), NONE, status: UNKNOWN, is active: true, delay: -1000, blocked for 999, running for 0 1718029036655: UIJobCollector(762541694): event: gone: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), NONE, status: UNKNOWN, is active: true, delay: -1001, blocked for 1000, running for 0 1718029036680: UIJobCollector(1020242985): enable 1718029036730: UIJobCollector(1020242985): Nothing left 1718029036730: UIJobCollector(1020242985): Result: true 1718029036731: UIJobCollector(1020242985): No active jobs 1718029036731: UIJobCollector(1547811032): enable 1718029036832: UIJobCollector(1547811032): Result: true 1718029036832: UIJobCollector(1547811032): No active jobs 1718029036833: UIJobCollector(1547811032): event: new: org.eclipse.core.runtime.jobs.Job$2 (runaway), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029036833: UIJobCollector(1547811032): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (runaway), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029036833: UIJobCollector(1547811032): Nullified: org.eclipse.core.runtime.jobs.Job$2 (runaway), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029036884: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -51, blocked for 0, running for 51 1718029036885: UIJobCollector(1547811032): runaway is blocked 1718029036885: UIJobCollector(1547811032): Result: false 1718029036885: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029036938: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -105, blocked for 53, running for 0 1718029036938: UIJobCollector(1547811032): Result: false 1718029036938: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029036989: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -155, blocked for 103, running for 0 1718029036989: UIJobCollector(1547811032): Result: false 1718029036989: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037039: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -206, blocked for 154, running for 0 1718029037040: UIJobCollector(1547811032): Result: false 1718029037040: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037091: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -258, blocked for 206, running for 0 1718029037091: UIJobCollector(1547811032): Result: false 1718029037091: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037141: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -308, blocked for 256, running for 0 1718029037142: UIJobCollector(1547811032): Result: false 1718029037142: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037192: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -359, blocked for 307, running for 0 1718029037193: UIJobCollector(1547811032): Result: false 1718029037193: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037243: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -410, blocked for 358, running for 0 1718029037243: UIJobCollector(1547811032): Result: false 1718029037243: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037293: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -460, blocked for 408, running for 0 1718029037293: UIJobCollector(1547811032): Result: false 1718029037293: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037344: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -511, blocked for 459, running for 0 1718029037345: UIJobCollector(1547811032): Result: false 1718029037345: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037395: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -562, blocked for 510, running for 0 1718029037396: UIJobCollector(1547811032): Result: false 1718029037396: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037447: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -614, blocked for 562, running for 0 1718029037448: UIJobCollector(1547811032): Result: false 1718029037448: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037498: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -665, blocked for 613, running for 0 1718029037498: UIJobCollector(1547811032): Result: false 1718029037498: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037550: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -716, blocked for 664, running for 0 1718029037550: UIJobCollector(1547811032): Result: false 1718029037550: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037601: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -768, blocked for 716, running for 0 1718029037601: UIJobCollector(1547811032): Result: false 1718029037601: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037653: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -820, blocked for 768, running for 0 1718029037653: UIJobCollector(1547811032): Result: false 1718029037653: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037705: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -872, blocked for 820, running for 0 1718029037705: UIJobCollector(1547811032): Result: false 1718029037705: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037756: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -923, blocked for 871, running for 0 1718029037757: UIJobCollector(1547811032): Result: false 1718029037757: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037807: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -974, blocked for 922, running for 0 1718029037807: UIJobCollector(1547811032): Result: false 1718029037808: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037858: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1025, blocked for 973, running for 0 1718029037859: UIJobCollector(1547811032): Result: false 1718029037859: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029037910: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1076, blocked for 1025, running for 0 1718029037910: UIJobCollector(1547811032): Job is blocked for 1000, step mode: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1077, blocked for 1025, running for 0 1718029037910: UIJobCollector(1547811032): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1077, blocked for 1025, running for 0 1718029037910: UIJobCollector(1547811032): Result: true 1718029037910: UIJobCollector(1547811032): No active jobs 1718029037960: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1127, blocked for 1075, running for 0 1718029037960: UIJobCollector(1547811032): Result: false 1718029037960: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038010: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1177, blocked for 1125, running for 0 1718029038010: UIJobCollector(1547811032): Result: false 1718029038011: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038061: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1228, blocked for 1176, running for 0 1718029038062: UIJobCollector(1547811032): Result: false 1718029038062: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038112: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1279, blocked for 1227, running for 0 1718029038112: UIJobCollector(1547811032): Result: false 1718029038112: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038162: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1329, blocked for 1277, running for 0 1718029038162: UIJobCollector(1547811032): Result: false 1718029038163: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038213: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1380, blocked for 1328, running for 0 1718029038213: UIJobCollector(1547811032): Result: false 1718029038213: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038264: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1431, blocked for 1379, running for 0 1718029038264: UIJobCollector(1547811032): Result: false 1718029038264: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038314: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1481, blocked for 1429, running for 0 1718029038315: UIJobCollector(1547811032): Result: false 1718029038315: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038365: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1532, blocked for 1480, running for 0 1718029038366: UIJobCollector(1547811032): Result: false 1718029038366: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038416: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1583, blocked for 1531, running for 0 1718029038417: UIJobCollector(1547811032): Result: false 1718029038417: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038468: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1635, blocked for 1583, running for 0 1718029038468: UIJobCollector(1547811032): Result: false 1718029038468: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038518: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1685, blocked for 1633, running for 0 1718029038518: UIJobCollector(1547811032): Result: false 1718029038518: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038569: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1736, blocked for 1684, running for 0 1718029038569: UIJobCollector(1547811032): Result: false 1718029038569: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038619: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1786, blocked for 1734, running for 0 1718029038619: UIJobCollector(1547811032): Result: false 1718029038619: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038669: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1836, blocked for 1784, running for 0 1718029038670: UIJobCollector(1547811032): Result: false 1718029038670: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038721: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1888, blocked for 1836, running for 0 1718029038721: UIJobCollector(1547811032): Result: false 1718029038721: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038773: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1940, blocked for 1888, running for 0 1718029038773: UIJobCollector(1547811032): Result: false 1718029038773: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038824: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1991, blocked for 1939, running for 0 1718029038824: UIJobCollector(1547811032): Result: false 1718029038825: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038875: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -2042, blocked for 1990, running for 0 1718029038876: UIJobCollector(1547811032): Result: false 1718029038876: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029038927: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -2094, blocked for 2042, running for 0 1718029038927: UIJobCollector(1547811032): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -2094, blocked for 2042, running for 0 1718029038927: UIJobCollector(1547811032): Result: true 1718029038927: UIJobCollector(1547811032): No active jobs 1718029041928: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5095, blocked for 5043, running for 0 1718029041929: UIJobCollector(1547811032): runaway is unblocked 1718029041929: UIJobCollector(1547811032): Result: false 1718029041930: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029041980: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5147, blocked for 0, running for 51 1718029041981: UIJobCollector(1547811032): Result: false 1718029041981: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042040: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5207, blocked for 0, running for 111 1718029042041: UIJobCollector(1547811032): Result: false 1718029042041: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042092: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5259, blocked for 0, running for 163 1718029042092: UIJobCollector(1547811032): Result: false 1718029042092: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042142: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5309, blocked for 0, running for 213 1718029042143: UIJobCollector(1547811032): Result: false 1718029042143: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042194: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5361, blocked for 0, running for 265 1718029042194: UIJobCollector(1547811032): Result: false 1718029042194: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042245: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5412, blocked for 0, running for 316 1718029042245: UIJobCollector(1547811032): Result: false 1718029042245: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042296: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5463, blocked for 0, running for 367 1718029042297: UIJobCollector(1547811032): Result: false 1718029042297: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042347: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5514, blocked for 0, running for 418 1718029042347: UIJobCollector(1547811032): Result: false 1718029042347: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042398: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5565, blocked for 0, running for 469 1718029042398: UIJobCollector(1547811032): Result: false 1718029042399: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042450: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5617, blocked for 0, running for 521 1718029042450: UIJobCollector(1547811032): Result: false 1718029042451: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042502: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5669, blocked for 0, running for 573 1718029042502: UIJobCollector(1547811032): Result: false 1718029042502: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042553: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5720, blocked for 0, running for 624 1718029042554: UIJobCollector(1547811032): Result: false 1718029042554: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042605: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5772, blocked for 0, running for 676 1718029042606: UIJobCollector(1547811032): Result: false 1718029042606: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042657: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5824, blocked for 0, running for 728 1718029042657: UIJobCollector(1547811032): Result: false 1718029042657: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042709: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5875, blocked for 0, running for 779 1718029042709: UIJobCollector(1547811032): Result: false 1718029042709: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042760: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5927, blocked for 0, running for 831 1718029042761: UIJobCollector(1547811032): Result: false 1718029042761: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042812: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5979, blocked for 0, running for 883 1718029042812: UIJobCollector(1547811032): Result: false 1718029042813: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042864: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6030, blocked for 0, running for 934 1718029042864: UIJobCollector(1547811032): Result: false 1718029042864: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042915: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6082, blocked for 0, running for 986 1718029042915: UIJobCollector(1547811032): Result: false 1718029042916: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029042966: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6133, blocked for 0, running for 1037 1718029042967: UIJobCollector(1547811032): Result: false 1718029042967: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043018: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6185, blocked for 0, running for 1089 1718029043018: UIJobCollector(1547811032): Result: false 1718029043018: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043069: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6236, blocked for 0, running for 1140 1718029043069: UIJobCollector(1547811032): Result: false 1718029043069: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043120: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6287, blocked for 0, running for 1191 1718029043120: UIJobCollector(1547811032): Result: false 1718029043121: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043172: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6339, blocked for 0, running for 1243 1718029043172: UIJobCollector(1547811032): Result: false 1718029043172: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043223: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6390, blocked for 0, running for 1294 1718029043224: UIJobCollector(1547811032): Result: false 1718029043224: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043275: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6442, blocked for 0, running for 1346 1718029043275: UIJobCollector(1547811032): Result: false 1718029043275: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043326: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6493, blocked for 0, running for 1397 1718029043326: UIJobCollector(1547811032): Result: false 1718029043327: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043378: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6545, blocked for 0, running for 1449 1718029043378: UIJobCollector(1547811032): Result: false 1718029043378: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043429: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6596, blocked for 0, running for 1500 1718029043439: UIJobCollector(1547811032): Result: false 1718029043439: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043490: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6657, blocked for 0, running for 1561 1718029043490: UIJobCollector(1547811032): Result: false 1718029043490: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043541: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6708, blocked for 0, running for 1612 1718029043541: UIJobCollector(1547811032): Result: false 1718029043541: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043591: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6758, blocked for 0, running for 1662 1718029043591: UIJobCollector(1547811032): Result: false 1718029043592: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043643: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6810, blocked for 0, running for 1714 1718029043643: UIJobCollector(1547811032): Result: false 1718029043643: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043694: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6861, blocked for 0, running for 1765 1718029043694: UIJobCollector(1547811032): Result: false 1718029043694: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043745: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6912, blocked for 0, running for 1816 1718029043746: UIJobCollector(1547811032): Result: false 1718029043746: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043797: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6964, blocked for 0, running for 1868 1718029043798: UIJobCollector(1547811032): Result: false 1718029043798: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043850: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7017, blocked for 0, running for 1921 1718029043850: UIJobCollector(1547811032): Result: false 1718029043851: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043901: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7068, blocked for 0, running for 1972 1718029043901: UIJobCollector(1547811032): Result: false 1718029043901: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029043952: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7119, blocked for 0, running for 2023 1718029043953: UIJobCollector(1547811032): Result: false 1718029043953: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044004: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7171, blocked for 0, running for 2075 1718029044005: UIJobCollector(1547811032): Result: false 1718029044005: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044055: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7222, blocked for 0, running for 2126 1718029044056: UIJobCollector(1547811032): Result: false 1718029044056: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044107: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7274, blocked for 0, running for 2178 1718029044107: UIJobCollector(1547811032): Result: false 1718029044107: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044158: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7325, blocked for 0, running for 2229 1718029044158: UIJobCollector(1547811032): Result: false 1718029044159: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044209: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7376, blocked for 0, running for 2280 1718029044210: UIJobCollector(1547811032): Result: false 1718029044210: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044261: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7428, blocked for 0, running for 2332 1718029044261: UIJobCollector(1547811032): Result: false 1718029044261: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044312: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7479, blocked for 0, running for 2383 1718029044313: UIJobCollector(1547811032): Result: false 1718029044313: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044364: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7531, blocked for 0, running for 2435 1718029044364: UIJobCollector(1547811032): Result: false 1718029044364: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044415: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7582, blocked for 0, running for 2486 1718029044416: UIJobCollector(1547811032): Result: false 1718029044416: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044467: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7634, blocked for 0, running for 2538 1718029044467: UIJobCollector(1547811032): Result: false 1718029044467: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044518: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7685, blocked for 0, running for 2589 1718029044519: UIJobCollector(1547811032): Result: false 1718029044519: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044570: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7737, blocked for 0, running for 2641 1718029044570: UIJobCollector(1547811032): Result: false 1718029044570: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044622: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7789, blocked for 0, running for 2693 1718029044638: UIJobCollector(1547811032): Result: false 1718029044639: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044690: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7857, blocked for 0, running for 2761 1718029044690: UIJobCollector(1547811032): Result: false 1718029044690: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044740: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7907, blocked for 0, running for 2811 1718029044741: UIJobCollector(1547811032): Result: false 1718029044741: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044792: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7959, blocked for 0, running for 2863 1718029044792: UIJobCollector(1547811032): Result: false 1718029044792: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044842: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8009, blocked for 0, running for 2913 1718029044843: UIJobCollector(1547811032): Result: false 1718029044843: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044893: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8060, blocked for 0, running for 2964 1718029044893: UIJobCollector(1547811032): Result: false 1718029044893: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044943: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8110, blocked for 0, running for 3014 1718029044944: UIJobCollector(1547811032): Result: false 1718029044944: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029044994: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8161, blocked for 0, running for 3065 1718029044995: UIJobCollector(1547811032): Result: false 1718029044995: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045045: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8212, blocked for 0, running for 3116 1718029045046: UIJobCollector(1547811032): Result: false 1718029045046: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045096: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8263, blocked for 0, running for 3167 1718029045096: UIJobCollector(1547811032): Result: false 1718029045096: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045146: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8313, blocked for 0, running for 3217 1718029045146: UIJobCollector(1547811032): Result: false 1718029045146: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045196: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8363, blocked for 0, running for 3267 1718029045197: UIJobCollector(1547811032): Result: false 1718029045197: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045247: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8414, blocked for 0, running for 3318 1718029045247: UIJobCollector(1547811032): Result: false 1718029045247: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045297: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8464, blocked for 0, running for 3368 1718029045298: UIJobCollector(1547811032): Result: false 1718029045298: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045348: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8515, blocked for 0, running for 3419 1718029045348: UIJobCollector(1547811032): Result: false 1718029045349: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045399: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8566, blocked for 0, running for 3470 1718029045400: UIJobCollector(1547811032): Result: false 1718029045400: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045450: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8617, blocked for 0, running for 3521 1718029045450: UIJobCollector(1547811032): Result: false 1718029045450: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045500: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8667, blocked for 0, running for 3571 1718029045501: UIJobCollector(1547811032): Result: false 1718029045501: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045552: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8718, blocked for 0, running for 3622 1718029045552: UIJobCollector(1547811032): Result: false 1718029045552: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045603: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8770, blocked for 0, running for 3674 1718029045603: UIJobCollector(1547811032): Result: false 1718029045604: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045655: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8822, blocked for 0, running for 3726 1718029045655: UIJobCollector(1547811032): Result: false 1718029045655: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045706: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8873, blocked for 0, running for 3777 1718029045706: UIJobCollector(1547811032): Result: false 1718029045706: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045757: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8924, blocked for 0, running for 3828 1718029045757: UIJobCollector(1547811032): Result: false 1718029045758: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045809: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8975, blocked for 0, running for 3879 1718029045809: UIJobCollector(1547811032): Result: false 1718029045809: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045859: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9026, blocked for 0, running for 3930 1718029045860: UIJobCollector(1547811032): Result: false 1718029045860: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045911: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9078, blocked for 0, running for 3982 1718029045911: UIJobCollector(1547811032): Result: false 1718029045911: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029045963: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9130, blocked for 0, running for 4034 1718029045964: UIJobCollector(1547811032): Result: false 1718029045964: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046015: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9182, blocked for 0, running for 4086 1718029046015: UIJobCollector(1547811032): Result: false 1718029046015: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046065: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9232, blocked for 0, running for 4136 1718029046066: UIJobCollector(1547811032): Result: false 1718029046066: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046117: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9284, blocked for 0, running for 4188 1718029046117: UIJobCollector(1547811032): Result: false 1718029046117: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046167: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9334, blocked for 0, running for 4238 1718029046168: UIJobCollector(1547811032): Result: false 1718029046168: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046218: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9385, blocked for 0, running for 4289 1718029046218: UIJobCollector(1547811032): Result: false 1718029046218: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046268: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9435, blocked for 0, running for 4339 1718029046269: UIJobCollector(1547811032): Result: false 1718029046269: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046319: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9486, blocked for 0, running for 4390 1718029046320: UIJobCollector(1547811032): Result: false 1718029046320: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046371: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9538, blocked for 0, running for 4442 1718029046371: UIJobCollector(1547811032): Result: false 1718029046371: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046421: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9588, blocked for 0, running for 4492 1718029046421: UIJobCollector(1547811032): Result: false 1718029046421: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046472: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9639, blocked for 0, running for 4543 1718029046472: UIJobCollector(1547811032): Result: false 1718029046473: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046523: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9690, blocked for 0, running for 4594 1718029046524: UIJobCollector(1547811032): Result: false 1718029046524: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046574: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9741, blocked for 0, running for 4645 1718029046575: UIJobCollector(1547811032): Result: false 1718029046575: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046625: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9792, blocked for 0, running for 4696 1718029046625: UIJobCollector(1547811032): Result: false 1718029046626: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046677: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9844, blocked for 0, running for 4748 1718029046677: UIJobCollector(1547811032): Result: false 1718029046677: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046727: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9894, blocked for 0, running for 4798 1718029046739: UIJobCollector(1547811032): Result: false 1718029046739: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046789: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9956, blocked for 0, running for 4860 1718029046790: UIJobCollector(1547811032): Result: false 1718029046790: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046840: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10007, blocked for 0, running for 4911 1718029046840: UIJobCollector(1547811032): Result: false 1718029046840: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046890: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10057, blocked for 0, running for 4961 1718029046891: UIJobCollector(1547811032): Result: false 1718029046891: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046941: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10108, blocked for 0, running for 5012 1718029046941: UIJobCollector(1547811032): Result: false 1718029046942: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029046992: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10159, blocked for 0, running for 5063 1718029046993: UIJobCollector(1547811032): Result: false 1718029046993: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047043: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10210, blocked for 0, running for 5114 1718029047044: UIJobCollector(1547811032): Result: false 1718029047044: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047094: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10261, blocked for 0, running for 5165 1718029047094: UIJobCollector(1547811032): Result: false 1718029047094: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047144: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10311, blocked for 0, running for 5215 1718029047145: UIJobCollector(1547811032): Result: false 1718029047145: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047195: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10362, blocked for 0, running for 5266 1718029047195: UIJobCollector(1547811032): Result: false 1718029047195: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047245: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10412, blocked for 0, running for 5316 1718029047245: UIJobCollector(1547811032): Result: false 1718029047246: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047297: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10464, blocked for 0, running for 5368 1718029047297: UIJobCollector(1547811032): Result: false 1718029047297: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047347: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10514, blocked for 0, running for 5418 1718029047347: UIJobCollector(1547811032): Result: false 1718029047347: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047398: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10565, blocked for 0, running for 5469 1718029047398: UIJobCollector(1547811032): Result: false 1718029047398: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047448: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10615, blocked for 0, running for 5519 1718029047449: UIJobCollector(1547811032): Result: false 1718029047449: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047500: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10667, blocked for 0, running for 5571 1718029047500: UIJobCollector(1547811032): Result: false 1718029047500: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047550: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10717, blocked for 0, running for 5621 1718029047550: UIJobCollector(1547811032): Result: false 1718029047550: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047601: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10768, blocked for 0, running for 5672 1718029047602: UIJobCollector(1547811032): Result: false 1718029047602: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047653: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10820, blocked for 0, running for 5724 1718029047654: UIJobCollector(1547811032): Result: false 1718029047654: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047706: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10873, blocked for 0, running for 5777 1718029047706: UIJobCollector(1547811032): Result: false 1718029047706: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047757: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10924, blocked for 0, running for 5828 1718029047758: UIJobCollector(1547811032): Result: false 1718029047758: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047809: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10976, blocked for 0, running for 5880 1718029047809: UIJobCollector(1547811032): Result: false 1718029047809: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047860: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11027, blocked for 0, running for 5931 1718029047860: UIJobCollector(1547811032): Result: false 1718029047860: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047911: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11078, blocked for 0, running for 5982 1718029047912: UIJobCollector(1547811032): Result: false 1718029047912: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029047962: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11129, blocked for 0, running for 6033 1718029047962: UIJobCollector(1547811032): Result: false 1718029047962: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048013: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11180, blocked for 0, running for 6084 1718029048014: UIJobCollector(1547811032): Result: false 1718029048014: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048065: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11232, blocked for 0, running for 6136 1718029048065: UIJobCollector(1547811032): Result: false 1718029048065: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048116: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11283, blocked for 0, running for 6187 1718029048117: UIJobCollector(1547811032): Result: false 1718029048117: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048167: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11334, blocked for 0, running for 6238 1718029048168: UIJobCollector(1547811032): Result: false 1718029048168: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048221: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11387, blocked for 0, running for 6291 1718029048222: UIJobCollector(1547811032): Result: false 1718029048222: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048272: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11439, blocked for 0, running for 6343 1718029048273: UIJobCollector(1547811032): Result: false 1718029048273: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048323: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11490, blocked for 0, running for 6394 1718029048338: UIJobCollector(1547811032): Result: false 1718029048339: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048389: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11556, blocked for 0, running for 6460 1718029048389: UIJobCollector(1547811032): Result: false 1718029048389: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048440: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11607, blocked for 0, running for 6511 1718029048441: UIJobCollector(1547811032): Result: false 1718029048441: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048491: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11658, blocked for 0, running for 6562 1718029048492: UIJobCollector(1547811032): Result: false 1718029048492: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048542: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11709, blocked for 0, running for 6613 1718029048542: UIJobCollector(1547811032): Result: false 1718029048543: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048593: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11760, blocked for 0, running for 6664 1718029048594: UIJobCollector(1547811032): Result: false 1718029048594: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048644: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11811, blocked for 0, running for 6715 1718029048645: UIJobCollector(1547811032): Result: false 1718029048645: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048695: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11862, blocked for 0, running for 6766 1718029048696: UIJobCollector(1547811032): Result: false 1718029048696: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048746: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11913, blocked for 0, running for 6817 1718029048747: UIJobCollector(1547811032): Result: false 1718029048747: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048798: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11964, blocked for 0, running for 6868 1718029048798: UIJobCollector(1547811032): Result: false 1718029048798: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048849: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12016, blocked for 0, running for 6920 1718029048849: UIJobCollector(1547811032): Result: false 1718029048849: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048899: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12066, blocked for 0, running for 6970 1718029048900: UIJobCollector(1547811032): Result: false 1718029048900: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029048950: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12117, blocked for 0, running for 7021 1718029048950: UIJobCollector(1547811032): Result: false 1718029048952: UIJobCollector(1547811032): ----->>> 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: 12119(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/0x00000008015318a8.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: 12119(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/0x00000008015318a8.run:-1 org.eclipse.core.runtime.jobs.Job$2.run:185 [Job.java] org.eclipse.core.internal.jobs.Worker.run:63 [Worker.java] 1718029048952: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049002: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12169, blocked for 0, running for 7073 1718029049003: UIJobCollector(1547811032): Result: false 1718029049003: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049053: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12220, blocked for 0, running for 7124 1718029049054: UIJobCollector(1547811032): Result: false 1718029049054: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049104: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12271, blocked for 0, running for 7175 1718029049139: UIJobCollector(1547811032): Result: false 1718029049139: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049189: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12356, blocked for 0, running for 7260 1718029049190: UIJobCollector(1547811032): Result: false 1718029049190: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049240: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12407, blocked for 0, running for 7311 1718029049240: UIJobCollector(1547811032): Result: false 1718029049241: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049291: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12458, blocked for 0, running for 7362 1718029049292: UIJobCollector(1547811032): Result: false 1718029049292: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049343: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12510, blocked for 0, running for 7414 1718029049343: UIJobCollector(1547811032): Result: false 1718029049343: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049393: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12560, blocked for 0, running for 7464 1718029049393: UIJobCollector(1547811032): Result: false 1718029049393: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049443: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12610, blocked for 0, running for 7514 1718029049443: UIJobCollector(1547811032): Result: false 1718029049444: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049494: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12661, blocked for 0, running for 7565 1718029049495: UIJobCollector(1547811032): Result: false 1718029049495: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049545: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12712, blocked for 0, running for 7616 1718029049545: UIJobCollector(1547811032): Result: false 1718029049545: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049595: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12762, blocked for 0, running for 7666 1718029049596: UIJobCollector(1547811032): Result: false 1718029049596: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049646: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12813, blocked for 0, running for 7717 1718029049646: UIJobCollector(1547811032): Result: false 1718029049646: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049696: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12863, blocked for 0, running for 7767 1718029049696: UIJobCollector(1547811032): Result: false 1718029049696: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049746: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12913, blocked for 0, running for 7817 1718029049747: UIJobCollector(1547811032): Result: false 1718029049747: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049797: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12964, blocked for 0, running for 7868 1718029049798: UIJobCollector(1547811032): Result: false 1718029049798: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049848: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13015, blocked for 0, running for 7919 1718029049848: UIJobCollector(1547811032): Result: false 1718029049848: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049898: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13065, blocked for 0, running for 7969 1718029049898: UIJobCollector(1547811032): Result: false 1718029049898: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049948: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13115, blocked for 0, running for 8019 1718029049948: UIJobCollector(1547811032): Result: false 1718029049948: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029049998: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13165, blocked for 0, running for 8069 1718029049999: UIJobCollector(1547811032): Result: false 1718029049999: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050050: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13217, blocked for 0, running for 8121 1718029050050: UIJobCollector(1547811032): Result: false 1718029050050: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050101: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13268, blocked for 0, running for 8172 1718029050102: UIJobCollector(1547811032): Result: false 1718029050102: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050152: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13319, blocked for 0, running for 8223 1718029050152: UIJobCollector(1547811032): Result: false 1718029050153: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050204: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13371, blocked for 0, running for 8275 1718029050204: UIJobCollector(1547811032): Result: false 1718029050204: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050255: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13422, blocked for 0, running for 8326 1718029050256: UIJobCollector(1547811032): Result: false 1718029050256: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050307: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13474, blocked for 0, running for 8378 1718029050307: UIJobCollector(1547811032): Result: false 1718029050307: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050358: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13525, blocked for 0, running for 8429 1718029050359: UIJobCollector(1547811032): Result: false 1718029050359: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050439: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13606, blocked for 0, running for 8510 1718029050440: UIJobCollector(1547811032): Result: false 1718029050440: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050539: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13706, blocked for 0, running for 8610 1718029050540: UIJobCollector(1547811032): Result: false 1718029050540: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050639: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13806, blocked for 0, running for 8710 1718029050640: UIJobCollector(1547811032): Result: false 1718029050640: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050692: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13859, blocked for 0, running for 8763 1718029050692: UIJobCollector(1547811032): Result: false 1718029050692: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050742: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13909, blocked for 0, running for 8813 1718029050742: UIJobCollector(1547811032): Result: false 1718029050742: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050792: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13959, blocked for 0, running for 8863 1718029050792: UIJobCollector(1547811032): Result: false 1718029050793: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050843: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14010, blocked for 0, running for 8914 1718029050843: UIJobCollector(1547811032): Result: false 1718029050843: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050894: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14061, blocked for 0, running for 8965 1718029050894: UIJobCollector(1547811032): Result: false 1718029050894: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050945: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14112, blocked for 0, running for 9016 1718029050945: UIJobCollector(1547811032): Result: false 1718029050945: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029050997: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14164, blocked for 0, running for 9068 1718029050997: UIJobCollector(1547811032): Result: false 1718029050997: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051048: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14215, blocked for 0, running for 9119 1718029051048: UIJobCollector(1547811032): Result: false 1718029051049: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051100: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14267, blocked for 0, running for 9171 1718029051100: UIJobCollector(1547811032): Result: false 1718029051100: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051151: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14318, blocked for 0, running for 9222 1718029051151: UIJobCollector(1547811032): Result: false 1718029051151: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051202: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14369, blocked for 0, running for 9273 1718029051203: UIJobCollector(1547811032): Result: false 1718029051203: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051254: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14421, blocked for 0, running for 9325 1718029051254: UIJobCollector(1547811032): Result: false 1718029051254: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051305: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14472, blocked for 0, running for 9376 1718029051306: UIJobCollector(1547811032): Result: false 1718029051306: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051357: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14524, blocked for 0, running for 9428 1718029051357: UIJobCollector(1547811032): Result: false 1718029051357: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051408: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14575, blocked for 0, running for 9479 1718029051409: UIJobCollector(1547811032): Result: false 1718029051409: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051460: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14627, blocked for 0, running for 9531 1718029051461: UIJobCollector(1547811032): Result: false 1718029051461: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051512: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14679, blocked for 0, running for 9583 1718029051512: UIJobCollector(1547811032): Result: false 1718029051512: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051563: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14730, blocked for 0, running for 9634 1718029051563: UIJobCollector(1547811032): Result: false 1718029051563: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051614: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14781, blocked for 0, running for 9685 1718029051615: UIJobCollector(1547811032): Result: false 1718029051615: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051666: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14832, blocked for 0, running for 9736 1718029051666: UIJobCollector(1547811032): Result: false 1718029051666: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051717: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14884, blocked for 0, running for 9788 1718029051717: UIJobCollector(1547811032): Result: false 1718029051717: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051768: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14935, blocked for 0, running for 9839 1718029051769: UIJobCollector(1547811032): Result: false 1718029051769: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051820: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14987, blocked for 0, running for 9891 1718029051820: UIJobCollector(1547811032): Result: false 1718029051820: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051872: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15039, blocked for 0, running for 9943 1718029051872: UIJobCollector(1547811032): Result: false 1718029051872: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051923: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15090, blocked for 0, running for 9994 1718029051923: UIJobCollector(1547811032): Result: false 1718029051923: UIJobCollector(1547811032): Active jobs: [runaway(89)] 1718029051974: UIJobCollector(1547811032): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15141, blocked for 0, running for 10045 1718029051975: UIJobCollector(1547811032): Step timeout, skipping: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15142, blocked for 0, running for 10046 1718029051975: UIJobCollector(1547811032): Result: true 1718029051975: UIJobCollector(1547811032): No active jobs 1718029051975: UIJobCollector(1547811032): event: done: org.eclipse.core.runtime.jobs.Job$2 (runaway), NONE, status: UNKNOWN, is active: true, delay: -15142, blocked for 0, running for 10046 1718029051976: UIJobCollector(1547811032): event: gone: org.eclipse.core.runtime.jobs.Job$2 (runaway), NONE, status: UNKNOWN, is active: true, delay: -15143, blocked for 0, running for 10047 1718029051976: UIJobCollector(563031889): enable 1718029052027: UIJobCollector(563031889): Nothing left 1718029052027: UIJobCollector(563031889): Result: true 1718029052027: UIJobCollector(563031889): No active jobs 1718029052027: UIJobCollector(496695089): enable 1718029052127: UIJobCollector(496695089): Result: true 1718029052127: UIJobCollector(496695089): No active jobs 1718029052177: UIJobCollector(496695089): Result: true 1718029052178: UIJobCollector(496695089): No active jobs 1718029052178: UIJobCollector(496695089): Result: true 1718029052178: UIJobCollector(496695089): No active jobs 1718029052178: UIJobCollector(496695089): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029052178: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029052178: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029052179: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029052179: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029052179: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029052679: UIJobCollector(496695089): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1718029052680: UIJobCollector(496695089): Result: false 1718029052680: UIJobCollector(496695089): Active jobs: [busyloop(92)] 1718029052680: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1718029052681: UIJobCollector(496695089): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1718029052730: UIJobCollector(496695089): Result: true 1718029052730: UIJobCollector(496695089): No active jobs 1718029052730: UIJobCollector(496695089): Result: true 1718029052730: UIJobCollector(496695089): No active jobs 1718029052730: UIJobCollector(496695089): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029052730: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029052730: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029052731: UIJobCollector(496695089): event: rescheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029052731: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029052731: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029053231: UIJobCollector(496695089): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1718029053231: UIJobCollector(496695089): Result: false 1718029053232: UIJobCollector(496695089): Active jobs: [busyloop(92)] 1718029053232: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1718029053232: UIJobCollector(496695089): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1718029053282: UIJobCollector(496695089): Result: true 1718029053282: UIJobCollector(496695089): No active jobs 1718029053282: UIJobCollector(496695089): Result: true 1718029053282: UIJobCollector(496695089): No active jobs 1718029053282: UIJobCollector(496695089): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029053282: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029053282: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029053282: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029053282: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029053283: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029053783: UIJobCollector(496695089): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1718029053783: UIJobCollector(496695089): Result: false 1718029053783: UIJobCollector(496695089): Active jobs: [busyloop(92)] 1718029053784: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 502 1718029053784: UIJobCollector(496695089): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 502 1718029053834: UIJobCollector(496695089): Result: true 1718029053834: UIJobCollector(496695089): No active jobs 1718029053835: UIJobCollector(496695089): Result: true 1718029053835: UIJobCollector(496695089): No active jobs 1718029053835: UIJobCollector(496695089): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029053835: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029053835: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029053835: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029053835: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029053835: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029054335: UIJobCollector(496695089): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 500 1718029054336: UIJobCollector(496695089): Result: false 1718029054336: UIJobCollector(496695089): Active jobs: [busyloop(92)] 1718029054336: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1718029054336: UIJobCollector(496695089): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1718029054386: UIJobCollector(496695089): Result: true 1718029054386: UIJobCollector(496695089): No active jobs 1718029054386: UIJobCollector(496695089): Result: true 1718029054386: UIJobCollector(496695089): No active jobs 1718029054386: UIJobCollector(496695089): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029054386: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029054386: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029054386: UIJobCollector(496695089): event: rescheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029054386: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029054386: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029054887: UIJobCollector(496695089): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1718029054887: UIJobCollector(496695089): Result: false 1718029054887: UIJobCollector(496695089): Active jobs: [busyloop(92)] 1718029054887: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1718029054888: UIJobCollector(496695089): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 502 1718029054937: UIJobCollector(496695089): Result: true 1718029054937: UIJobCollector(496695089): No active jobs 1718029054937: UIJobCollector(496695089): Result: true 1718029054937: UIJobCollector(496695089): No active jobs 1718029054937: UIJobCollector(496695089): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029054937: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029054937: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029054938: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029054938: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029054938: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029055438: UIJobCollector(496695089): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1718029055438: UIJobCollector(496695089): Result: false 1718029055438: UIJobCollector(496695089): Active jobs: [busyloop(92)] 1718029055439: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1718029055439: UIJobCollector(496695089): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1718029055489: UIJobCollector(496695089): Result: true 1718029055489: UIJobCollector(496695089): No active jobs 1718029055489: UIJobCollector(496695089): Result: true 1718029055489: UIJobCollector(496695089): No active jobs 1718029055489: UIJobCollector(496695089): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029055489: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029055489: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029055489: UIJobCollector(496695089): event: rescheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029055489: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029055489: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029055990: UIJobCollector(496695089): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1718029055990: UIJobCollector(496695089): Result: false 1718029055990: UIJobCollector(496695089): Active jobs: [busyloop(92)] 1718029055990: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1718029055991: UIJobCollector(496695089): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 502 1718029056040: UIJobCollector(496695089): Result: true 1718029056041: UIJobCollector(496695089): No active jobs 1718029056041: UIJobCollector(496695089): Result: true 1718029056041: UIJobCollector(496695089): No active jobs 1718029056041: UIJobCollector(496695089): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029056041: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029056041: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029056041: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029056041: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029056041: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029056541: UIJobCollector(496695089): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 500 1718029056542: UIJobCollector(496695089): Result: false 1718029056542: UIJobCollector(496695089): Active jobs: [busyloop(92)] 1718029056542: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1718029056542: UIJobCollector(496695089): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1718029056592: UIJobCollector(496695089): Result: true 1718029056592: UIJobCollector(496695089): No active jobs 1718029056592: UIJobCollector(496695089): Result: true 1718029056592: UIJobCollector(496695089): No active jobs 1718029056592: UIJobCollector(496695089): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029056592: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029056593: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029056593: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029056593: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029056593: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029057093: UIJobCollector(496695089): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1718029057093: UIJobCollector(496695089): Result: false 1718029057094: UIJobCollector(496695089): Active jobs: [busyloop(92)] 1718029057094: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1718029057094: UIJobCollector(496695089): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1718029057144: UIJobCollector(496695089): Result: true 1718029057144: UIJobCollector(496695089): No active jobs 1718029057144: UIJobCollector(496695089): Result: true 1718029057144: UIJobCollector(496695089): No active jobs 1718029057144: UIJobCollector(496695089): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029057144: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029057144: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029057144: UIJobCollector(496695089): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029057144: UIJobCollector(496695089): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029057144: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029057645: UIJobCollector(496695089): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1718029057645: UIJobCollector(496695089): Result: false 1718029057645: UIJobCollector(496695089): Active jobs: [busyloop(92)] 1718029057645: UIJobCollector(496695089): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1718029057646: UIJobCollector(496695089): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 502 1718029057647: UIJobCollector(905654793): enable 1718029057697: UIJobCollector(905654793): Nothing left 1718029057697: UIJobCollector(905654793): Result: true 1718029057697: UIJobCollector(905654793): No active jobs 1718029057698: UIJobCollector(1482010861): enable 1718029057800: UIJobCollector(1482010861): Nothing left 1718029057800: UIJobCollector(1482010861): Result: true 1718029057800: UIJobCollector(1482010861): No active jobs 1718029057801: UIJobCollector(1482010861): enable 1718029058301: UIJobCollector(1482010861): Nothing left 1718029058301: UIJobCollector(1482010861): Result: true 1718029058302: UIJobCollector(1482010861): No active jobs 1718029058303: UIJobCollector(1998603857): enable 1718029058354: UIJobCollector(1998603857): Nothing left 1718029058354: UIJobCollector(1998603857): Result: true 1718029058354: UIJobCollector(1998603857): No active jobs 1718029058354: UIJobCollector(1372365655): enable 1718029058454: UIJobCollector(1372365655): Nothing left 1718029058454: UIJobCollector(1372365655): Result: true 1718029058454: UIJobCollector(1372365655): No active jobs 1718029058454: UIJobCollector(1372365655): disable 1718029058555: UIJobCollector(1372365655): enable 1718029058555: UIJobCollector(1372365655): 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 1718029058555: UIJobCollector(1372365655): 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 1718029058555: UIJobCollector(1372365655): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 10000, blocked for 0, running for 0 1718029059055: UIJobCollector(1372365655): 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 1718029059055: UIJobCollector(1372365655): Result: true 1718029059055: UIJobCollector(1372365655): No active jobs 1718029059056: UIJobCollector(1372365655): 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 1718029059056: UIJobCollector(1372365655): enable 1718029059056: UIJobCollector(1372365655): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9499, blocked for 0, running for 501 1718029059056: UIJobCollector(1372365655): 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 1718029059057: UIJobCollector(1571476890): enable 1718029059107: UIJobCollector(1571476890): Nothing left 1718029059108: UIJobCollector(1571476890): Result: true 1718029059108: UIJobCollector(1571476890): No active jobs 1718029059108: UIJobCollector(86339516): enable 1718029059209: UIJobCollector(86339516): Nothing left 1718029059209: UIJobCollector(86339516): Result: true 1718029059209: UIJobCollector(86339516): No active jobs 1718029059210: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059210: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059211: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059211: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059211: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059211: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059211: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059212: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059212: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059212: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059212: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059212: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059213: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059213: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059213: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059214: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059214: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059214: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059214: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059214: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059215: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059215: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059215: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059215: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059216: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059216: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059216: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059216: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059216: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059217: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059217: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059217: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059217: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059217: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059218: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059218: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059218: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): 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 1718029059219: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059219: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059219: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059219: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059219: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059219: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059219: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059219: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059220: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059220: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059220: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059220: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059221: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059221: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059221: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059221: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059221: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059221: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059221: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059222: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059222: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059222: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059222: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059222: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059222: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059223: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059223: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059223: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059224: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059224: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059224: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059224: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059224: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059224: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059224: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059224: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059224: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059224: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059224: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059224: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059224: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059224: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059225: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059225: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059225: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059225: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059225: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059225: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059225: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059225: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059225: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059225: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059225: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059226: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059226: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059226: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059226: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059226: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059226: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059226: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059226: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059226: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059226: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059226: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059226: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059226: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059226: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059226: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059226: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059226: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059226: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059226: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059226: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059227: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059227: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059227: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059228: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059228: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059228: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059229: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059229: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059229: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059229: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059229: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059229: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059229: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059229: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059229: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059229: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059229: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059229: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059229: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -9, blocked for 0, running for 9 1718029059238: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -9, blocked for 0, running for 9 1718029059238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059238: UIJobCollector(86339516): 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 1718029059238: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059238: UIJobCollector(86339516): 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 1718029059238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): 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 1718029059242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): 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 1718029059243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): 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 1718029059245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): 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 1718029059246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): 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 1718029059248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059338: UIJobCollector(86339516): 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 1718029059338: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 80 1718029059338: UIJobCollector(86339516): 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 1718029059338: UIJobCollector(86339516): 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 1718029059338: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059338: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059338: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059338: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 80 1718029059338: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059338: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059338: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059338: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059338: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059338: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059338: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059338: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): Nothing left 1718029059350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059350: UIJobCollector(86339516): Result: true 1718029059350: UIJobCollector(86339516): No active jobs 1718029059351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059360: UIJobCollector(86339516): 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 1718029059360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059361: UIJobCollector(86339516): 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 1718029059361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): 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 1718029059361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059438: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059438: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059438: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059438: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059438: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059438: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059438: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059438: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059438: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059461: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059461: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1718029059538: UIJobCollector(86339516): 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 1718029059538: UIJobCollector(86339516): 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 1718029059538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059538: UIJobCollector(86339516): 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 1718029059538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059538: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059538: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059538: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): Nothing left 1718029059541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059541: UIJobCollector(86339516): Result: true 1718029059541: UIJobCollector(86339516): No active jobs 1718029059542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): 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 1718029059544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059638: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059638: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059638: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059638: UIJobCollector(86339516): 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 1718029059638: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059638: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059638: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059638: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059638: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059638: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): 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 1718029059639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): 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 1718029059650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059738: UIJobCollector(86339516): 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 1718029059738: UIJobCollector(86339516): 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 1718029059738: UIJobCollector(86339516): 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 1718029059738: UIJobCollector(86339516): 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 1718029059738: UIJobCollector(86339516): 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 1718029059738: UIJobCollector(86339516): 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 1718029059738: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): 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 1718029059739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059739: UIJobCollector(86339516): 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 1718029059739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): 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 1718029059739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): 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 1718029059744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): 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 1718029059747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1718029059756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059756: UIJobCollector(86339516): 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 1718029059756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059756: UIJobCollector(86339516): 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 1718029059756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): Nothing left 1718029059760: UIJobCollector(86339516): Result: true 1718029059760: UIJobCollector(86339516): No active jobs 1718029059760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059838: UIJobCollector(86339516): 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 1718029059838: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059838: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059838: UIJobCollector(86339516): 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 1718029059838: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059838: UIJobCollector(86339516): 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 1718029059838: UIJobCollector(86339516): 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 1718029059838: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059838: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059838: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059838: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 76 1718029059838: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 2 1718029059850: UIJobCollector(86339516): 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 1718029059850: UIJobCollector(86339516): 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 1718029059850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 2 1718029059850: UIJobCollector(86339516): 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 1718029059850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 2 1718029059850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 2 1718029059850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): Nothing left 1718029059852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): Result: true 1718029059852: UIJobCollector(86339516): No active jobs 1718029059852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): 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 1718029059864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059865: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): 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 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059866: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059867: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059938: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059938: UIJobCollector(86339516): 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 1718029059938: UIJobCollector(86339516): 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 1718029059938: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 71 1718029059938: UIJobCollector(86339516): 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 1718029059938: UIJobCollector(86339516): 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 1718029059938: UIJobCollector(86339516): 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 1718029059938: UIJobCollector(86339516): 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 1718029059938: UIJobCollector(86339516): 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 1718029059938: UIJobCollector(86339516): 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 1718029059938: UIJobCollector(86339516): 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 1718029059938: UIJobCollector(86339516): 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 1718029059938: UIJobCollector(86339516): 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 1718029059938: UIJobCollector(86339516): 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 1718029059939: UIJobCollector(86339516): 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 1718029059939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059939: UIJobCollector(86339516): 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 1718029059939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059939: UIJobCollector(86339516): 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 1718029059939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059939: UIJobCollector(86339516): 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 1718029059939: UIJobCollector(86339516): 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 1718029059939: UIJobCollector(86339516): 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 1718029059939: UIJobCollector(86339516): 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 1718029059939: UIJobCollector(86339516): 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 1718029059939: UIJobCollector(86339516): 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 1718029059939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059939: UIJobCollector(86339516): 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 1718029059939: UIJobCollector(86339516): 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 1718029059939: UIJobCollector(86339516): 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 1718029059939: UIJobCollector(86339516): 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 1718029059939: UIJobCollector(86339516): 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 1718029059939: UIJobCollector(86339516): 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 1718029059939: UIJobCollector(86339516): 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 1718029059940: UIJobCollector(86339516): 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 1718029059940: UIJobCollector(86339516): 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 1718029059940: UIJobCollector(86339516): 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 1718029059940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059940: UIJobCollector(86339516): 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 1718029059940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059940: UIJobCollector(86339516): 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 1718029059940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059940: UIJobCollector(86339516): 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 1718029059940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 73 1718029059940: UIJobCollector(86339516): 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 1718029059940: UIJobCollector(86339516): 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 1718029059940: UIJobCollector(86339516): 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 1718029059940: UIJobCollector(86339516): 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 1718029059940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059940: UIJobCollector(86339516): 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 1718029059940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059940: UIJobCollector(86339516): 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 1718029059940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059940: UIJobCollector(86339516): 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 1718029059940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 76 1718029059941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): 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 1718029059941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): 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 1718029059941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): 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 1718029059941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): 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 1718029059941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): 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 1718029059941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): 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 1718029059941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): 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 1718029059941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): 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 1718029059941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): 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 1718029059941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): 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 1718029059941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059942: UIJobCollector(86339516): 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 1718029059942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059942: UIJobCollector(86339516): 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 1718029059942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): 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 1718029059942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): 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 1718029059942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): 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 1718029059942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): 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 1718029059942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): 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 1718029059942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): 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 1718029059942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): 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 1718029059942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): 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 1718029059942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): 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 1718029059943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): 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 1718029059943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): 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 1718029059943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): 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 1718029059943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): 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 1718029059943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): 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 1718029059943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 76 1718029059943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): 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 1718029059943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 5 1718029059943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): 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 1718029059943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): 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 1718029059943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059944: UIJobCollector(86339516): 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 1718029059944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): 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 1718029059944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): 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 1718029059944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059944: UIJobCollector(86339516): 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 1718029059944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): 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 1718029059944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): 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 1718029059944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059944: UIJobCollector(86339516): 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 1718029059945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059945: UIJobCollector(86339516): 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 1718029059945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): 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 1718029059945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): 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 1718029059945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): 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 1718029059945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): 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 1718029059945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): 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 1718029059945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): 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 1718029059945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): 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 1718029059945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): 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 1718029059945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059946: UIJobCollector(86339516): 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 1718029059946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): 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 1718029059946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): 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 1718029059946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): 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 1718029059946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): 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 1718029059946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): 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 1718029059946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): 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 1718029059946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): 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 1718029059946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): 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 1718029059946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059947: UIJobCollector(86339516): 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 1718029059947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): 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 1718029059947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): 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 1718029059947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): 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 1718029059947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): 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 1718029059947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): 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 1718029059947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): 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 1718029059947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): 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 1718029059947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): 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 1718029059947: UIJobCollector(86339516): 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 1718029059947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059948: UIJobCollector(86339516): 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 1718029059948: UIJobCollector(86339516): 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 1718029059948: UIJobCollector(86339516): 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 1718029059948: UIJobCollector(86339516): 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 1718029059948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): 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 1718029059948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): 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 1718029059948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): 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 1718029059948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): 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 1718029059948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): 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 1718029059948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): 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 1718029059948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): 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 1718029059948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): 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 1718029059948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): 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 1718029059948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059949: UIJobCollector(86339516): 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 1718029059949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): 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 1718029059949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): 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 1718029059949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): 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 1718029059949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059949: UIJobCollector(86339516): 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 1718029059949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059950: UIJobCollector(86339516): 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 1718029059950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059950: UIJobCollector(86339516): 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 1718029059950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): 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 1718029059950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): 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 1718029059950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): 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 1718029059951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): 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 1718029059951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059952: UIJobCollector(86339516): 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 1718029059952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029059958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029059962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029059962: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): 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 1718029060038: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): 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 1718029060038: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): 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 1718029060038: UIJobCollector(86339516): 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 1718029060038: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060038: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1718029060057: UIJobCollector(86339516): 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 1718029060057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060057: UIJobCollector(86339516): 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 1718029060057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060061: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060062: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060062: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060062: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060062: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060062: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060063: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060064: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060064: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060064: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060064: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060065: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060065: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060065: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060065: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060065: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060066: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060066: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060138: UIJobCollector(86339516): 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 1718029060138: UIJobCollector(86339516): 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 1718029060138: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 72 1718029060138: UIJobCollector(86339516): 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 1718029060138: UIJobCollector(86339516): 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 1718029060138: UIJobCollector(86339516): 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 1718029060138: UIJobCollector(86339516): 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 1718029060138: UIJobCollector(86339516): 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 1718029060138: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060138: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060138: UIJobCollector(86339516): 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 1718029060138: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060138: UIJobCollector(86339516): 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 1718029060138: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060138: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060138: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060138: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): 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 1718029060139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): 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 1718029060139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 73 1718029060139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060146: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060147: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): 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 1718029060158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): 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 1718029060160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060165: UIJobCollector(86339516): 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 1718029060165: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060165: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060165: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060165: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060165: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060165: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060165: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060165: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): 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 1718029060238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060238: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): 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 1718029060239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060244: UIJobCollector(86339516): Nothing left 1718029060244: UIJobCollector(86339516): Result: true 1718029060244: UIJobCollector(86339516): No active jobs 1718029060244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): Nothing left 1718029060254: UIJobCollector(86339516): Result: true 1718029060254: UIJobCollector(86339516): No active jobs 1718029060254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): 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 1718029060256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): 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 1718029060262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060263: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060338: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060338: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060346: UIJobCollector(86339516): 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 1718029060346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060347: UIJobCollector(86339516): 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 1718029060347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): 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 1718029060351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): 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 1718029060356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060360: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): Nothing left 1718029060363: UIJobCollector(86339516): Result: true 1718029060363: UIJobCollector(86339516): No active jobs 1718029060363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060438: UIJobCollector(86339516): 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 1718029060438: UIJobCollector(86339516): 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 1718029060438: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 73 1718029060438: UIJobCollector(86339516): 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 1718029060438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060438: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060438: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060438: UIJobCollector(86339516): 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 1718029060438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060438: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060438: UIJobCollector(86339516): 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 1718029060438: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060438: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060438: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060438: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060438: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060438: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060438: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060454: UIJobCollector(86339516): Nothing left 1718029060454: UIJobCollector(86339516): Result: true 1718029060454: UIJobCollector(86339516): No active jobs 1718029060455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): 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 1718029060456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060461: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): 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 1718029060538: UIJobCollector(86339516): 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 1718029060538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 76 1718029060538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): 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 1718029060538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): 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 1718029060542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): 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 1718029060556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): 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 1718029060556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060564: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060564: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060564: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060564: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060564: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060565: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060565: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060565: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060565: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060565: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060565: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060565: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060565: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060565: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060565: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060565: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060565: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060565: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060566: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060638: UIJobCollector(86339516): 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 1718029060638: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060638: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060638: UIJobCollector(86339516): 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 1718029060638: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060638: UIJobCollector(86339516): 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 1718029060638: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060638: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060638: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060638: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060638: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060638: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060638: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060638: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060638: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060638: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): 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 1718029060644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060738: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060738: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060738: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060738: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060738: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060738: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060738: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060738: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060738: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060738: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060738: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060738: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060738: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060738: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060738: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060738: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060749: UIJobCollector(86339516): Nothing left 1718029060749: UIJobCollector(86339516): Result: true 1718029060749: UIJobCollector(86339516): No active jobs 1718029060749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 3 1718029060761: UIJobCollector(86339516): 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 1718029060761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 3 1718029060761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 3 1718029060761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 3 1718029060762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): 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 1718029060763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060764: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060838: UIJobCollector(86339516): 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 1718029060838: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060838: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060838: UIJobCollector(86339516): 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 1718029060838: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060838: UIJobCollector(86339516): 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 1718029060838: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060838: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060838: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060838: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060838: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060838: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060838: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060838: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060838: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060838: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060838: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060838: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060838: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): Nothing left 1718029060853: UIJobCollector(86339516): Result: true 1718029060853: UIJobCollector(86339516): No active jobs 1718029060853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): 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 1718029060860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): 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 1718029060938: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): 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 1718029060938: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060938: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029060959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): 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 1718029060963: UIJobCollector(86339516): 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 1718029060963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060963: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029060964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029060965: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061038: UIJobCollector(86339516): 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 1718029061038: UIJobCollector(86339516): 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 1718029061038: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061038: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061061: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061061: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): 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 1718029061138: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): 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 1718029061138: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061138: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): 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 1718029061139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061146: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061146: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061147: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061147: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061147: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061148: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061149: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1718029061164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): 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 1718029061164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061165: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061165: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061165: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061165: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061165: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061165: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): 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 1718029061238: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): 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 1718029061238: UIJobCollector(86339516): 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 1718029061238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): 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 1718029061245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): Nothing left 1718029061247: UIJobCollector(86339516): Result: true 1718029061247: UIJobCollector(86339516): No active jobs 1718029061247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): 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 1718029061251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061338: UIJobCollector(86339516): 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 1718029061338: UIJobCollector(86339516): 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 1718029061338: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061338: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061338: UIJobCollector(86339516): 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 1718029061338: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061338: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061338: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061338: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061338: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061338: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061338: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061338: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061338: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061338: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061338: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061338: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061338: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061338: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061339: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): 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 1718029061340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061340: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061341: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): 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 1718029061342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061342: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061343: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061344: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061344: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061362: UIJobCollector(86339516): 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 1718029061362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1718029061362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061362: UIJobCollector(86339516): 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 1718029061362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061365: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): 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 1718029061438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): 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 1718029061438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): 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 1718029061438: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061438: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): 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 1718029061455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061458: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061459: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061460: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): 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 1718029061538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): 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 1718029061538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): 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 1718029061538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061538: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): 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 1718029061543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): 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 1718029061548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): 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 1718029061549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): 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 1718029061552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): Nothing left 1718029061552: UIJobCollector(86339516): Result: true 1718029061552: UIJobCollector(86339516): No active jobs 1718029061552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 4 1718029061558: UIJobCollector(86339516): 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 1718029061558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 4 1718029061558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 4 1718029061558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 4 1718029061558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061562: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061563: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): 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 1718029061638: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): 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 1718029061638: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061638: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): Nothing left 1718029061646: UIJobCollector(86339516): Result: true 1718029061646: UIJobCollector(86339516): No active jobs 1718029061646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): Nothing left 1718029061654: UIJobCollector(86339516): Result: true 1718029061654: UIJobCollector(86339516): No active jobs 1718029061654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061654: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): 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 1718029061655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061655: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061656: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): 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 1718029061657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): 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 1718029061738: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 76 1718029061738: UIJobCollector(86339516): 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 1718029061738: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): 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 1718029061738: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): 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 1718029061738: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061738: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): Nothing left 1718029061752: UIJobCollector(86339516): Result: true 1718029061752: UIJobCollector(86339516): No active jobs 1718029061752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061753: UIJobCollector(86339516): 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 1718029061753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): 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 1718029061757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): 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 1718029061757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061763: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061764: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061764: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): 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 1718029061765: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061765: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061765: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061838: UIJobCollector(86339516): 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 1718029061838: UIJobCollector(86339516): 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 1718029061838: UIJobCollector(86339516): 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 1718029061838: UIJobCollector(86339516): 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 1718029061838: UIJobCollector(86339516): 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 1718029061838: UIJobCollector(86339516): 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 1718029061838: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061838: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061838: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061838: UIJobCollector(86339516): 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 1718029061838: UIJobCollector(86339516): 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 1718029061838: UIJobCollector(86339516): 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 1718029061838: UIJobCollector(86339516): 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 1718029061838: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061839: UIJobCollector(86339516): 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 1718029061840: UIJobCollector(86339516): 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 1718029061840: UIJobCollector(86339516): 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 1718029061840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): 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 1718029061840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): 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 1718029061840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): 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 1718029061840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): 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 1718029061840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): 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 1718029061840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): 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 1718029061840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): 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 1718029061840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): 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 1718029061840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): 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 1718029061840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): 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 1718029061840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): 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 1718029061840: UIJobCollector(86339516): 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 1718029061840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): 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 1718029061840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061840: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): 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 1718029061841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061842: UIJobCollector(86339516): 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 1718029061842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): 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 1718029061842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): 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 1718029061842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): 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 1718029061842: UIJobCollector(86339516): 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 1718029061842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): 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 1718029061842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): 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 1718029061842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061842: UIJobCollector(86339516): 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 1718029061843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): 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 1718029061843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): 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 1718029061843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): 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 1718029061843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): 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 1718029061843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): 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 1718029061843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): 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 1718029061843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061844: UIJobCollector(86339516): 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 1718029061844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): 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 1718029061844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): 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 1718029061844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061844: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061845: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061846: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): 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 1718029061847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061847: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): 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 1718029061850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061938: UIJobCollector(86339516): 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 1718029061938: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 78 1718029061938: UIJobCollector(86339516): 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 1718029061938: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061938: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061938: UIJobCollector(86339516): 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 1718029061938: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061938: UIJobCollector(86339516): 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 1718029061938: UIJobCollector(86339516): 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 1718029061938: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061938: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061938: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061938: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061938: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061938: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061938: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061938: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061938: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061938: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061938: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061938: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061939: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061939: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061940: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061941: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061942: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061943: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): 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 1718029061944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029061949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061950: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): 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 1718029061954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): 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 1718029061954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): Nothing left 1718029061955: UIJobCollector(86339516): Result: true 1718029061955: UIJobCollector(86339516): No active jobs 1718029061955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061960: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061961: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061962: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): 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 1718029061963: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061965: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061965: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061965: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061965: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061965: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061965: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061965: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061965: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029061965: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061965: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061965: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061965: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061965: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061965: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029061965: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061965: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061965: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061965: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029061965: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): 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 1718029062038: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 73 1718029062038: UIJobCollector(86339516): 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 1718029062038: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): 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 1718029062038: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): 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 1718029062038: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062038: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062039: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062040: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062041: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062042: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062043: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062044: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062045: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062046: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062047: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062047: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062048: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062049: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062050: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062051: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062052: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): 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 1718029062053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062053: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062054: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062055: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062056: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062057: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062058: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062059: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062060: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): 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 1718029062138: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): 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 1718029062138: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): 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 1718029062138: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062138: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062139: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062140: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062141: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062142: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062143: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): 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 1718029062144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062144: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062145: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): 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 1718029062150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1718029062150: UIJobCollector(86339516): 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 1718029062150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062150: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062151: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062152: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062153: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062154: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062155: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062156: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062157: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062158: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062159: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062160: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062161: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062161: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062162: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062163: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062164: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): 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 1718029062238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): 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 1718029062238: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062238: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062239: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): Nothing left 1718029062240: UIJobCollector(86339516): Result: true 1718029062240: UIJobCollector(86339516): No active jobs 1718029062240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062240: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062241: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062242: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062243: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062244: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062245: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062246: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062247: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062248: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062249: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062250: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062251: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062252: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062253: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062254: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062255: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062256: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062257: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062258: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062259: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062260: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): Nothing left 1718029062261: UIJobCollector(86339516): Result: true 1718029062261: UIJobCollector(86339516): No active jobs 1718029062261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062261: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062262: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062263: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062263: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062264: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062338: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1718029062338: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1718029062338: UIJobCollector(86339516): 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 1718029062338: UIJobCollector(86339516): 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 1718029062338: UIJobCollector(86339516): 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 1718029062338: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062338: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062338: UIJobCollector(86339516): 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 1718029062338: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062338: UIJobCollector(86339516): 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 1718029062338: UIJobCollector(86339516): 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 1718029062338: UIJobCollector(86339516): 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 1718029062338: UIJobCollector(86339516): 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 1718029062338: UIJobCollector(86339516): 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 1718029062338: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062338: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062338: UIJobCollector(86339516): 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 1718029062338: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062338: UIJobCollector(86339516): 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 1718029062338: UIJobCollector(86339516): 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 1718029062338: UIJobCollector(86339516): 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 1718029062339: UIJobCollector(86339516): 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 1718029062339: UIJobCollector(86339516): 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 1718029062339: UIJobCollector(86339516): 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 1718029062339: UIJobCollector(86339516): 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 1718029062339: UIJobCollector(86339516): 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 1718029062339: UIJobCollector(86339516): 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 1718029062339: UIJobCollector(86339516): 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 1718029062339: UIJobCollector(86339516): 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 1718029062339: UIJobCollector(86339516): 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 1718029062339: UIJobCollector(86339516): 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 1718029062339: UIJobCollector(86339516): 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 1718029062339: UIJobCollector(86339516): 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 1718029062344: UIJobCollector(86339516): 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 1718029062344: UIJobCollector(86339516): 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 1718029062344: UIJobCollector(86339516): 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 1718029062344: UIJobCollector(86339516): 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 1718029062344: UIJobCollector(86339516): 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 1718029062344: UIJobCollector(86339516): 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 1718029062344: UIJobCollector(86339516): 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 1718029062344: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): 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 1718029062345: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062345: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062346: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062346: UIJobCollector(86339516): 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 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -84, blocked for 0, running for 84 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -84, blocked for 0, running for 84 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -84, blocked for 0, running for 84 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -84, blocked for 0, running for 84 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): 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 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -84, blocked for 0, running for 84 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -84, blocked for 0, running for 84 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -84, blocked for 0, running for 84 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -84, blocked for 0, running for 84 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -84, blocked for 0, running for 84 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): 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 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): 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 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -84, blocked for 0, running for 84 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): 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 1718029062347: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062347: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): 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 1718029062348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062348: UIJobCollector(86339516): 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 1718029062349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062349: UIJobCollector(86339516): 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 1718029062349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062349: UIJobCollector(86339516): 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 1718029062349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): 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 1718029062349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): 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 1718029062349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): 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 1718029062349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): 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 1718029062349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): 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 1718029062349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062349: UIJobCollector(86339516): 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 1718029062349: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062349: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): 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 1718029062350: UIJobCollector(86339516): 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 1718029062350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): 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 1718029062350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): 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 1718029062350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): 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 1718029062350: UIJobCollector(86339516): 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 1718029062350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): 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 1718029062350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062350: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062350: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): 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 1718029062351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062351: UIJobCollector(86339516): 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 1718029062351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062351: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062352: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062353: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062354: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062355: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062356: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): 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 1718029062357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062357: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062358: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062359: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062360: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062361: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062362: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062363: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): 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 1718029062364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062364: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): 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 1718029062438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): 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 1718029062438: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): 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 1718029062438: UIJobCollector(86339516): 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 1718029062438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): 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 1718029062438: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): 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 1718029062438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): 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 1718029062438: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): 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 1718029062438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062438: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062439: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062440: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062441: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062442: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062443: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062444: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062445: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062446: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062447: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062448: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062449: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062450: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062451: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062452: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062453: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062454: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062455: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062456: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062457: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1718029062461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1718029062461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): 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 1718029062461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062461: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062462: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062462: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062462: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062463: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062463: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062465: UIJobCollector(86339516): 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 1718029062465: UIJobCollector(86339516): 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 1718029062538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062538: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062539: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062540: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062541: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062542: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062543: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062544: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062545: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062546: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062547: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062548: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062549: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062550: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062551: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062552: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062553: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062554: UIJobCollector(86339516): Nothing left 1718029062554: UIJobCollector(86339516): Result: true 1718029062554: UIJobCollector(86339516): No active jobs 1718029062554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062554: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062555: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): 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 1718029062556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062556: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062557: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062558: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062559: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062560: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062561: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062561: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062561: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062561: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1718029062638: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): 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 1718029062638: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062638: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): 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 1718029062639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062639: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062640: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062641: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062642: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062643: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062644: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): Nothing left 1718029062645: UIJobCollector(86339516): Result: true 1718029062645: UIJobCollector(86339516): No active jobs 1718029062645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062645: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062646: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062647: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062648: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062649: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062650: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062651: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062652: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062653: UIJobCollector(86339516): Nothing left 1718029062653: UIJobCollector(86339516): Result: true 1718029062653: UIJobCollector(86339516): No active jobs 1718029062653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062653: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062653: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062653: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062653: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062653: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1718029062657: UIJobCollector(86339516): 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 1718029062657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1718029062657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062657: UIJobCollector(86339516): 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 1718029062657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062657: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062657: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062657: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062657: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062657: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062658: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062659: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062660: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062661: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062662: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062663: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062663: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062663: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062664: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062665: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062665: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062665: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062665: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): 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 1718029062738: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): 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 1718029062738: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062738: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062739: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062740: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062741: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062742: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062743: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062744: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062745: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062746: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062747: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062748: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062749: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): 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 1718029062750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062750: UIJobCollector(86339516): Nothing left 1718029062750: UIJobCollector(86339516): Result: true 1718029062750: UIJobCollector(86339516): No active jobs 1718029062750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062750: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062751: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062752: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062753: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062754: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062755: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062756: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062757: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062758: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062759: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062760: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062761: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062762: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): 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 1718029062838: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): 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 1718029062838: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): Nothing left 1718029062838: UIJobCollector(86339516): Result: true 1718029062838: UIJobCollector(86339516): No active jobs 1718029062838: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062838: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062839: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): 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 1718029062840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062840: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062841: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062842: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062843: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1718029062848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1718029062848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): 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 1718029062848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): 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 1718029062848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062848: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062849: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062850: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062851: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062852: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062853: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062854: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062855: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062856: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062857: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062858: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062859: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062860: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062861: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062862: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062863: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062864: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062865: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062865: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062938: UIJobCollector(86339516): 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 1718029062943: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 4 1718029062943: UIJobCollector(86339516): 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 1718029062943: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 5 1718029062943: UIJobCollector(86339516): 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 1718029062943: UIJobCollector(86339516): 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 1718029062943: UIJobCollector(86339516): 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 1718029062943: UIJobCollector(86339516): 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 1718029062943: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 5 1718029062943: UIJobCollector(86339516): 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 1718029062944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062944: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062945: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062946: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): 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 1718029062947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062947: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062948: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062949: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062950: UIJobCollector(86339516): Nothing left 1718029062950: UIJobCollector(86339516): Result: true 1718029062950: UIJobCollector(86339516): No active jobs 1718029062950: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062950: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062950: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062951: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062952: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062953: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062954: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062955: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062956: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062957: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062958: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062959: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062962: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062962: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062962: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062963: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062963: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1718029062964: UIJobCollector(86339516): 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 1718029062964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): 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 1718029062964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): 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 1718029062964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062964: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062965: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062965: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062965: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062965: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062965: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062966: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062966: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062966: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062966: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062966: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062966: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062966: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062966: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1718029062966: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062966: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062966: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029062966: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062966: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062966: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062966: UIJobCollector(86339516): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029062966: UIJobCollector(86339516): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062966: UIJobCollector(86339516): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062966: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062966: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062966: UIJobCollector(86339516): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029062966: UIJobCollector(86339516): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029063061: UIJobCollector(943494381): enable 1718029063111: UIJobCollector(943494381): Nothing left 1718029063111: UIJobCollector(943494381): Result: true 1718029063111: UIJobCollector(943494381): No active jobs 1718029063111: UIJobCollector(691850205): enable 1718029063212: UIJobCollector(691850205): Nothing left 1718029063212: UIJobCollector(691850205): Result: true 1718029063212: UIJobCollector(691850205): No active jobs 1718029063212: UIJobCollector(691850205): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029063212: UIJobCollector(691850205): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029063212: UIJobCollector(691850205): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029063213: UIJobCollector(691850205): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1718029063213: UIJobCollector(691850205): sleep is blocked 1718029063214: UIJobCollector(691850205): Result: false 1718029063215: UIJobCollector(691850205): Active jobs: [sleep(10114)] 1718029064730: UIJobCollector(691850205): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1518, blocked for 1517, running for 0 1718029064731: UIJobCollector(691850205): Result: false 1718029064731: UIJobCollector(691850205): Active jobs: [sleep(10114)] 1718029064782: UIJobCollector(691850205): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1570, blocked for 1569, running for 0 1718029064782: UIJobCollector(691850205): Result: false 1718029064782: UIJobCollector(691850205): Active jobs: [sleep(10114)] 1718029064833: UIJobCollector(691850205): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1621, blocked for 1620, running for 0 1718029064833: UIJobCollector(691850205): Result: false 1718029064833: UIJobCollector(691850205): Active jobs: [sleep(10114)] 1718029064883: UIJobCollector(691850205): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1671, blocked for 1670, running for 0 1718029064883: UIJobCollector(691850205): Result: false 1718029064883: UIJobCollector(691850205): Active jobs: [sleep(10114)] 1718029064933: UIJobCollector(691850205): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1721, blocked for 1720, running for 0 1718029064933: UIJobCollector(691850205): Result: false 1718029064933: UIJobCollector(691850205): Active jobs: [sleep(10114)] 1718029064983: UIJobCollector(691850205): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1771, blocked for 1770, running for 0 1718029064983: UIJobCollector(691850205): Result: false 1718029064983: UIJobCollector(691850205): Active jobs: [sleep(10114)] 1718029065033: UIJobCollector(691850205): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1821, blocked for 1820, running for 0 1718029065033: UIJobCollector(691850205): Result: false 1718029065033: UIJobCollector(691850205): Active jobs: [sleep(10114)] 1718029065083: UIJobCollector(691850205): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1871, blocked for 1870, running for 0 1718029065083: UIJobCollector(691850205): Result: false 1718029065083: UIJobCollector(691850205): Active jobs: [sleep(10114)] 1718029065135: UIJobCollector(691850205): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1922, blocked for 1921, running for 0 1718029065135: UIJobCollector(691850205): Result: false 1718029065135: UIJobCollector(691850205): Active jobs: [sleep(10114)] 1718029065186: UIJobCollector(691850205): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1974, blocked for 1973, running for 0 1718029065186: UIJobCollector(691850205): Result: false 1718029065186: UIJobCollector(691850205): Active jobs: [sleep(10114)] 1718029065237: UIJobCollector(691850205): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2025, blocked for 2024, running for 0 1718029065237: UIJobCollector(691850205): Job is blocked for 2000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2025, blocked for 2024, running for 0 1718029065237: UIJobCollector(691850205): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2025, blocked for 2024, running for 0 1718029065237: UIJobCollector(691850205): Result: true 1718029065237: UIJobCollector(691850205): No active jobs 1718029065237: UIJobCollector(691850205): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2025, blocked for 2024, running for 0 1718029065237: UIJobCollector(691850205): Result: false 1718029065237: UIJobCollector(691850205): Active jobs: [sleep(10114)] 1718029066738: UIJobCollector(691850205): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3526, blocked for 3525, running for 0 1718029066738: UIJobCollector(691850205): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3526, blocked for 3525, running for 0 1718029066738: UIJobCollector(691850205): Result: true 1718029066738: UIJobCollector(691850205): No active jobs 1718029067214: UIJobCollector(691850205): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -4002, blocked for 4001, running for 0 1718029067214: UIJobCollector(691850205): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -4002, blocked for 4001, running for 0 1718029067258: UIJobCollector(1089772914): enable 1718029067308: UIJobCollector(1089772914): Nothing left 1718029067308: UIJobCollector(1089772914): Result: true 1718029067308: UIJobCollector(1089772914): No active jobs 1718029067308: UIJobCollector(1378869004): enable 1718029067308: UIJobCollector(1378869004): Nothing left 1718029067308: UIJobCollector(1378869004): Result: true 1718029067308: UIJobCollector(1378869004): No active jobs 1718029067309: UIJobCollector(1482169014): enable 1718029067359: UIJobCollector(1482169014): Result: true 1718029067359: UIJobCollector(1482169014): No active jobs 1718029067359: UIJobCollector(1866408768): enable 1718029067459: UIJobCollector(1866408768): Nothing left 1718029067459: UIJobCollector(1866408768): Result: true 1718029067459: UIJobCollector(1866408768): No active jobs 1718029067459: UIJobCollector(1866408768): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029067459: UIJobCollector(1866408768): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029067459: UIJobCollector(1866408768): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029067611: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -152, blocked for 0, running for 152 1718029067612: UIJobCollector(1866408768): sleep is blocked 1718029067612: UIJobCollector(1866408768): Result: false 1718029067612: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029067665: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -206, blocked for 53, running for 0 1718029067665: UIJobCollector(1866408768): Result: false 1718029067666: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029067716: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -257, blocked for 104, running for 0 1718029067717: UIJobCollector(1866408768): Result: false 1718029067717: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029067767: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -308, blocked for 155, running for 0 1718029067767: UIJobCollector(1866408768): Result: false 1718029067767: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029067817: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -358, blocked for 205, running for 0 1718029067817: UIJobCollector(1866408768): Result: false 1718029067817: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029067867: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -408, blocked for 255, running for 0 1718029067867: UIJobCollector(1866408768): Result: false 1718029067867: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029067917: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -458, blocked for 305, running for 0 1718029067917: UIJobCollector(1866408768): Result: false 1718029067917: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029067967: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -508, blocked for 355, running for 0 1718029067967: UIJobCollector(1866408768): Result: false 1718029067967: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068017: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -558, blocked for 405, running for 0 1718029068017: UIJobCollector(1866408768): Result: false 1718029068017: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068067: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -608, blocked for 455, running for 0 1718029068068: UIJobCollector(1866408768): Result: false 1718029068068: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068118: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -659, blocked for 506, running for 0 1718029068119: UIJobCollector(1866408768): Result: false 1718029068119: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068169: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -710, blocked for 557, running for 0 1718029068170: UIJobCollector(1866408768): Result: false 1718029068170: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068220: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -761, blocked for 608, running for 0 1718029068221: UIJobCollector(1866408768): Result: false 1718029068221: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068272: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -812, blocked for 659, running for 0 1718029068272: UIJobCollector(1866408768): Result: false 1718029068272: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068322: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -863, blocked for 710, running for 0 1718029068322: UIJobCollector(1866408768): Result: false 1718029068322: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068372: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -913, blocked for 760, running for 0 1718029068372: UIJobCollector(1866408768): Result: false 1718029068372: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068422: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -963, blocked for 810, running for 0 1718029068422: UIJobCollector(1866408768): Result: false 1718029068422: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068472: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1013, blocked for 860, running for 0 1718029068472: UIJobCollector(1866408768): Result: false 1718029068472: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068522: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1063, blocked for 910, running for 0 1718029068522: UIJobCollector(1866408768): Result: false 1718029068522: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068572: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1113, blocked for 960, running for 0 1718029068572: UIJobCollector(1866408768): Result: false 1718029068572: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068622: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1163, blocked for 1010, running for 0 1718029068622: UIJobCollector(1866408768): Job is blocked for 1000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1163, blocked for 1010, running for 0 1718029068622: UIJobCollector(1866408768): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1163, blocked for 1010, running for 0 1718029068622: UIJobCollector(1866408768): Result: true 1718029068622: UIJobCollector(1866408768): No active jobs 1718029068722: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1263, blocked for 1110, running for 0 1718029068722: UIJobCollector(1866408768): Result: false 1718029068722: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068773: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1314, blocked for 1161, running for 0 1718029068773: UIJobCollector(1866408768): Result: false 1718029068773: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068823: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1364, blocked for 1211, running for 0 1718029068824: UIJobCollector(1866408768): Result: false 1718029068824: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068874: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1415, blocked for 1262, running for 0 1718029068874: UIJobCollector(1866408768): Result: false 1718029068875: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068925: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1466, blocked for 1313, running for 0 1718029068925: UIJobCollector(1866408768): Result: false 1718029068926: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029068976: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1517, blocked for 1364, running for 0 1718029068977: UIJobCollector(1866408768): Result: false 1718029068977: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069028: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1569, blocked for 1416, running for 0 1718029069028: UIJobCollector(1866408768): Result: false 1718029069028: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069086: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1627, blocked for 1474, running for 0 1718029069086: UIJobCollector(1866408768): Result: false 1718029069086: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069136: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1677, blocked for 1524, running for 0 1718029069136: UIJobCollector(1866408768): Result: false 1718029069136: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069186: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1727, blocked for 1574, running for 0 1718029069186: UIJobCollector(1866408768): Result: false 1718029069186: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069236: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1777, blocked for 1624, running for 0 1718029069237: UIJobCollector(1866408768): Result: false 1718029069237: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069287: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1828, blocked for 1675, running for 0 1718029069287: UIJobCollector(1866408768): Result: false 1718029069287: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069337: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1878, blocked for 1725, running for 0 1718029069337: UIJobCollector(1866408768): Result: false 1718029069337: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069388: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1929, blocked for 1776, running for 0 1718029069388: UIJobCollector(1866408768): Result: false 1718029069388: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069438: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1979, blocked for 1826, running for 0 1718029069438: UIJobCollector(1866408768): Result: false 1718029069438: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069489: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2029, blocked for 1876, running for 0 1718029069489: UIJobCollector(1866408768): Result: false 1718029069489: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069539: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2080, blocked for 1927, running for 0 1718029069539: UIJobCollector(1866408768): Result: false 1718029069539: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069589: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2130, blocked for 1977, running for 0 1718029069589: UIJobCollector(1866408768): Result: false 1718029069589: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069639: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2180, blocked for 2027, running for 0 1718029069639: UIJobCollector(1866408768): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2180, blocked for 2027, running for 0 1718029069639: UIJobCollector(1866408768): Result: true 1718029069639: UIJobCollector(1866408768): No active jobs 1718029069740: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2281, blocked for 2128, running for 0 1718029069741: UIJobCollector(1866408768): Result: false 1718029069741: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069791: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2332, blocked for 2179, running for 0 1718029069792: UIJobCollector(1866408768): Result: false 1718029069792: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069842: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2383, blocked for 2230, running for 0 1718029069843: UIJobCollector(1866408768): Result: false 1718029069843: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069893: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2434, blocked for 2281, running for 0 1718029069893: UIJobCollector(1866408768): Result: false 1718029069893: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069943: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2484, blocked for 2331, running for 0 1718029069943: UIJobCollector(1866408768): Result: false 1718029069943: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029069994: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2535, blocked for 2382, running for 0 1718029069995: UIJobCollector(1866408768): Result: false 1718029069995: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070046: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2587, blocked for 2434, running for 0 1718029070046: UIJobCollector(1866408768): Result: false 1718029070046: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070097: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2638, blocked for 2485, running for 0 1718029070097: UIJobCollector(1866408768): Result: false 1718029070097: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070147: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2688, blocked for 2535, running for 0 1718029070147: UIJobCollector(1866408768): Result: false 1718029070147: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070197: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2738, blocked for 2585, running for 0 1718029070197: UIJobCollector(1866408768): Result: false 1718029070197: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070247: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2788, blocked for 2635, running for 0 1718029070247: UIJobCollector(1866408768): Result: false 1718029070247: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070297: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2838, blocked for 2685, running for 0 1718029070297: UIJobCollector(1866408768): Result: false 1718029070297: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070347: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2888, blocked for 2735, running for 0 1718029070347: UIJobCollector(1866408768): Result: false 1718029070347: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070397: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2938, blocked for 2785, running for 0 1718029070397: UIJobCollector(1866408768): Result: false 1718029070397: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070447: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2988, blocked for 2835, running for 0 1718029070447: UIJobCollector(1866408768): Result: false 1718029070447: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070497: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3038, blocked for 2885, running for 0 1718029070497: UIJobCollector(1866408768): Result: false 1718029070497: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070547: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3088, blocked for 2935, running for 0 1718029070547: UIJobCollector(1866408768): Result: false 1718029070547: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070598: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3139, blocked for 2986, running for 0 1718029070598: UIJobCollector(1866408768): Result: false 1718029070598: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070648: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3189, blocked for 3036, running for 0 1718029070649: UIJobCollector(1866408768): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3190, blocked for 3037, running for 0 1718029070649: UIJobCollector(1866408768): Result: true 1718029070649: UIJobCollector(1866408768): No active jobs 1718029070750: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3291, blocked for 3138, running for 0 1718029070750: UIJobCollector(1866408768): Result: false 1718029070750: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070800: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3341, blocked for 3188, running for 0 1718029070800: UIJobCollector(1866408768): Result: false 1718029070801: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070851: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3392, blocked for 3239, running for 0 1718029070851: UIJobCollector(1866408768): Result: false 1718029070851: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070902: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3443, blocked for 3290, running for 0 1718029070902: UIJobCollector(1866408768): Result: false 1718029070903: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029070953: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3494, blocked for 3341, running for 0 1718029070954: UIJobCollector(1866408768): Result: false 1718029070954: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071004: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3545, blocked for 3392, running for 0 1718029071005: UIJobCollector(1866408768): Result: false 1718029071005: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071055: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3596, blocked for 3443, running for 0 1718029071056: UIJobCollector(1866408768): Result: false 1718029071056: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071106: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3647, blocked for 3494, running for 0 1718029071106: UIJobCollector(1866408768): Result: false 1718029071106: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071156: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3697, blocked for 3544, running for 0 1718029071156: UIJobCollector(1866408768): Result: false 1718029071156: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071206: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3747, blocked for 3594, running for 0 1718029071206: UIJobCollector(1866408768): Result: false 1718029071206: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071256: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3797, blocked for 3644, running for 0 1718029071256: UIJobCollector(1866408768): Result: false 1718029071256: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071306: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3847, blocked for 3694, running for 0 1718029071306: UIJobCollector(1866408768): Result: false 1718029071306: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071356: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3897, blocked for 3744, running for 0 1718029071356: UIJobCollector(1866408768): Result: false 1718029071356: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071406: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3947, blocked for 3794, running for 0 1718029071406: UIJobCollector(1866408768): Result: false 1718029071407: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071457: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3998, blocked for 3845, running for 0 1718029071457: UIJobCollector(1866408768): Result: false 1718029071457: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071507: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4048, blocked for 3895, running for 0 1718029071507: UIJobCollector(1866408768): Result: false 1718029071507: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071557: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4098, blocked for 3945, running for 0 1718029071557: UIJobCollector(1866408768): Result: false 1718029071557: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071607: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4148, blocked for 3995, running for 0 1718029071607: UIJobCollector(1866408768): Result: false 1718029071607: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071657: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4198, blocked for 4045, running for 0 1718029071657: UIJobCollector(1866408768): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4198, blocked for 4045, running for 0 1718029071657: UIJobCollector(1866408768): Result: true 1718029071657: UIJobCollector(1866408768): No active jobs 1718029071757: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4298, blocked for 4145, running for 0 1718029071757: UIJobCollector(1866408768): Result: false 1718029071757: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071807: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4348, blocked for 4195, running for 0 1718029071807: UIJobCollector(1866408768): Result: false 1718029071807: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071858: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4399, blocked for 4246, running for 0 1718029071858: UIJobCollector(1866408768): Result: false 1718029071858: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071908: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4449, blocked for 4296, running for 0 1718029071909: UIJobCollector(1866408768): Result: false 1718029071909: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029071959: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4500, blocked for 4347, running for 0 1718029071960: UIJobCollector(1866408768): Result: false 1718029071960: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072010: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4551, blocked for 4398, running for 0 1718029072011: UIJobCollector(1866408768): Result: false 1718029072011: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072061: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4602, blocked for 4449, running for 0 1718029072062: UIJobCollector(1866408768): Result: false 1718029072062: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072112: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4653, blocked for 4500, running for 0 1718029072113: UIJobCollector(1866408768): Result: false 1718029072113: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072163: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4704, blocked for 4551, running for 0 1718029072164: UIJobCollector(1866408768): Result: false 1718029072164: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072215: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4756, blocked for 4603, running for 0 1718029072215: UIJobCollector(1866408768): Result: false 1718029072215: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072265: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4806, blocked for 4653, running for 0 1718029072265: UIJobCollector(1866408768): Result: false 1718029072265: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072316: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4857, blocked for 4704, running for 0 1718029072316: UIJobCollector(1866408768): Result: false 1718029072316: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072366: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4907, blocked for 4754, running for 0 1718029072366: UIJobCollector(1866408768): Result: false 1718029072366: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072416: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4957, blocked for 4804, running for 0 1718029072416: UIJobCollector(1866408768): Result: false 1718029072416: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072466: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5007, blocked for 4854, running for 0 1718029072466: UIJobCollector(1866408768): Result: false 1718029072466: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072516: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5057, blocked for 4904, running for 0 1718029072516: UIJobCollector(1866408768): Result: false 1718029072516: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072566: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5107, blocked for 4954, running for 0 1718029072566: UIJobCollector(1866408768): Result: false 1718029072566: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072616: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5157, blocked for 5004, running for 0 1718029072616: UIJobCollector(1866408768): Result: false 1718029072616: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072667: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5208, blocked for 5055, running for 0 1718029072667: UIJobCollector(1866408768): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5208, blocked for 5055, running for 0 1718029072667: UIJobCollector(1866408768): Result: true 1718029072667: UIJobCollector(1866408768): No active jobs 1718029072767: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5308, blocked for 5155, running for 0 1718029072767: UIJobCollector(1866408768): Result: false 1718029072767: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072818: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5359, blocked for 5206, running for 0 1718029072818: UIJobCollector(1866408768): Result: false 1718029072818: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072869: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5410, blocked for 5257, running for 0 1718029072869: UIJobCollector(1866408768): Result: false 1718029072869: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072920: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5460, blocked for 5307, running for 0 1718029072920: UIJobCollector(1866408768): Result: false 1718029072920: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029072971: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5512, blocked for 5359, running for 0 1718029072971: UIJobCollector(1866408768): Result: false 1718029072971: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073021: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5562, blocked for 5409, running for 0 1718029073021: UIJobCollector(1866408768): Result: false 1718029073021: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073072: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5612, blocked for 5459, running for 0 1718029073072: UIJobCollector(1866408768): Result: false 1718029073072: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073123: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5664, blocked for 5511, running for 0 1718029073123: UIJobCollector(1866408768): Result: false 1718029073123: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073174: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5715, blocked for 5562, running for 0 1718029073174: UIJobCollector(1866408768): Result: false 1718029073174: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073224: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5765, blocked for 5612, running for 0 1718029073225: UIJobCollector(1866408768): Result: false 1718029073225: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073275: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5816, blocked for 5663, running for 0 1718029073276: UIJobCollector(1866408768): Result: false 1718029073276: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073326: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5867, blocked for 5714, running for 0 1718029073327: UIJobCollector(1866408768): Result: false 1718029073327: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073379: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5920, blocked for 5767, running for 0 1718029073379: UIJobCollector(1866408768): Result: false 1718029073379: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073429: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5970, blocked for 5817, running for 0 1718029073429: UIJobCollector(1866408768): Result: false 1718029073429: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073480: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6021, blocked for 5868, running for 0 1718029073480: UIJobCollector(1866408768): Result: false 1718029073480: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073530: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6071, blocked for 5918, running for 0 1718029073530: UIJobCollector(1866408768): Result: false 1718029073530: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073580: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6121, blocked for 5968, running for 0 1718029073580: UIJobCollector(1866408768): Result: false 1718029073580: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073630: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6171, blocked for 6018, running for 0 1718029073630: UIJobCollector(1866408768): Result: false 1718029073630: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073680: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6221, blocked for 6068, running for 0 1718029073680: UIJobCollector(1866408768): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6221, blocked for 6068, running for 0 1718029073680: UIJobCollector(1866408768): Result: true 1718029073680: UIJobCollector(1866408768): No active jobs 1718029073780: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6321, blocked for 6168, running for 0 1718029073780: UIJobCollector(1866408768): Result: false 1718029073780: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073830: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6371, blocked for 6218, running for 0 1718029073830: UIJobCollector(1866408768): Result: false 1718029073830: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073881: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6422, blocked for 6269, running for 0 1718029073881: UIJobCollector(1866408768): Result: false 1718029073881: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073931: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6472, blocked for 6319, running for 0 1718029073931: UIJobCollector(1866408768): Result: false 1718029073931: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029073982: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6523, blocked for 6370, running for 0 1718029073982: UIJobCollector(1866408768): Result: false 1718029073982: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029074032: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6573, blocked for 6420, running for 0 1718029074032: UIJobCollector(1866408768): Result: false 1718029074032: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029074082: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6623, blocked for 6470, running for 0 1718029074082: UIJobCollector(1866408768): Result: false 1718029074082: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029074132: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6673, blocked for 6520, running for 0 1718029074132: UIJobCollector(1866408768): Result: false 1718029074132: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029074183: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6724, blocked for 6571, running for 0 1718029074183: UIJobCollector(1866408768): Result: false 1718029074183: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029074233: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6774, blocked for 6621, running for 0 1718029074233: UIJobCollector(1866408768): Result: false 1718029074233: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029074283: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6824, blocked for 6671, running for 0 1718029074284: UIJobCollector(1866408768): Result: false 1718029074284: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029074334: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6875, blocked for 6722, running for 0 1718029074335: UIJobCollector(1866408768): Result: false 1718029074335: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029074385: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6926, blocked for 6773, running for 0 1718029074386: UIJobCollector(1866408768): Result: false 1718029074386: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029074436: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6977, blocked for 6824, running for 0 1718029074436: UIJobCollector(1866408768): Result: false 1718029074436: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029074486: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7027, blocked for 6874, running for 0 1718029074486: UIJobCollector(1866408768): Result: false 1718029074486: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029074536: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7077, blocked for 6924, running for 0 1718029074536: UIJobCollector(1866408768): Result: false 1718029074536: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029074586: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7127, blocked for 6974, running for 0 1718029074586: UIJobCollector(1866408768): Result: false 1718029074586: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029074636: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7177, blocked for 7024, running for 0 1718029074636: UIJobCollector(1866408768): Result: false 1718029074636: UIJobCollector(1866408768): Active jobs: [sleep(10126)] 1718029074686: UIJobCollector(1866408768): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7227, blocked for 7074, running for 0 1718029074686: UIJobCollector(1866408768): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7227, blocked for 7074, running for 0 1718029074686: UIJobCollector(1866408768): Result: true 1718029074686: UIJobCollector(1866408768): No active jobs 1718029075460: UIJobCollector(1866408768): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -8001, blocked for 7848, running for 0 1718029075461: UIJobCollector(1866408768): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -8002, blocked for 7849, running for 0 1718029075507: UIJobCollector(1667253825): enable 1718029075557: UIJobCollector(1667253825): Nothing left 1718029075557: UIJobCollector(1667253825): Result: true 1718029075557: UIJobCollector(1667253825): No active jobs 1718029075557: UIJobCollector(320069288): enable 1718029075657: UIJobCollector(320069288): Result: true 1718029075657: UIJobCollector(320069288): No active jobs 1718029075657: UIJobCollector(320069288): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1718029075657: UIJobCollector(320069288): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029075657: UIJobCollector(320069288): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1718029075707: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -50, blocked for 0, running for 50 1718029075707: UIJobCollector(320069288): sleep is blocked 1718029075707: UIJobCollector(320069288): Result: false 1718029075707: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029075757: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -100, blocked for 50, running for 0 1718029075757: UIJobCollector(320069288): Result: false 1718029075757: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029075807: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -150, blocked for 100, running for 0 1718029075807: UIJobCollector(320069288): Result: false 1718029075807: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029075857: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -200, blocked for 150, running for 0 1718029075857: UIJobCollector(320069288): Result: false 1718029075857: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029075907: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -250, blocked for 200, running for 0 1718029075907: UIJobCollector(320069288): Result: false 1718029075907: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029075957: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -300, blocked for 250, running for 0 1718029075957: UIJobCollector(320069288): Result: false 1718029075957: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076008: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -351, blocked for 301, running for 0 1718029076008: UIJobCollector(320069288): Result: false 1718029076008: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076058: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -401, blocked for 351, running for 0 1718029076058: UIJobCollector(320069288): Result: false 1718029076058: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076108: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -451, blocked for 401, running for 0 1718029076108: UIJobCollector(320069288): Result: false 1718029076108: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076158: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -501, blocked for 451, running for 0 1718029076158: UIJobCollector(320069288): Result: false 1718029076158: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076208: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -551, blocked for 501, running for 0 1718029076208: UIJobCollector(320069288): Result: false 1718029076208: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076258: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -601, blocked for 551, running for 0 1718029076259: UIJobCollector(320069288): Result: false 1718029076259: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076309: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -652, blocked for 602, running for 0 1718029076310: UIJobCollector(320069288): Result: false 1718029076310: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076360: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -703, blocked for 653, running for 0 1718029076361: UIJobCollector(320069288): Result: false 1718029076361: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076411: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -754, blocked for 704, running for 0 1718029076412: UIJobCollector(320069288): Result: false 1718029076412: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076462: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -805, blocked for 755, running for 0 1718029076462: UIJobCollector(320069288): Result: false 1718029076462: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076513: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -856, blocked for 806, running for 0 1718029076513: UIJobCollector(320069288): Result: false 1718029076513: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076563: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -906, blocked for 856, running for 0 1718029076563: UIJobCollector(320069288): Result: false 1718029076563: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076614: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -956, blocked for 906, running for 0 1718029076614: UIJobCollector(320069288): Result: false 1718029076614: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076664: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1007, blocked for 957, running for 0 1718029076664: UIJobCollector(320069288): Result: false 1718029076664: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076714: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1057, blocked for 1007, running for 0 1718029076714: UIJobCollector(320069288): Result: false 1718029076714: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076764: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1107, blocked for 1057, running for 0 1718029076765: UIJobCollector(320069288): Result: false 1718029076765: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076815: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1158, blocked for 1108, running for 0 1718029076816: UIJobCollector(320069288): Result: false 1718029076816: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076866: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1209, blocked for 1159, running for 0 1718029076866: UIJobCollector(320069288): Result: false 1718029076866: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076917: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1260, blocked for 1210, running for 0 1718029076917: UIJobCollector(320069288): Result: false 1718029076917: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029076968: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1311, blocked for 1261, running for 0 1718029076968: UIJobCollector(320069288): Result: false 1718029076968: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077019: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1362, blocked for 1312, running for 0 1718029077019: UIJobCollector(320069288): Result: false 1718029077019: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077070: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1413, blocked for 1363, running for 0 1718029077070: UIJobCollector(320069288): Result: false 1718029077070: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077120: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1463, blocked for 1413, running for 0 1718029077121: UIJobCollector(320069288): Result: false 1718029077121: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077172: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1515, blocked for 1465, running for 0 1718029077172: UIJobCollector(320069288): Result: false 1718029077172: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077223: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1566, blocked for 1516, running for 0 1718029077223: UIJobCollector(320069288): Result: false 1718029077223: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077273: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1616, blocked for 1566, running for 0 1718029077273: UIJobCollector(320069288): Result: false 1718029077273: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077323: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1666, blocked for 1616, running for 0 1718029077323: UIJobCollector(320069288): Result: false 1718029077323: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077373: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1716, blocked for 1666, running for 0 1718029077373: UIJobCollector(320069288): Result: false 1718029077373: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077423: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1766, blocked for 1716, running for 0 1718029077423: UIJobCollector(320069288): Result: false 1718029077423: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077474: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1817, blocked for 1767, running for 0 1718029077474: UIJobCollector(320069288): Result: false 1718029077474: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077524: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1867, blocked for 1817, running for 0 1718029077525: UIJobCollector(320069288): Result: false 1718029077525: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077575: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1918, blocked for 1868, running for 0 1718029077575: UIJobCollector(320069288): Result: false 1718029077576: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077626: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1969, blocked for 1919, running for 0 1718029077626: UIJobCollector(320069288): Result: false 1718029077626: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077676: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2019, blocked for 1969, running for 0 1718029077676: UIJobCollector(320069288): Result: false 1718029077677: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077727: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2070, blocked for 2020, running for 0 1718029077727: UIJobCollector(320069288): 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 2020, running for 0 1718029077728: UIJobCollector(320069288): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2071, blocked for 2021, running for 0 1718029077728: UIJobCollector(320069288): Result: true 1718029077728: UIJobCollector(320069288): No active jobs 1718029077778: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2121, blocked for 2071, running for 0 1718029077778: UIJobCollector(320069288): Result: false 1718029077778: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077828: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2171, blocked for 2121, running for 0 1718029077828: UIJobCollector(320069288): Result: false 1718029077828: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077878: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2221, blocked for 2171, running for 0 1718029077878: UIJobCollector(320069288): Result: false 1718029077879: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077929: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2272, blocked for 2222, running for 0 1718029077929: UIJobCollector(320069288): Result: false 1718029077930: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029077980: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2323, blocked for 2273, running for 0 1718029077981: UIJobCollector(320069288): Result: false 1718029077981: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078031: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2374, blocked for 2324, running for 0 1718029078032: UIJobCollector(320069288): Result: false 1718029078032: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078082: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2425, blocked for 2375, running for 0 1718029078083: UIJobCollector(320069288): Result: false 1718029078083: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078134: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2476, blocked for 2426, running for 0 1718029078134: UIJobCollector(320069288): Result: false 1718029078134: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078184: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2527, blocked for 2477, running for 0 1718029078184: UIJobCollector(320069288): Result: false 1718029078184: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078234: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2577, blocked for 2527, running for 0 1718029078235: UIJobCollector(320069288): Result: false 1718029078235: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078285: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2628, blocked for 2578, running for 0 1718029078285: UIJobCollector(320069288): Result: false 1718029078285: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078335: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2678, blocked for 2628, running for 0 1718029078335: UIJobCollector(320069288): Result: false 1718029078335: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078385: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2728, blocked for 2678, running for 0 1718029078385: UIJobCollector(320069288): Result: false 1718029078385: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078436: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2779, blocked for 2729, running for 0 1718029078436: UIJobCollector(320069288): Result: false 1718029078437: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078488: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2830, blocked for 2780, running for 0 1718029078488: UIJobCollector(320069288): Result: false 1718029078488: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078539: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2882, blocked for 2832, running for 0 1718029078539: UIJobCollector(320069288): Result: false 1718029078539: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078590: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2933, blocked for 2883, running for 0 1718029078590: UIJobCollector(320069288): Result: false 1718029078590: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078640: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2983, blocked for 2933, running for 0 1718029078640: UIJobCollector(320069288): Result: false 1718029078640: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078690: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3033, blocked for 2983, running for 0 1718029078690: UIJobCollector(320069288): Result: false 1718029078691: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078741: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3084, blocked for 3034, running for 0 1718029078741: UIJobCollector(320069288): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3084, blocked for 3034, running for 0 1718029078741: UIJobCollector(320069288): Result: true 1718029078741: UIJobCollector(320069288): No active jobs 1718029078791: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3134, blocked for 3084, running for 0 1718029078792: UIJobCollector(320069288): Result: false 1718029078792: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078842: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3185, blocked for 3135, running for 0 1718029078843: UIJobCollector(320069288): Result: false 1718029078843: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078893: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3236, blocked for 3186, running for 0 1718029078894: UIJobCollector(320069288): Result: false 1718029078894: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078944: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3287, blocked for 3237, running for 0 1718029078944: UIJobCollector(320069288): Result: false 1718029078945: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029078996: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3339, blocked for 3289, running for 0 1718029078996: UIJobCollector(320069288): Result: false 1718029078996: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079046: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3389, blocked for 3339, running for 0 1718029079046: UIJobCollector(320069288): Result: false 1718029079046: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079097: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3440, blocked for 3390, running for 0 1718029079097: UIJobCollector(320069288): Result: false 1718029079097: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079147: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3490, blocked for 3440, running for 0 1718029079148: UIJobCollector(320069288): Result: false 1718029079148: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079198: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3541, blocked for 3491, running for 0 1718029079198: UIJobCollector(320069288): Result: false 1718029079198: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079249: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3592, blocked for 3542, running for 0 1718029079249: UIJobCollector(320069288): Result: false 1718029079249: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079299: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3642, blocked for 3592, running for 0 1718029079299: UIJobCollector(320069288): Result: false 1718029079299: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079350: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3693, blocked for 3643, running for 0 1718029079350: UIJobCollector(320069288): Result: false 1718029079350: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079400: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3743, blocked for 3693, running for 0 1718029079400: UIJobCollector(320069288): Result: false 1718029079400: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079450: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3793, blocked for 3743, running for 0 1718029079450: UIJobCollector(320069288): Result: false 1718029079450: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079501: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3844, blocked for 3794, running for 0 1718029079502: UIJobCollector(320069288): Result: false 1718029079502: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079552: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3895, blocked for 3845, running for 0 1718029079553: UIJobCollector(320069288): Result: false 1718029079553: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079603: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3946, blocked for 3896, running for 0 1718029079603: UIJobCollector(320069288): Result: false 1718029079603: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079653: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3996, blocked for 3946, running for 0 1718029079653: UIJobCollector(320069288): Result: false 1718029079653: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079703: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4046, blocked for 3996, running for 0 1718029079703: UIJobCollector(320069288): Result: false 1718029079703: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079753: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4096, blocked for 4046, running for 0 1718029079753: UIJobCollector(320069288): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4096, blocked for 4046, running for 0 1718029079753: UIJobCollector(320069288): Result: true 1718029079753: UIJobCollector(320069288): No active jobs 1718029079803: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4146, blocked for 4096, running for 0 1718029079803: UIJobCollector(320069288): Result: false 1718029079803: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079853: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4196, blocked for 4146, running for 0 1718029079853: UIJobCollector(320069288): Result: false 1718029079853: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079903: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4246, blocked for 4196, running for 0 1718029079903: UIJobCollector(320069288): Result: false 1718029079903: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029079954: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4297, blocked for 4247, running for 0 1718029079954: UIJobCollector(320069288): Result: false 1718029079954: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080005: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4348, blocked for 4298, running for 0 1718029080005: UIJobCollector(320069288): Result: false 1718029080005: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080056: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4399, blocked for 4349, running for 0 1718029080056: UIJobCollector(320069288): Result: false 1718029080057: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080109: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4451, blocked for 4401, running for 0 1718029080109: UIJobCollector(320069288): Result: false 1718029080109: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080161: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4504, blocked for 4454, running for 0 1718029080161: UIJobCollector(320069288): Result: false 1718029080161: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080211: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4554, blocked for 4504, running for 0 1718029080211: UIJobCollector(320069288): Result: false 1718029080211: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080262: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4605, blocked for 4555, running for 0 1718029080262: UIJobCollector(320069288): Result: false 1718029080262: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080312: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4655, blocked for 4605, running for 0 1718029080312: UIJobCollector(320069288): Result: false 1718029080312: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080362: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4705, blocked for 4655, running for 0 1718029080363: UIJobCollector(320069288): Result: false 1718029080363: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080413: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4756, blocked for 4706, running for 0 1718029080413: UIJobCollector(320069288): Result: false 1718029080413: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080465: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4808, blocked for 4758, running for 0 1718029080465: UIJobCollector(320069288): Result: false 1718029080465: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080517: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4860, blocked for 4810, running for 0 1718029080517: UIJobCollector(320069288): Result: false 1718029080517: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080567: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4910, blocked for 4860, running for 0 1718029080567: UIJobCollector(320069288): Result: false 1718029080567: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080618: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4961, blocked for 4911, running for 0 1718029080619: UIJobCollector(320069288): Result: false 1718029080619: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080670: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5013, blocked for 4963, running for 0 1718029080670: UIJobCollector(320069288): Result: false 1718029080670: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080721: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5063, blocked for 5013, running for 0 1718029080721: UIJobCollector(320069288): Result: false 1718029080721: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080772: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5115, blocked for 5065, running for 0 1718029080772: UIJobCollector(320069288): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5115, blocked for 5065, running for 0 1718029080772: UIJobCollector(320069288): Result: true 1718029080772: UIJobCollector(320069288): No active jobs 1718029080822: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5165, blocked for 5115, running for 0 1718029080822: UIJobCollector(320069288): Result: false 1718029080823: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080873: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5216, blocked for 5166, running for 0 1718029080874: UIJobCollector(320069288): Result: false 1718029080874: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080924: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5267, blocked for 5217, running for 0 1718029080925: UIJobCollector(320069288): Result: false 1718029080925: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029080976: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5318, blocked for 5268, running for 0 1718029080976: UIJobCollector(320069288): Result: false 1718029080976: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081026: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5369, blocked for 5319, running for 0 1718029081026: UIJobCollector(320069288): Result: false 1718029081026: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081076: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5419, blocked for 5369, running for 0 1718029081076: UIJobCollector(320069288): Result: false 1718029081076: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081126: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5469, blocked for 5419, running for 0 1718029081126: UIJobCollector(320069288): Result: false 1718029081126: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081177: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5520, blocked for 5470, running for 0 1718029081177: UIJobCollector(320069288): Result: false 1718029081178: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081228: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5571, blocked for 5521, running for 0 1718029081229: UIJobCollector(320069288): Result: false 1718029081229: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081280: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5622, blocked for 5572, running for 0 1718029081280: UIJobCollector(320069288): Result: false 1718029081280: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081330: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5673, blocked for 5623, running for 0 1718029081330: UIJobCollector(320069288): Result: false 1718029081330: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081381: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5724, blocked for 5674, running for 0 1718029081381: UIJobCollector(320069288): Result: false 1718029081381: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081431: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5774, blocked for 5724, running for 0 1718029081431: UIJobCollector(320069288): Result: false 1718029081431: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081481: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5824, blocked for 5774, running for 0 1718029081481: UIJobCollector(320069288): Result: false 1718029081481: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081531: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5874, blocked for 5824, running for 0 1718029081531: UIJobCollector(320069288): Result: false 1718029081531: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081582: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5925, blocked for 5875, running for 0 1718029081582: UIJobCollector(320069288): Result: false 1718029081582: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081632: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5975, blocked for 5925, running for 0 1718029081632: UIJobCollector(320069288): Result: false 1718029081632: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081682: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6025, blocked for 5975, running for 0 1718029081682: UIJobCollector(320069288): Result: false 1718029081682: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081732: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6075, blocked for 6025, running for 0 1718029081732: UIJobCollector(320069288): Result: false 1718029081732: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081782: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6125, blocked for 6075, running for 0 1718029081782: UIJobCollector(320069288): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6125, blocked for 6075, running for 0 1718029081782: UIJobCollector(320069288): Result: true 1718029081782: UIJobCollector(320069288): No active jobs 1718029081833: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6176, blocked for 6126, running for 0 1718029081834: UIJobCollector(320069288): Result: false 1718029081834: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081885: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6227, blocked for 6177, running for 0 1718029081885: UIJobCollector(320069288): Result: false 1718029081885: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081935: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6278, blocked for 6228, running for 0 1718029081935: UIJobCollector(320069288): Result: false 1718029081935: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029081986: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6328, blocked for 6278, running for 0 1718029081986: UIJobCollector(320069288): Result: false 1718029081986: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082036: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6379, blocked for 6329, running for 0 1718029082036: UIJobCollector(320069288): Result: false 1718029082036: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082086: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6429, blocked for 6379, running for 0 1718029082086: UIJobCollector(320069288): Result: false 1718029082086: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082136: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6479, blocked for 6429, running for 0 1718029082136: UIJobCollector(320069288): Result: false 1718029082137: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082188: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6531, blocked for 6481, running for 0 1718029082188: UIJobCollector(320069288): Result: false 1718029082188: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082238: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6581, blocked for 6531, running for 0 1718029082238: UIJobCollector(320069288): Result: false 1718029082238: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082288: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6631, blocked for 6581, running for 0 1718029082288: UIJobCollector(320069288): Result: false 1718029082288: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082338: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6681, blocked for 6631, running for 0 1718029082338: UIJobCollector(320069288): Result: false 1718029082338: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082388: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6731, blocked for 6681, running for 0 1718029082388: UIJobCollector(320069288): Result: false 1718029082388: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082439: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6782, blocked for 6732, running for 0 1718029082439: UIJobCollector(320069288): Result: false 1718029082439: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082489: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6832, blocked for 6782, running for 0 1718029082489: UIJobCollector(320069288): Result: false 1718029082489: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082539: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6882, blocked for 6832, running for 0 1718029082539: UIJobCollector(320069288): Result: false 1718029082539: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082589: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6932, blocked for 6882, running for 0 1718029082589: UIJobCollector(320069288): Result: false 1718029082589: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082640: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6983, blocked for 6933, running for 0 1718029082640: UIJobCollector(320069288): Result: false 1718029082640: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082691: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7034, blocked for 6984, running for 0 1718029082691: UIJobCollector(320069288): Result: false 1718029082691: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082741: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7084, blocked for 7034, running for 0 1718029082741: UIJobCollector(320069288): Result: false 1718029082741: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082791: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7134, blocked for 7084, running for 0 1718029082791: UIJobCollector(320069288): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7134, blocked for 7084, running for 0 1718029082791: UIJobCollector(320069288): Result: true 1718029082791: UIJobCollector(320069288): No active jobs 1718029082841: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7184, blocked for 7134, running for 0 1718029082841: UIJobCollector(320069288): Result: false 1718029082841: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082892: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7235, blocked for 7185, running for 0 1718029082892: UIJobCollector(320069288): Result: false 1718029082892: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082942: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7285, blocked for 7235, running for 0 1718029082942: UIJobCollector(320069288): Result: false 1718029082942: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029082993: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7336, blocked for 7286, running for 0 1718029082993: UIJobCollector(320069288): Result: false 1718029082993: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083044: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7387, blocked for 7337, running for 0 1718029083044: UIJobCollector(320069288): Result: false 1718029083044: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083095: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7438, blocked for 7388, running for 0 1718029083095: UIJobCollector(320069288): Result: false 1718029083095: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083145: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7488, blocked for 7438, running for 0 1718029083145: UIJobCollector(320069288): Result: false 1718029083146: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083196: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7539, blocked for 7489, running for 0 1718029083196: UIJobCollector(320069288): Result: false 1718029083196: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083246: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7589, blocked for 7539, running for 0 1718029083247: UIJobCollector(320069288): Result: false 1718029083247: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083297: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7640, blocked for 7590, running for 0 1718029083298: UIJobCollector(320069288): Result: false 1718029083298: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083348: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7691, blocked for 7641, running for 0 1718029083349: UIJobCollector(320069288): Result: false 1718029083349: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083399: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7742, blocked for 7692, running for 0 1718029083400: UIJobCollector(320069288): Result: false 1718029083400: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083450: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7793, blocked for 7743, running for 0 1718029083451: UIJobCollector(320069288): Result: false 1718029083451: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083501: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7844, blocked for 7794, running for 0 1718029083501: UIJobCollector(320069288): Result: false 1718029083501: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083552: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7895, blocked for 7845, running for 0 1718029083552: UIJobCollector(320069288): Result: false 1718029083552: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083602: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7945, blocked for 7895, running for 0 1718029083602: UIJobCollector(320069288): Result: false 1718029083602: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083652: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7995, blocked for 7945, running for 0 1718029083652: UIJobCollector(320069288): Result: false 1718029083653: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083703: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8046, blocked for 7996, running for 0 1718029083704: UIJobCollector(320069288): Result: false 1718029083704: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083754: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8097, blocked for 8047, running for 0 1718029083755: UIJobCollector(320069288): Result: false 1718029083755: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083806: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8149, blocked for 8099, running for 0 1718029083806: UIJobCollector(320069288): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8149, blocked for 8099, running for 0 1718029083806: UIJobCollector(320069288): Result: true 1718029083806: UIJobCollector(320069288): No active jobs 1718029083856: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8199, blocked for 8149, running for 0 1718029083856: UIJobCollector(320069288): Result: false 1718029083856: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083906: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8249, blocked for 8199, running for 0 1718029083906: UIJobCollector(320069288): Result: false 1718029083906: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029083956: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8299, blocked for 8249, running for 0 1718029083956: UIJobCollector(320069288): Result: false 1718029083956: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084007: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8350, blocked for 8300, running for 0 1718029084007: UIJobCollector(320069288): Result: false 1718029084007: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084058: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8400, blocked for 8350, running for 0 1718029084058: UIJobCollector(320069288): Result: false 1718029084058: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084108: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8451, blocked for 8401, running for 0 1718029084109: UIJobCollector(320069288): Result: false 1718029084109: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084159: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8502, blocked for 8452, running for 0 1718029084159: UIJobCollector(320069288): Result: false 1718029084160: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084210: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8553, blocked for 8503, running for 0 1718029084211: UIJobCollector(320069288): Result: false 1718029084211: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084262: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8604, blocked for 8554, running for 0 1718029084262: UIJobCollector(320069288): Result: false 1718029084262: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084312: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8655, blocked for 8605, running for 0 1718029084313: UIJobCollector(320069288): Result: false 1718029084313: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084363: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8706, blocked for 8656, running for 0 1718029084364: UIJobCollector(320069288): Result: false 1718029084364: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084414: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8757, blocked for 8707, running for 0 1718029084414: UIJobCollector(320069288): Result: false 1718029084414: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084464: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8807, blocked for 8757, running for 0 1718029084464: UIJobCollector(320069288): Result: false 1718029084464: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084514: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8857, blocked for 8807, running for 0 1718029084514: UIJobCollector(320069288): Result: false 1718029084514: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084564: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8907, blocked for 8857, running for 0 1718029084564: UIJobCollector(320069288): Result: false 1718029084564: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084616: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8959, blocked for 8909, running for 0 1718029084616: UIJobCollector(320069288): Result: false 1718029084617: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084667: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9010, blocked for 8960, running for 0 1718029084668: UIJobCollector(320069288): Result: false 1718029084668: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084718: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9061, blocked for 9011, running for 0 1718029084718: UIJobCollector(320069288): Result: false 1718029084718: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084769: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9112, blocked for 9062, running for 0 1718029084769: UIJobCollector(320069288): Result: false 1718029084769: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084819: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9162, blocked for 9112, running for 0 1718029084820: UIJobCollector(320069288): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9163, blocked for 9113, running for 0 1718029084820: UIJobCollector(320069288): Result: true 1718029084820: UIJobCollector(320069288): No active jobs 1718029084870: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9213, blocked for 9163, running for 0 1718029084871: UIJobCollector(320069288): Result: false 1718029084871: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084922: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9265, blocked for 9215, running for 0 1718029084922: UIJobCollector(320069288): Result: false 1718029084922: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029084972: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9315, blocked for 9265, running for 0 1718029084973: UIJobCollector(320069288): Result: false 1718029084973: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085024: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9366, blocked for 9316, running for 0 1718029085024: UIJobCollector(320069288): Result: false 1718029085024: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085075: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9418, blocked for 9368, running for 0 1718029085075: UIJobCollector(320069288): Result: false 1718029085075: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085125: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9468, blocked for 9418, running for 0 1718029085125: UIJobCollector(320069288): Result: false 1718029085125: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085176: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9519, blocked for 9469, running for 0 1718029085176: UIJobCollector(320069288): Result: false 1718029085176: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085227: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9570, blocked for 9520, running for 0 1718029085227: UIJobCollector(320069288): Result: false 1718029085227: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085277: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9620, blocked for 9570, running for 0 1718029085277: UIJobCollector(320069288): Result: false 1718029085278: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085328: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9671, blocked for 9621, running for 0 1718029085329: UIJobCollector(320069288): Result: false 1718029085329: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085379: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9722, blocked for 9672, running for 0 1718029085379: UIJobCollector(320069288): Result: false 1718029085379: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085429: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9772, blocked for 9722, running for 0 1718029085429: UIJobCollector(320069288): Result: false 1718029085429: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085479: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9822, blocked for 9772, running for 0 1718029085479: UIJobCollector(320069288): Result: false 1718029085479: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085530: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9873, blocked for 9823, running for 0 1718029085530: UIJobCollector(320069288): Result: false 1718029085530: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085580: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9923, blocked for 9873, running for 0 1718029085580: UIJobCollector(320069288): Result: false 1718029085580: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085630: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9973, blocked for 9923, running for 0 1718029085631: UIJobCollector(320069288): Result: false 1718029085631: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085682: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10024, blocked for 9974, running for 0 1718029085682: UIJobCollector(320069288): Result: false 1718029085682: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085732: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10075, blocked for 10025, running for 0 1718029085732: UIJobCollector(320069288): Result: false 1718029085732: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085782: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10125, blocked for 10075, running for 0 1718029085782: UIJobCollector(320069288): Result: false 1718029085782: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085832: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10175, blocked for 10125, running for 0 1718029085832: UIJobCollector(320069288): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10175, blocked for 10125, running for 0 1718029085832: UIJobCollector(320069288): Result: true 1718029085832: UIJobCollector(320069288): No active jobs 1718029085882: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10225, blocked for 10175, running for 0 1718029085883: UIJobCollector(320069288): Result: false 1718029085883: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085933: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10276, blocked for 10226, running for 0 1718029085934: UIJobCollector(320069288): Result: false 1718029085934: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029085984: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10327, blocked for 10277, running for 0 1718029085984: UIJobCollector(320069288): Result: false 1718029085984: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029086034: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10377, blocked for 10327, running for 0 1718029086034: UIJobCollector(320069288): Result: false 1718029086034: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029086085: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10428, blocked for 10378, running for 0 1718029086085: UIJobCollector(320069288): Result: false 1718029086085: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029086136: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10479, blocked for 10429, running for 0 1718029086136: UIJobCollector(320069288): Result: false 1718029086136: UIJobCollector(320069288): Active jobs: [sleep(10132)] 1718029086186: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10529, blocked for 10479, running for 0 1718029086186: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10529, blocked for 10479, running for 0 1718029086186: UIJobCollector(320069288): Result: true 1718029086186: UIJobCollector(320069288): No active jobs 1718029086237: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10580, blocked for 10530, running for 0 1718029086237: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10580, blocked for 10530, running for 0 1718029086237: UIJobCollector(320069288): Result: true 1718029086237: UIJobCollector(320069288): No active jobs 1718029086287: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10630, blocked for 10580, running for 0 1718029086288: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10631, blocked for 10581, running for 0 1718029086288: UIJobCollector(320069288): Result: true 1718029086288: UIJobCollector(320069288): No active jobs 1718029086338: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10681, blocked for 10631, running for 0 1718029086338: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10681, blocked for 10631, running for 0 1718029086338: UIJobCollector(320069288): Result: true 1718029086338: UIJobCollector(320069288): No active jobs 1718029086388: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10731, blocked for 10681, running for 0 1718029086388: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10731, blocked for 10681, running for 0 1718029086388: UIJobCollector(320069288): Result: true 1718029086388: UIJobCollector(320069288): No active jobs 1718029086438: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10781, blocked for 10731, running for 0 1718029086438: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10781, blocked for 10731, running for 0 1718029086438: UIJobCollector(320069288): Result: true 1718029086438: UIJobCollector(320069288): No active jobs 1718029086488: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10831, blocked for 10781, running for 0 1718029086488: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10831, blocked for 10781, running for 0 1718029086488: UIJobCollector(320069288): Result: true 1718029086488: UIJobCollector(320069288): No active jobs 1718029086539: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10882, blocked for 10832, running for 0 1718029086539: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10882, blocked for 10832, running for 0 1718029086539: UIJobCollector(320069288): Result: true 1718029086539: UIJobCollector(320069288): No active jobs 1718029086589: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10932, blocked for 10882, running for 0 1718029086589: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10932, blocked for 10882, running for 0 1718029086589: UIJobCollector(320069288): Result: true 1718029086589: UIJobCollector(320069288): No active jobs 1718029086639: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10982, blocked for 10932, running for 0 1718029086639: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10982, blocked for 10932, running for 0 1718029086639: UIJobCollector(320069288): Result: true 1718029086639: UIJobCollector(320069288): No active jobs 1718029086689: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11032, blocked for 10982, running for 0 1718029086689: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11032, blocked for 10982, running for 0 1718029086689: UIJobCollector(320069288): Result: true 1718029086689: UIJobCollector(320069288): No active jobs 1718029086739: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11082, blocked for 11032, running for 0 1718029086739: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11082, blocked for 11032, running for 0 1718029086739: UIJobCollector(320069288): Result: true 1718029086739: UIJobCollector(320069288): No active jobs 1718029086789: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11132, blocked for 11082, running for 0 1718029086789: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11132, blocked for 11082, running for 0 1718029086789: UIJobCollector(320069288): Result: true 1718029086789: UIJobCollector(320069288): No active jobs 1718029086839: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11182, blocked for 11132, running for 0 1718029086839: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11182, blocked for 11132, running for 0 1718029086839: UIJobCollector(320069288): Result: true 1718029086839: UIJobCollector(320069288): No active jobs 1718029086889: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11232, blocked for 11182, running for 0 1718029086889: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11232, blocked for 11182, running for 0 1718029086889: UIJobCollector(320069288): Result: true 1718029086889: UIJobCollector(320069288): No active jobs 1718029086939: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11282, blocked for 11232, running for 0 1718029086939: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11282, blocked for 11232, running for 0 1718029086939: UIJobCollector(320069288): Result: true 1718029086939: UIJobCollector(320069288): No active jobs 1718029086990: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11333, blocked for 11283, running for 0 1718029086990: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11333, blocked for 11283, running for 0 1718029086990: UIJobCollector(320069288): Result: true 1718029086990: UIJobCollector(320069288): No active jobs 1718029087040: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11383, blocked for 11333, running for 0 1718029087040: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11383, blocked for 11333, running for 0 1718029087040: UIJobCollector(320069288): Result: true 1718029087040: UIJobCollector(320069288): No active jobs 1718029087090: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11433, blocked for 11383, running for 0 1718029087090: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11433, blocked for 11383, running for 0 1718029087090: UIJobCollector(320069288): Result: true 1718029087090: UIJobCollector(320069288): No active jobs 1718029087140: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11483, blocked for 11433, running for 0 1718029087140: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11483, blocked for 11433, running for 0 1718029087140: UIJobCollector(320069288): Result: true 1718029087140: UIJobCollector(320069288): No active jobs 1718029087190: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11533, blocked for 11483, running for 0 1718029087190: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11533, blocked for 11483, running for 0 1718029087190: UIJobCollector(320069288): Result: true 1718029087190: UIJobCollector(320069288): No active jobs 1718029087240: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11583, blocked for 11533, running for 0 1718029087240: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11583, blocked for 11533, running for 0 1718029087240: UIJobCollector(320069288): Result: true 1718029087240: UIJobCollector(320069288): No active jobs 1718029087290: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11633, blocked for 11583, running for 0 1718029087290: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11633, blocked for 11583, running for 0 1718029087290: UIJobCollector(320069288): Result: true 1718029087290: UIJobCollector(320069288): No active jobs 1718029087340: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11683, blocked for 11633, running for 0 1718029087340: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11683, blocked for 11633, running for 0 1718029087340: UIJobCollector(320069288): Result: true 1718029087340: UIJobCollector(320069288): No active jobs 1718029087390: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11733, blocked for 11683, running for 0 1718029087390: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11733, blocked for 11683, running for 0 1718029087390: UIJobCollector(320069288): Result: true 1718029087390: UIJobCollector(320069288): No active jobs 1718029087440: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11783, blocked for 11733, running for 0 1718029087440: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11783, blocked for 11733, running for 0 1718029087440: UIJobCollector(320069288): Result: true 1718029087440: UIJobCollector(320069288): No active jobs 1718029087490: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11833, blocked for 11783, running for 0 1718029087490: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11833, blocked for 11783, running for 0 1718029087490: UIJobCollector(320069288): Result: true 1718029087490: UIJobCollector(320069288): No active jobs 1718029087540: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11883, blocked for 11833, running for 0 1718029087540: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11883, blocked for 11833, running for 0 1718029087540: UIJobCollector(320069288): Result: true 1718029087540: UIJobCollector(320069288): No active jobs 1718029087590: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11933, blocked for 11883, running for 0 1718029087590: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11933, blocked for 11883, running for 0 1718029087590: UIJobCollector(320069288): Result: true 1718029087590: UIJobCollector(320069288): No active jobs 1718029087641: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11984, blocked for 11934, running for 0 1718029087641: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11984, blocked for 11934, running for 0 1718029087641: UIJobCollector(320069288): Result: true 1718029087641: UIJobCollector(320069288): No active jobs 1718029087691: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12034, blocked for 11984, running for 0 1718029087691: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12034, blocked for 11984, running for 0 1718029087691: UIJobCollector(320069288): Result: true 1718029087691: UIJobCollector(320069288): No active jobs 1718029087741: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12084, blocked for 12034, running for 0 1718029087741: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12084, blocked for 12034, running for 0 1718029087741: UIJobCollector(320069288): Result: true 1718029087741: UIJobCollector(320069288): No active jobs 1718029087791: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12134, blocked for 12084, running for 0 1718029087791: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12134, blocked for 12084, running for 0 1718029087791: UIJobCollector(320069288): Result: true 1718029087791: UIJobCollector(320069288): No active jobs 1718029087841: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12184, blocked for 12134, running for 0 1718029087841: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12184, blocked for 12134, running for 0 1718029087841: UIJobCollector(320069288): Result: true 1718029087841: UIJobCollector(320069288): No active jobs 1718029087892: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12235, blocked for 12185, running for 0 1718029087892: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12235, blocked for 12185, running for 0 1718029087892: UIJobCollector(320069288): Result: true 1718029087892: UIJobCollector(320069288): No active jobs 1718029087942: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12285, blocked for 12235, running for 0 1718029087942: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12285, blocked for 12235, running for 0 1718029087942: UIJobCollector(320069288): Result: true 1718029087942: UIJobCollector(320069288): No active jobs 1718029087992: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12335, blocked for 12285, running for 0 1718029087992: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12335, blocked for 12285, running for 0 1718029087992: UIJobCollector(320069288): Result: true 1718029087992: UIJobCollector(320069288): No active jobs 1718029088043: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12386, blocked for 12336, running for 0 1718029088043: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12386, blocked for 12336, running for 0 1718029088043: UIJobCollector(320069288): Result: true 1718029088043: UIJobCollector(320069288): No active jobs 1718029088093: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12436, blocked for 12386, running for 0 1718029088093: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12436, blocked for 12386, running for 0 1718029088093: UIJobCollector(320069288): Result: true 1718029088093: UIJobCollector(320069288): No active jobs 1718029088143: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12486, blocked for 12436, running for 0 1718029088143: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12486, blocked for 12436, running for 0 1718029088143: UIJobCollector(320069288): Result: true 1718029088143: UIJobCollector(320069288): No active jobs 1718029088194: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12537, blocked for 12487, running for 0 1718029088194: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12537, blocked for 12487, running for 0 1718029088194: UIJobCollector(320069288): Result: true 1718029088194: UIJobCollector(320069288): No active jobs 1718029088244: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12587, blocked for 12537, running for 0 1718029088244: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12587, blocked for 12537, running for 0 1718029088244: UIJobCollector(320069288): Result: true 1718029088244: UIJobCollector(320069288): No active jobs 1718029088294: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12637, blocked for 12587, running for 0 1718029088294: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12637, blocked for 12587, running for 0 1718029088294: UIJobCollector(320069288): Result: true 1718029088294: UIJobCollector(320069288): No active jobs 1718029088344: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12687, blocked for 12637, running for 0 1718029088344: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12687, blocked for 12637, running for 0 1718029088344: UIJobCollector(320069288): Result: true 1718029088344: UIJobCollector(320069288): No active jobs 1718029088394: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12737, blocked for 12687, running for 0 1718029088394: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12737, blocked for 12687, running for 0 1718029088394: UIJobCollector(320069288): Result: true 1718029088394: UIJobCollector(320069288): No active jobs 1718029088445: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12788, blocked for 12738, running for 0 1718029088445: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12788, blocked for 12738, running for 0 1718029088445: UIJobCollector(320069288): Result: true 1718029088445: UIJobCollector(320069288): No active jobs 1718029088495: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12838, blocked for 12788, running for 0 1718029088496: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12838, blocked for 12788, running for 0 1718029088496: UIJobCollector(320069288): Result: true 1718029088496: UIJobCollector(320069288): No active jobs 1718029088546: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12889, blocked for 12839, running for 0 1718029088546: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12889, blocked for 12839, running for 0 1718029088546: UIJobCollector(320069288): Result: true 1718029088546: UIJobCollector(320069288): No active jobs 1718029088596: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12939, blocked for 12889, running for 0 1718029088596: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12939, blocked for 12889, running for 0 1718029088596: UIJobCollector(320069288): Result: true 1718029088596: UIJobCollector(320069288): No active jobs 1718029088646: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12989, blocked for 12939, running for 0 1718029088646: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12989, blocked for 12939, running for 0 1718029088646: UIJobCollector(320069288): Result: true 1718029088646: UIJobCollector(320069288): No active jobs 1718029088696: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13039, blocked for 12989, running for 0 1718029088696: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13039, blocked for 12989, running for 0 1718029088696: UIJobCollector(320069288): Result: true 1718029088696: UIJobCollector(320069288): No active jobs 1718029088746: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13089, blocked for 13039, running for 0 1718029088747: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13090, blocked for 13040, running for 0 1718029088747: UIJobCollector(320069288): Result: true 1718029088747: UIJobCollector(320069288): No active jobs 1718029088797: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13140, blocked for 13090, running for 0 1718029088797: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13140, blocked for 13090, running for 0 1718029088797: UIJobCollector(320069288): Result: true 1718029088797: UIJobCollector(320069288): No active jobs 1718029088847: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13190, blocked for 13140, running for 0 1718029088847: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13190, blocked for 13140, running for 0 1718029088847: UIJobCollector(320069288): Result: true 1718029088847: UIJobCollector(320069288): No active jobs 1718029088897: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13240, blocked for 13190, running for 0 1718029088898: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13241, blocked for 13191, running for 0 1718029088898: UIJobCollector(320069288): Result: true 1718029088898: UIJobCollector(320069288): No active jobs 1718029088948: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13291, blocked for 13241, running for 0 1718029088948: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13291, blocked for 13241, running for 0 1718029088948: UIJobCollector(320069288): Result: true 1718029088948: UIJobCollector(320069288): No active jobs 1718029088998: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13341, blocked for 13291, running for 0 1718029088998: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13341, blocked for 13291, running for 0 1718029088998: UIJobCollector(320069288): Result: true 1718029088998: UIJobCollector(320069288): No active jobs 1718029089048: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13391, blocked for 13341, running for 0 1718029089048: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13391, blocked for 13341, running for 0 1718029089048: UIJobCollector(320069288): Result: true 1718029089048: UIJobCollector(320069288): No active jobs 1718029089098: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13441, blocked for 13391, running for 0 1718029089098: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13441, blocked for 13391, running for 0 1718029089098: UIJobCollector(320069288): Result: true 1718029089098: UIJobCollector(320069288): No active jobs 1718029089148: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13491, blocked for 13441, running for 0 1718029089148: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13491, blocked for 13441, running for 0 1718029089148: UIJobCollector(320069288): Result: true 1718029089148: UIJobCollector(320069288): No active jobs 1718029089198: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13541, blocked for 13491, running for 0 1718029089198: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13541, blocked for 13491, running for 0 1718029089198: UIJobCollector(320069288): Result: true 1718029089198: UIJobCollector(320069288): No active jobs 1718029089248: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13591, blocked for 13541, running for 0 1718029089248: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13591, blocked for 13541, running for 0 1718029089248: UIJobCollector(320069288): Result: true 1718029089248: UIJobCollector(320069288): No active jobs 1718029089298: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13641, blocked for 13591, running for 0 1718029089298: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13641, blocked for 13591, running for 0 1718029089298: UIJobCollector(320069288): Result: true 1718029089298: UIJobCollector(320069288): No active jobs 1718029089348: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13691, blocked for 13641, running for 0 1718029089348: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13691, blocked for 13641, running for 0 1718029089348: UIJobCollector(320069288): Result: true 1718029089348: UIJobCollector(320069288): No active jobs 1718029089398: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13741, blocked for 13691, running for 0 1718029089398: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13741, blocked for 13691, running for 0 1718029089398: UIJobCollector(320069288): Result: true 1718029089398: UIJobCollector(320069288): No active jobs 1718029089448: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13791, blocked for 13741, running for 0 1718029089448: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13791, blocked for 13741, running for 0 1718029089448: UIJobCollector(320069288): Result: true 1718029089448: UIJobCollector(320069288): No active jobs 1718029089498: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13841, blocked for 13791, running for 0 1718029089498: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13841, blocked for 13791, running for 0 1718029089498: UIJobCollector(320069288): Result: true 1718029089498: UIJobCollector(320069288): No active jobs 1718029089548: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13891, blocked for 13841, running for 0 1718029089548: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13891, blocked for 13841, running for 0 1718029089548: UIJobCollector(320069288): Result: true 1718029089548: UIJobCollector(320069288): No active jobs 1718029089598: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13941, blocked for 13891, running for 0 1718029089598: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13941, blocked for 13891, running for 0 1718029089598: UIJobCollector(320069288): Result: true 1718029089598: UIJobCollector(320069288): No active jobs 1718029089648: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13991, blocked for 13941, running for 0 1718029089648: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13991, blocked for 13941, running for 0 1718029089648: UIJobCollector(320069288): Result: true 1718029089648: UIJobCollector(320069288): No active jobs 1718029089699: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14042, blocked for 13992, running for 0 1718029089699: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14042, blocked for 13992, running for 0 1718029089699: UIJobCollector(320069288): Result: true 1718029089699: UIJobCollector(320069288): No active jobs 1718029089749: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14092, blocked for 14042, running for 0 1718029089749: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14092, blocked for 14042, running for 0 1718029089749: UIJobCollector(320069288): Result: true 1718029089749: UIJobCollector(320069288): No active jobs 1718029089799: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14142, blocked for 14092, running for 0 1718029089799: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14142, blocked for 14092, running for 0 1718029089799: UIJobCollector(320069288): Result: true 1718029089799: UIJobCollector(320069288): No active jobs 1718029089850: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14193, blocked for 14143, running for 0 1718029089850: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14193, blocked for 14143, running for 0 1718029089850: UIJobCollector(320069288): Result: true 1718029089850: UIJobCollector(320069288): No active jobs 1718029089900: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14243, blocked for 14193, running for 0 1718029089900: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14243, blocked for 14193, running for 0 1718029089900: UIJobCollector(320069288): Result: true 1718029089900: UIJobCollector(320069288): No active jobs 1718029089950: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14293, blocked for 14243, running for 0 1718029089950: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14293, blocked for 14243, running for 0 1718029089950: UIJobCollector(320069288): Result: true 1718029089950: UIJobCollector(320069288): No active jobs 1718029090001: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14344, blocked for 14294, running for 0 1718029090001: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14344, blocked for 14294, running for 0 1718029090001: UIJobCollector(320069288): Result: true 1718029090001: UIJobCollector(320069288): No active jobs 1718029090052: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14395, blocked for 14345, running for 0 1718029090052: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14395, blocked for 14345, running for 0 1718029090052: UIJobCollector(320069288): Result: true 1718029090052: UIJobCollector(320069288): No active jobs 1718029090102: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14445, blocked for 14395, running for 0 1718029090102: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14445, blocked for 14395, running for 0 1718029090102: UIJobCollector(320069288): Result: true 1718029090102: UIJobCollector(320069288): No active jobs 1718029090153: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14496, blocked for 14446, running for 0 1718029090153: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14496, blocked for 14446, running for 0 1718029090153: UIJobCollector(320069288): Result: true 1718029090153: UIJobCollector(320069288): No active jobs 1718029090203: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14546, blocked for 14496, running for 0 1718029090203: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14546, blocked for 14496, running for 0 1718029090203: UIJobCollector(320069288): Result: true 1718029090203: UIJobCollector(320069288): No active jobs 1718029090254: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14597, blocked for 14547, running for 0 1718029090254: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14597, blocked for 14547, running for 0 1718029090254: UIJobCollector(320069288): Result: true 1718029090254: UIJobCollector(320069288): No active jobs 1718029090304: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14647, blocked for 14597, running for 0 1718029090304: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14647, blocked for 14597, running for 0 1718029090304: UIJobCollector(320069288): Result: true 1718029090304: UIJobCollector(320069288): No active jobs 1718029090356: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14699, blocked for 14649, running for 0 1718029090356: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14699, blocked for 14649, running for 0 1718029090356: UIJobCollector(320069288): Result: true 1718029090356: UIJobCollector(320069288): No active jobs 1718029090407: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14749, blocked for 14699, running for 0 1718029090407: UIJobCollector(320069288): 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 14700, running for 0 1718029090407: UIJobCollector(320069288): Result: true 1718029090407: UIJobCollector(320069288): No active jobs 1718029090458: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14801, blocked for 14751, running for 0 1718029090458: UIJobCollector(320069288): 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 14751, running for 0 1718029090458: UIJobCollector(320069288): Result: true 1718029090458: UIJobCollector(320069288): No active jobs 1718029090508: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14851, blocked for 14801, running for 0 1718029090508: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14851, blocked for 14801, running for 0 1718029090508: UIJobCollector(320069288): Result: true 1718029090508: UIJobCollector(320069288): No active jobs 1718029090558: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14901, blocked for 14851, running for 0 1718029090558: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14901, blocked for 14851, running for 0 1718029090558: UIJobCollector(320069288): Result: true 1718029090558: UIJobCollector(320069288): No active jobs 1718029090608: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14951, blocked for 14901, running for 0 1718029090608: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14951, blocked for 14901, running for 0 1718029090608: UIJobCollector(320069288): Result: true 1718029090608: UIJobCollector(320069288): No active jobs 1718029090658: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15001, blocked for 14951, running for 0 1718029090658: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15001, blocked for 14951, running for 0 1718029090658: UIJobCollector(320069288): Result: true 1718029090658: UIJobCollector(320069288): No active jobs 1718029090708: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15051, blocked for 15001, running for 0 1718029090708: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15051, blocked for 15001, running for 0 1718029090708: UIJobCollector(320069288): Result: true 1718029090708: UIJobCollector(320069288): No active jobs 1718029090758: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15101, blocked for 15051, running for 0 1718029090758: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15101, blocked for 15051, running for 0 1718029090758: UIJobCollector(320069288): Result: true 1718029090758: UIJobCollector(320069288): No active jobs 1718029090809: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15152, blocked for 15102, running for 0 1718029090809: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15152, blocked for 15102, running for 0 1718029090809: UIJobCollector(320069288): Result: true 1718029090809: UIJobCollector(320069288): No active jobs 1718029090860: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15203, blocked for 15153, running for 0 1718029090860: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15203, blocked for 15153, running for 0 1718029090860: UIJobCollector(320069288): Result: true 1718029090860: UIJobCollector(320069288): No active jobs 1718029090910: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15253, blocked for 15203, running for 0 1718029090910: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15253, blocked for 15203, running for 0 1718029090910: UIJobCollector(320069288): Result: true 1718029090910: UIJobCollector(320069288): No active jobs 1718029090961: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15304, blocked for 15254, running for 0 1718029090961: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15304, blocked for 15254, running for 0 1718029090961: UIJobCollector(320069288): Result: true 1718029090961: UIJobCollector(320069288): No active jobs 1718029091011: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15354, blocked for 15304, running for 0 1718029091011: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15354, blocked for 15304, running for 0 1718029091011: UIJobCollector(320069288): Result: true 1718029091011: UIJobCollector(320069288): No active jobs 1718029091061: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15404, blocked for 15354, running for 0 1718029091061: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15404, blocked for 15354, running for 0 1718029091061: UIJobCollector(320069288): Result: true 1718029091061: UIJobCollector(320069288): No active jobs 1718029091111: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15454, blocked for 15404, running for 0 1718029091111: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15454, blocked for 15404, running for 0 1718029091111: UIJobCollector(320069288): Result: true 1718029091111: UIJobCollector(320069288): No active jobs 1718029091162: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15505, blocked for 15455, running for 0 1718029091162: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15505, blocked for 15455, running for 0 1718029091162: UIJobCollector(320069288): Result: true 1718029091162: UIJobCollector(320069288): No active jobs 1718029091212: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15555, blocked for 15505, running for 0 1718029091212: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15555, blocked for 15505, running for 0 1718029091212: UIJobCollector(320069288): Result: true 1718029091212: UIJobCollector(320069288): No active jobs 1718029091262: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15605, blocked for 15555, running for 0 1718029091262: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15605, blocked for 15555, running for 0 1718029091262: UIJobCollector(320069288): Result: true 1718029091262: UIJobCollector(320069288): No active jobs 1718029091313: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15656, blocked for 15606, running for 0 1718029091313: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15656, blocked for 15606, running for 0 1718029091313: UIJobCollector(320069288): Result: true 1718029091313: UIJobCollector(320069288): No active jobs 1718029091363: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15706, blocked for 15656, running for 0 1718029091363: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15706, blocked for 15656, running for 0 1718029091363: UIJobCollector(320069288): Result: true 1718029091363: UIJobCollector(320069288): No active jobs 1718029091413: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15756, blocked for 15706, running for 0 1718029091413: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15756, blocked for 15706, running for 0 1718029091413: UIJobCollector(320069288): Result: true 1718029091413: UIJobCollector(320069288): No active jobs 1718029091463: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15806, blocked for 15756, running for 0 1718029091463: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15806, blocked for 15756, running for 0 1718029091464: UIJobCollector(320069288): Result: true 1718029091464: UIJobCollector(320069288): No active jobs 1718029091514: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15857, blocked for 15807, running for 0 1718029091514: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15857, blocked for 15807, running for 0 1718029091514: UIJobCollector(320069288): Result: true 1718029091514: UIJobCollector(320069288): No active jobs 1718029091565: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15908, blocked for 15858, running for 0 1718029091565: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15908, blocked for 15858, running for 0 1718029091565: UIJobCollector(320069288): Result: true 1718029091565: UIJobCollector(320069288): No active jobs 1718029091616: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15959, blocked for 15909, running for 0 1718029091616: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15959, blocked for 15909, running for 0 1718029091616: UIJobCollector(320069288): Result: true 1718029091616: UIJobCollector(320069288): No active jobs 1718029091667: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16009, blocked for 15959, running for 0 1718029091667: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16010, blocked for 15960, running for 0 1718029091667: UIJobCollector(320069288): Result: true 1718029091667: UIJobCollector(320069288): No active jobs 1718029091717: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16060, blocked for 16010, running for 0 1718029091717: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16060, blocked for 16010, running for 0 1718029091717: UIJobCollector(320069288): Result: true 1718029091717: UIJobCollector(320069288): No active jobs 1718029091767: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16110, blocked for 16060, running for 0 1718029091767: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16110, blocked for 16060, running for 0 1718029091767: UIJobCollector(320069288): Result: true 1718029091767: UIJobCollector(320069288): No active jobs 1718029091817: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16160, blocked for 16110, running for 0 1718029091817: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16160, blocked for 16110, running for 0 1718029091817: UIJobCollector(320069288): Result: true 1718029091817: UIJobCollector(320069288): No active jobs 1718029091868: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16211, blocked for 16161, running for 0 1718029091868: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16211, blocked for 16161, running for 0 1718029091868: UIJobCollector(320069288): Result: true 1718029091868: UIJobCollector(320069288): No active jobs 1718029091918: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16261, blocked for 16211, running for 0 1718029091918: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16261, blocked for 16211, running for 0 1718029091919: UIJobCollector(320069288): Result: true 1718029091919: UIJobCollector(320069288): No active jobs 1718029091969: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16312, blocked for 16262, running for 0 1718029091969: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16312, blocked for 16262, running for 0 1718029091969: UIJobCollector(320069288): Result: true 1718029091969: UIJobCollector(320069288): No active jobs 1718029092019: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16362, blocked for 16312, running for 0 1718029092019: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16362, blocked for 16312, running for 0 1718029092019: UIJobCollector(320069288): Result: true 1718029092019: UIJobCollector(320069288): No active jobs 1718029092070: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16413, blocked for 16363, running for 0 1718029092070: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16413, blocked for 16363, running for 0 1718029092070: UIJobCollector(320069288): Result: true 1718029092070: UIJobCollector(320069288): No active jobs 1718029092120: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16463, blocked for 16413, running for 0 1718029092120: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16463, blocked for 16413, running for 0 1718029092120: UIJobCollector(320069288): Result: true 1718029092121: UIJobCollector(320069288): No active jobs 1718029092171: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16514, blocked for 16464, running for 0 1718029092171: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16514, blocked for 16464, running for 0 1718029092171: UIJobCollector(320069288): Result: true 1718029092171: UIJobCollector(320069288): No active jobs 1718029092221: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16564, blocked for 16514, running for 0 1718029092221: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16564, blocked for 16514, running for 0 1718029092221: UIJobCollector(320069288): Result: true 1718029092221: UIJobCollector(320069288): No active jobs 1718029092272: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16615, blocked for 16565, running for 0 1718029092272: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16615, blocked for 16565, running for 0 1718029092272: UIJobCollector(320069288): Result: true 1718029092272: UIJobCollector(320069288): No active jobs 1718029092322: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16665, blocked for 16615, running for 0 1718029092322: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16665, blocked for 16615, running for 0 1718029092322: UIJobCollector(320069288): Result: true 1718029092322: UIJobCollector(320069288): No active jobs 1718029092372: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16715, blocked for 16665, running for 0 1718029092372: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16715, blocked for 16665, running for 0 1718029092372: UIJobCollector(320069288): Result: true 1718029092372: UIJobCollector(320069288): No active jobs 1718029092422: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16765, blocked for 16715, running for 0 1718029092422: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16765, blocked for 16715, running for 0 1718029092422: UIJobCollector(320069288): Result: true 1718029092422: UIJobCollector(320069288): No active jobs 1718029092472: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16815, blocked for 16765, running for 0 1718029092472: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16815, blocked for 16765, running for 0 1718029092472: UIJobCollector(320069288): Result: true 1718029092472: UIJobCollector(320069288): No active jobs 1718029092523: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16866, blocked for 16816, running for 0 1718029092523: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16866, blocked for 16816, running for 0 1718029092523: UIJobCollector(320069288): Result: true 1718029092523: UIJobCollector(320069288): No active jobs 1718029092574: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16917, blocked for 16867, running for 0 1718029092574: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16917, blocked for 16867, running for 0 1718029092574: UIJobCollector(320069288): Result: true 1718029092574: UIJobCollector(320069288): No active jobs 1718029092624: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16967, blocked for 16917, running for 0 1718029092624: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16967, blocked for 16917, running for 0 1718029092624: UIJobCollector(320069288): Result: true 1718029092624: UIJobCollector(320069288): No active jobs 1718029092674: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17017, blocked for 16967, running for 0 1718029092674: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17017, blocked for 16967, running for 0 1718029092674: UIJobCollector(320069288): Result: true 1718029092674: UIJobCollector(320069288): No active jobs 1718029092725: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17068, blocked for 17018, running for 0 1718029092725: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17068, blocked for 17018, running for 0 1718029092725: UIJobCollector(320069288): Result: true 1718029092725: UIJobCollector(320069288): No active jobs 1718029092775: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17118, blocked for 17068, running for 0 1718029092775: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17118, blocked for 17068, running for 0 1718029092775: UIJobCollector(320069288): Result: true 1718029092775: UIJobCollector(320069288): No active jobs 1718029092825: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17168, blocked for 17118, running for 0 1718029092825: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17168, blocked for 17118, running for 0 1718029092825: UIJobCollector(320069288): Result: true 1718029092825: UIJobCollector(320069288): No active jobs 1718029092875: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17218, blocked for 17168, running for 0 1718029092875: UIJobCollector(320069288): 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 17168, running for 0 1718029092875: UIJobCollector(320069288): Result: true 1718029092875: UIJobCollector(320069288): No active jobs 1718029092925: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17268, blocked for 17218, running for 0 1718029092925: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17268, blocked for 17218, running for 0 1718029092925: UIJobCollector(320069288): Result: true 1718029092925: UIJobCollector(320069288): No active jobs 1718029092976: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17319, blocked for 17269, running for 0 1718029092976: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17319, blocked for 17269, running for 0 1718029092976: UIJobCollector(320069288): Result: true 1718029092976: UIJobCollector(320069288): No active jobs 1718029093027: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17370, blocked for 17320, running for 0 1718029093027: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17370, blocked for 17320, running for 0 1718029093027: UIJobCollector(320069288): Result: true 1718029093027: UIJobCollector(320069288): No active jobs 1718029093077: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17420, blocked for 17370, running for 0 1718029093077: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17420, blocked for 17370, running for 0 1718029093077: UIJobCollector(320069288): Result: true 1718029093077: UIJobCollector(320069288): No active jobs 1718029093127: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17470, blocked for 17420, running for 0 1718029093127: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17470, blocked for 17420, running for 0 1718029093127: UIJobCollector(320069288): Result: true 1718029093127: UIJobCollector(320069288): No active jobs 1718029093177: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17520, blocked for 17470, running for 0 1718029093177: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17520, blocked for 17470, running for 0 1718029093177: UIJobCollector(320069288): Result: true 1718029093177: UIJobCollector(320069288): No active jobs 1718029093227: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17570, blocked for 17520, running for 0 1718029093227: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17570, blocked for 17520, running for 0 1718029093227: UIJobCollector(320069288): Result: true 1718029093227: UIJobCollector(320069288): No active jobs 1718029093277: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17620, blocked for 17570, running for 0 1718029093277: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17620, blocked for 17570, running for 0 1718029093277: UIJobCollector(320069288): Result: true 1718029093277: UIJobCollector(320069288): No active jobs 1718029093328: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17671, blocked for 17621, running for 0 1718029093328: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17671, blocked for 17621, running for 0 1718029093328: UIJobCollector(320069288): Result: true 1718029093328: UIJobCollector(320069288): No active jobs 1718029093378: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17721, blocked for 17671, running for 0 1718029093378: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17721, blocked for 17671, running for 0 1718029093379: UIJobCollector(320069288): Result: true 1718029093379: UIJobCollector(320069288): No active jobs 1718029093429: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17772, blocked for 17722, running for 0 1718029093429: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17772, blocked for 17722, running for 0 1718029093429: UIJobCollector(320069288): Result: true 1718029093429: UIJobCollector(320069288): No active jobs 1718029093479: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17822, blocked for 17772, running for 0 1718029093479: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17822, blocked for 17772, running for 0 1718029093479: UIJobCollector(320069288): Result: true 1718029093479: UIJobCollector(320069288): No active jobs 1718029093529: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17872, blocked for 17822, running for 0 1718029093529: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17872, blocked for 17822, running for 0 1718029093529: UIJobCollector(320069288): Result: true 1718029093529: UIJobCollector(320069288): No active jobs 1718029093579: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17922, blocked for 17872, running for 0 1718029093579: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17922, blocked for 17872, running for 0 1718029093580: UIJobCollector(320069288): Result: true 1718029093580: UIJobCollector(320069288): No active jobs 1718029093630: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17973, blocked for 17923, running for 0 1718029093630: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17973, blocked for 17923, running for 0 1718029093630: UIJobCollector(320069288): Result: true 1718029093630: UIJobCollector(320069288): No active jobs 1718029093682: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18025, blocked for 17975, running for 0 1718029093682: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18025, blocked for 17975, running for 0 1718029093682: UIJobCollector(320069288): Result: true 1718029093682: UIJobCollector(320069288): No active jobs 1718029093733: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18076, blocked for 18026, running for 0 1718029093733: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18076, blocked for 18026, running for 0 1718029093733: UIJobCollector(320069288): Result: true 1718029093733: UIJobCollector(320069288): No active jobs 1718029093783: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18126, blocked for 18076, running for 0 1718029093783: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18126, blocked for 18076, running for 0 1718029093783: UIJobCollector(320069288): Result: true 1718029093783: UIJobCollector(320069288): No active jobs 1718029093833: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18176, blocked for 18126, running for 0 1718029093833: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18176, blocked for 18126, running for 0 1718029093833: UIJobCollector(320069288): Result: true 1718029093833: UIJobCollector(320069288): No active jobs 1718029093884: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18227, blocked for 18177, running for 0 1718029093884: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18227, blocked for 18177, running for 0 1718029093884: UIJobCollector(320069288): Result: true 1718029093884: UIJobCollector(320069288): No active jobs 1718029093934: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18277, blocked for 18227, running for 0 1718029093934: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18277, blocked for 18227, running for 0 1718029093934: UIJobCollector(320069288): Result: true 1718029093934: UIJobCollector(320069288): No active jobs 1718029093984: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18327, blocked for 18277, running for 0 1718029093984: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18327, blocked for 18277, running for 0 1718029093984: UIJobCollector(320069288): Result: true 1718029093984: UIJobCollector(320069288): No active jobs 1718029094034: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18377, blocked for 18327, running for 0 1718029094034: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18377, blocked for 18327, running for 0 1718029094034: UIJobCollector(320069288): Result: true 1718029094034: UIJobCollector(320069288): No active jobs 1718029094085: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18428, blocked for 18378, running for 0 1718029094085: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18428, blocked for 18378, running for 0 1718029094085: UIJobCollector(320069288): Result: true 1718029094085: UIJobCollector(320069288): No active jobs 1718029094135: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18478, blocked for 18428, running for 0 1718029094135: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18478, blocked for 18428, running for 0 1718029094135: UIJobCollector(320069288): Result: true 1718029094135: UIJobCollector(320069288): No active jobs 1718029094186: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18529, blocked for 18479, running for 0 1718029094186: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18529, blocked for 18479, running for 0 1718029094186: UIJobCollector(320069288): Result: true 1718029094186: UIJobCollector(320069288): No active jobs 1718029094236: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18579, blocked for 18529, running for 0 1718029094236: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18579, blocked for 18529, running for 0 1718029094236: UIJobCollector(320069288): Result: true 1718029094236: UIJobCollector(320069288): No active jobs 1718029094287: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18630, blocked for 18580, running for 0 1718029094287: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18630, blocked for 18580, running for 0 1718029094287: UIJobCollector(320069288): Result: true 1718029094287: UIJobCollector(320069288): No active jobs 1718029094338: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18681, blocked for 18631, running for 0 1718029094338: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18681, blocked for 18631, running for 0 1718029094338: UIJobCollector(320069288): Result: true 1718029094338: UIJobCollector(320069288): No active jobs 1718029094388: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18731, blocked for 18681, running for 0 1718029094388: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18731, blocked for 18681, running for 0 1718029094388: UIJobCollector(320069288): Result: true 1718029094388: UIJobCollector(320069288): No active jobs 1718029094438: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18781, blocked for 18731, running for 0 1718029094438: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18781, blocked for 18731, running for 0 1718029094438: UIJobCollector(320069288): Result: true 1718029094438: UIJobCollector(320069288): No active jobs 1718029094488: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18831, blocked for 18781, running for 0 1718029094488: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18831, blocked for 18781, running for 0 1718029094488: UIJobCollector(320069288): Result: true 1718029094488: UIJobCollector(320069288): No active jobs 1718029094538: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18881, blocked for 18831, running for 0 1718029094538: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18881, blocked for 18831, running for 0 1718029094538: UIJobCollector(320069288): Result: true 1718029094538: UIJobCollector(320069288): No active jobs 1718029094588: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18931, blocked for 18881, running for 0 1718029094588: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18931, blocked for 18881, running for 0 1718029094588: UIJobCollector(320069288): Result: true 1718029094588: UIJobCollector(320069288): No active jobs 1718029094638: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18981, blocked for 18931, running for 0 1718029094638: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18981, blocked for 18931, running for 0 1718029094638: UIJobCollector(320069288): Result: true 1718029094638: UIJobCollector(320069288): No active jobs 1718029094688: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19031, blocked for 18981, running for 0 1718029094688: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19031, blocked for 18981, running for 0 1718029094688: UIJobCollector(320069288): Result: true 1718029094688: UIJobCollector(320069288): No active jobs 1718029094739: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19082, blocked for 19032, running for 0 1718029094739: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19082, blocked for 19032, running for 0 1718029094739: UIJobCollector(320069288): Result: true 1718029094739: UIJobCollector(320069288): No active jobs 1718029094789: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19132, blocked for 19082, running for 0 1718029094789: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19132, blocked for 19082, running for 0 1718029094789: UIJobCollector(320069288): Result: true 1718029094789: UIJobCollector(320069288): No active jobs 1718029094839: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19182, blocked for 19132, running for 0 1718029094840: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19183, blocked for 19133, running for 0 1718029094840: UIJobCollector(320069288): Result: true 1718029094840: UIJobCollector(320069288): No active jobs 1718029094890: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19233, blocked for 19183, running for 0 1718029094890: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19233, blocked for 19183, running for 0 1718029094890: UIJobCollector(320069288): Result: true 1718029094890: UIJobCollector(320069288): No active jobs 1718029094940: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19283, blocked for 19233, running for 0 1718029094940: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19283, blocked for 19233, running for 0 1718029094940: UIJobCollector(320069288): Result: true 1718029094941: UIJobCollector(320069288): No active jobs 1718029094991: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19334, blocked for 19284, running for 0 1718029094991: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19334, blocked for 19284, running for 0 1718029094991: UIJobCollector(320069288): Result: true 1718029094991: UIJobCollector(320069288): No active jobs 1718029095042: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19385, blocked for 19335, running for 0 1718029095042: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19385, blocked for 19335, running for 0 1718029095042: UIJobCollector(320069288): Result: true 1718029095042: UIJobCollector(320069288): No active jobs 1718029095094: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19436, blocked for 19386, running for 0 1718029095094: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19437, blocked for 19387, running for 0 1718029095094: UIJobCollector(320069288): Result: true 1718029095094: UIJobCollector(320069288): No active jobs 1718029095145: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19488, blocked for 19438, running for 0 1718029095145: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19488, blocked for 19438, running for 0 1718029095145: UIJobCollector(320069288): Result: true 1718029095145: UIJobCollector(320069288): No active jobs 1718029095195: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19538, blocked for 19488, running for 0 1718029095195: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19538, blocked for 19488, running for 0 1718029095195: UIJobCollector(320069288): Result: true 1718029095195: UIJobCollector(320069288): No active jobs 1718029095247: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19590, blocked for 19540, running for 0 1718029095247: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19590, blocked for 19540, running for 0 1718029095247: UIJobCollector(320069288): Result: true 1718029095247: UIJobCollector(320069288): No active jobs 1718029095297: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19640, blocked for 19590, running for 0 1718029095297: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19640, blocked for 19590, running for 0 1718029095297: UIJobCollector(320069288): Result: true 1718029095297: UIJobCollector(320069288): No active jobs 1718029095347: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19690, blocked for 19640, running for 0 1718029095347: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19690, blocked for 19640, running for 0 1718029095347: UIJobCollector(320069288): Result: true 1718029095347: UIJobCollector(320069288): No active jobs 1718029095398: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19741, blocked for 19691, running for 0 1718029095398: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19741, blocked for 19691, running for 0 1718029095398: UIJobCollector(320069288): Result: true 1718029095398: UIJobCollector(320069288): No active jobs 1718029095449: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19792, blocked for 19742, running for 0 1718029095449: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19792, blocked for 19742, running for 0 1718029095449: UIJobCollector(320069288): Result: true 1718029095449: UIJobCollector(320069288): No active jobs 1718029095499: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19842, blocked for 19792, running for 0 1718029095499: UIJobCollector(320069288): 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 19792, running for 0 1718029095499: UIJobCollector(320069288): Result: true 1718029095499: UIJobCollector(320069288): No active jobs 1718029095550: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19893, blocked for 19843, running for 0 1718029095550: UIJobCollector(320069288): 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 19843, running for 0 1718029095550: UIJobCollector(320069288): Result: true 1718029095550: UIJobCollector(320069288): No active jobs 1718029095600: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19943, blocked for 19893, running for 0 1718029095600: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19943, blocked for 19893, running for 0 1718029095600: UIJobCollector(320069288): Result: true 1718029095600: UIJobCollector(320069288): No active jobs 1718029095650: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19993, blocked for 19943, running for 0 1718029095650: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19993, blocked for 19943, running for 0 1718029095650: UIJobCollector(320069288): Result: true 1718029095650: UIJobCollector(320069288): No active jobs 1718029095701: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20044, blocked for 19994, running for 0 1718029095701: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20044, blocked for 19994, running for 0 1718029095701: UIJobCollector(320069288): Result: true 1718029095701: UIJobCollector(320069288): No active jobs 1718029095752: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20095, blocked for 20045, running for 0 1718029095752: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20095, blocked for 20045, running for 0 1718029095752: UIJobCollector(320069288): Result: true 1718029095752: UIJobCollector(320069288): No active jobs 1718029095802: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20145, blocked for 20095, running for 0 1718029095802: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20145, blocked for 20095, running for 0 1718029095802: UIJobCollector(320069288): Result: true 1718029095802: UIJobCollector(320069288): No active jobs 1718029095853: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20196, blocked for 20146, running for 0 1718029095854: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20197, blocked for 20147, running for 0 1718029095854: UIJobCollector(320069288): Result: true 1718029095854: UIJobCollector(320069288): No active jobs 1718029095905: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20248, blocked for 20198, running for 0 1718029095905: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20248, blocked for 20198, running for 0 1718029095905: UIJobCollector(320069288): Result: true 1718029095905: UIJobCollector(320069288): No active jobs 1718029095956: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20299, blocked for 20249, running for 0 1718029095956: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20299, blocked for 20249, running for 0 1718029095956: UIJobCollector(320069288): Result: true 1718029095956: UIJobCollector(320069288): No active jobs 1718029096006: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20349, blocked for 20299, running for 0 1718029096006: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20349, blocked for 20299, running for 0 1718029096006: UIJobCollector(320069288): Result: true 1718029096007: UIJobCollector(320069288): No active jobs 1718029096057: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20400, blocked for 20350, running for 0 1718029096057: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20400, blocked for 20350, running for 0 1718029096057: UIJobCollector(320069288): Result: true 1718029096057: UIJobCollector(320069288): No active jobs 1718029096107: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20450, blocked for 20400, running for 0 1718029096107: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20450, blocked for 20400, running for 0 1718029096107: UIJobCollector(320069288): Result: true 1718029096107: UIJobCollector(320069288): No active jobs 1718029096157: UIJobCollector(320069288): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20500, blocked for 20450, running for 0 1718029096157: UIJobCollector(320069288): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20500, blocked for 20450, running for 0 1718029096157: UIJobCollector(320069288): Result: true 1718029096157: UIJobCollector(320069288): No active jobs 1718029096660: UIJobCollector(320069288): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -21003, blocked for 20953, running for 0 1718029096660: UIJobCollector(320069288): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -21003, blocked for 20953, running for 0 Tests run: 18, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 69.522 s - in org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest stepInSyncExec(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.384 s stepAfterDelay(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 3.207 s doNotWaitForPreviouslyScheduledJob(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.052 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.156 s doNotWaitForJobsRescheduledInFuture(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.654 s doNotStepTwice(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 3.159 s waitForAllListeners(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) skipped waitForCancelledJobs(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 1.178 s abortStepMode(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 15.295 s waitSecondRunAfterReschedule(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 5.67 s ignorePseudoJobsInUI(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.656 s doNotWaitForPrescheduledRescheduledInFuture(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.754 s doNotScheduleInALock(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 3.915 s stepMode(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 4.216 s emptyWhenNoJobs(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.052 s stepRepeatedly(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 8.198 s respectStepModeTimeout(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 21.162 s Results: Tests run: 18, Failures: 0, Errors: 0, Skipped: 1 !ENTRY org.eclipse.e4.ui.workbench 4 0 2024-06-10 14:18:17.046 !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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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-runtime1486592548569678158.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.202406011405 [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.202406011405 [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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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 202406011405.Default 1.0.0.889M8icLWUGt9F832B2TDYgkV 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.202406101407 [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 135 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 134 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 119 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 159 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 51 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 753 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 735 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 42 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 128 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 25 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 54 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 73 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 149 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 349 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 80 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 33 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 100 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 122 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 72 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 85 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 42 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 33 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 201 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 70 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 256 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 162 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 248 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 48 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 619 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 42 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 211 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 636 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 87 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 73 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 603 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 56 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 53 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 32 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 133 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 89 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 454 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 52 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 143 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 922 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 40 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 262 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 32 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 58 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 197 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 77 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 73 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 70 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 203 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 32 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 27 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 395 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 126 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 73 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 153 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 76 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 63 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 70 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 43 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 146 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 212 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 11 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 9.6 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 132 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 41 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 569 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 97 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 37 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 152 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 128 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 487 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 128 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 422 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 833 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 891 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/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.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/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.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/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/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/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 233 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/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 1.5 MB/s) [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 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.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 230 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-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 991 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 813 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-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 303 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 348 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] 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 85 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-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 209 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 54 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 132 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/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 464 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] 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 1.2 MB/s) [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 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 1.3 MB/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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/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 389 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] 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 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/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 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 972 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 243 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/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 623 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/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 181 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/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 345 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] 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 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 115 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 424 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 172 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/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 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-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar (123 kB at 331 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 760 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 619 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 98 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 43 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 69 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 60 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 323 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 27 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 142 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 666 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 203 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 206 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 30 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 35 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 33 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 77 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 106 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 732 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 493 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 54 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 432 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 590 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 42 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 61 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 407 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 70 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 394 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 122 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 49 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 127 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 12 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 41 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 279 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 2.0 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 32 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 29 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 54 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 600 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 41 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 87 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/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/commons-cli/commons-cli/1.2/commons-cli-1.2.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/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] 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] 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 143 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/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 437 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 1.2 MB/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/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 56 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.1/doxia-sink-api-1.1.jar (13 kB at 63 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 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-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (245 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 133 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/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar (11 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar (99 kB at 366 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-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 654 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-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar (12 kB at 42 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 220 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 114 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 183 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 766 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.202406101407 [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.202406101407 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ e4x --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ e4x --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/repository/e4x/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ e4x --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ e4x --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ e4x --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ e4x --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ e4x --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ e4x --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/e4x/target/e4x-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ e4x --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ e4x --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] runtime 2.5.5-SNAPSHOT ............................. SUCCESS [ 0.409 s] [INFO] rcptt.runtime ...................................... SUCCESS [ 0.060 s] [INFO] tesla .............................................. SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.tesla.swt.fragment ............... SUCCESS [ 10.417 s] [INFO] org.eclipse.rcptt.tesla.core.am .................... SUCCESS [ 7.882 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects ................ SUCCESS [ 10.994 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects .............. SUCCESS [ 7.786 s] [INFO] org.eclipse.rcptt.tesla.jobs.aspects ............... SUCCESS [ 13.128 s] [INFO] org.eclipse.rcptt.util.swt ......................... SUCCESS [ 12.308 s] [INFO] rcptt.runtime.watson ............................... SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.watson.aspects.jobs .............. SUCCESS [ 23.518 s] [INFO] org.eclipse.rcptt.watson.aspects.swt ............... SUCCESS [ 7.624 s] [INFO] org.eclipse.rcptt.tesla.swt ........................ SUCCESS [ 11.380 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms .... SUCCESS [ 10.125 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface .... SUCCESS [ 10.912 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt ...... SUCCESS [ 5.153 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench SUCCESS [ 7.764 s] [INFO] org.eclipse.rcptt.tesla.recording.swt .............. SUCCESS [ 5.011 s] [INFO] ecl-tesla .......................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.tesla.ecl.impl ................... SUCCESS [ 7.906 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects ............. SUCCESS [ 12.934 s] [INFO] org.eclipse.rcptt.runtime.ui ....................... SUCCESS [ 3.965 s] [INFO] org.eclipse.rcptt.forms.impl ....................... SUCCESS [ 7.868 s] [INFO] org.eclipse.rcptt.resources.impl ................... SUCCESS [ 3.913 s] [INFO] org.eclipse.rcptt.watson.jface ..................... SUCCESS [ 7.709 s] [INFO] org.eclipse.rcptt.watson.runtime ................... SUCCESS [ 5.230 s] [INFO] org.eclipse.rcptt.tesla.canvas ..................... SUCCESS [ 3.667 s] [INFO] org.eclipse.rcptt.tesla.gef.aspects ................ SUCCESS [ 7.835 s] [INFO] org.eclipse.rcptt.tesla.gef ........................ SUCCESS [ 6.207 s] [INFO] org.eclipse.rcptt.tesla.gmf.aspects ................ SUCCESS [ 4.965 s] [INFO] org.eclipse.rcptt.tesla.gmf ........................ SUCCESS [ 7.966 s] [INFO] org.eclipse.rcptt.tesla.jdt.aspects ................ SUCCESS [ 7.717 s] [INFO] org.eclipse.rcptt.tesla.jdt ........................ SUCCESS [ 3.894 s] [INFO] org.eclipse.rcptt.tesla.jface.text.reconciler.aspects SUCCESS [ 7.760 s] [INFO] org.eclipse.rcptt.tesla.jface.text ................. SUCCESS [ 3.679 s] [INFO] org.eclipse.rcptt.tesla.jface.text.aspects ......... SUCCESS [ 5.371 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects .. SUCCESS [ 5.095 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects SUCCESS [ 12.865 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding .......... SUCCESS [ 5.408 s] [INFO] org.eclipse.rcptt.tesla.jface.fragment ............. SUCCESS [ 7.707 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.draw2d ... SUCCESS [ 10.378 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gef ...... SUCCESS [ 5.153 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gmf ...... SUCCESS [ 5.279 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.text SUCCESS [ 5.142 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor SUCCESS [ 5.070 s] [INFO] org.eclipse.rcptt.tesla.recording.draw2d ........... SUCCESS [ 5.753 s] [INFO] org.eclipse.rcptt.tesla.recording.gef .............. SUCCESS [ 7.784 s] [INFO] org.eclipse.rcptt.tesla.recording.gmf .............. SUCCESS [ 7.908 s] [INFO] org.eclipse.rcptt.tesla.recording.canvas ........... SUCCESS [ 7.504 s] [INFO] org.eclipse.rcptt.tesla.recording.jface.text ....... SUCCESS [ 3.827 s] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor ....... SUCCESS [ 7.647 s] [INFO] org.eclipse.rcptt.tesla.recording.workbench.texteditor SUCCESS [ 4.001 s] [INFO] org.eclipse.rcptt.tesla.ui.ide ..................... SUCCESS [ 5.793 s] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor.aspects SUCCESS [ 4.089 s] [INFO] org.eclipse.rcptt.tesla.variables .................. SUCCESS [ 9.875 s] [INFO] org.eclipse.rcptt.tesla.properties.view ............ SUCCESS [ 5.403 s] [INFO] org.eclipse.rcptt.tesla.chart ...................... SUCCESS [ 5.219 s] [INFO] org.eclipse.rcptt.tesla.swt.e4x .................... SUCCESS [ 6.339 s] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.e4x ...... SUCCESS [ 5.312 s] [INFO] org.eclipse.rcptt.tesla.runtime .................... SUCCESS [ 5.352 s] [INFO] org.eclipse.rcptt.tesla.ecl.runtime ................ SUCCESS [ 5.030 s] [INFO] org.eclipse.rcptt.tesla.ecl.update-site ............ SUCCESS [ 3.169 s] [INFO] org.eclipse.rcptt.core.ecl.debug ................... SUCCESS [ 8.035 s] [INFO] rcptt.runtime.contexts ............................. SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.ctx.debug.impl ................... SUCCESS [ 5.586 s] [INFO] org.eclipse.rcptt.ctx.group.impl ................... SUCCESS [ 7.618 s] [INFO] org.eclipse.rcptt.ctx.preferences.aspects .......... SUCCESS [ 13.431 s] [INFO] org.eclipse.rcptt.ctx.preferences.impl ............. SUCCESS [ 5.228 s] [INFO] org.eclipse.rcptt.ctx.parameters.impl .............. SUCCESS [ 13.118 s] [INFO] org.eclipse.rcptt.ctx.filesystem.impl .............. SUCCESS [ 10.356 s] [INFO] org.eclipse.rcptt.ctx.resources.impl ............... SUCCESS [ 7.898 s] [INFO] org.eclipse.rcptt.ctx.script.impl .................. SUCCESS [ 3.898 s] [INFO] org.eclipse.rcptt.ctx.workbench.impl ............... SUCCESS [ 5.470 s] [INFO] org.eclipse.rcptt.ctx.workbench.aspect ............. SUCCESS [ 8.502 s] [INFO] rcptt.runtime.verifications ........................ SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.verifications.time.impl .......... SUCCESS [ 9.951 s] [INFO] org.eclipse.rcptt.verifications.text.impl .......... SUCCESS [ 5.239 s] [INFO] org.eclipse.rcptt.verifications.log.impl ........... SUCCESS [ 5.245 s] [INFO] org.eclipse.rcptt.verifications.tree.impl .......... SUCCESS [ 5.692 s] [INFO] org.eclipse.rcptt.verifications.resources.impl ..... SUCCESS [ 7.604 s] [INFO] org.eclipse.rcptt.ecl.data.apache.poi.impl ......... SUCCESS [ 7.594 s] [INFO] org.eclipse.rcptt.expandbar.runtime ................ SUCCESS [ 5.328 s] [INFO] org.eclipse.rcptt.runtime .......................... SUCCESS [ 7.314 s] [INFO] org.eclipse.rcptt.runtime-updatesite ............... SUCCESS [ 7.773 s] [INFO] rcptt.runtime.updates .............................. SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.updates.runtime.e4x .............. SUCCESS [ 17.601 s] [INFO] org.eclipse.rcptt.updates.e4x ...................... SUCCESS [ 4.383 s] [INFO] rcptt.runtime.tests ................................ SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects.test ......... SUCCESS [ 20.619 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects.test ........... SUCCESS [ 16.807 s] [INFO] org.eclipse.rcptt.tesla.swt.test ................... SUCCESS [01:27 min] [INFO] org.eclipse.rcptt.watson.test ...................... SUCCESS [ 17.615 s] [INFO] e4x 2.5.5-SNAPSHOT ................................. SUCCESS [ 1.604 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14:14 min [INFO] Finished at: 2024-06-10T14:22:01Z [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 30 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 391 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 131 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 202 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 346 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 80 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 252 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 38 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 647 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 34 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 7.4 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 37 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 249 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 16 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 588 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.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.clarkson.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://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (2.91MB) [INFO] Fetching com.google.guava.failureaccess_1.0.2.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (4.63kB) [INFO] Fetching org.eclipse.ant.core_3.7.300.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (109.54kB) [INFO] Fetching org.eclipse.compare.core_3.8.400.v20240124-0947.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (69.85kB) [INFO] Fetching org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (116.92kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.3.100.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (39.11kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.3.100.v20240213-1609.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (72.34kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.5.300.v20240220-1431.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (173.33kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.9.0.v20240213-1100.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (368.46kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.11.0.v20240210-1628.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (80.99kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.300.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (64.51kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.8.100.v20240207-1113.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (189.68kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.6.300.v20240207-1113.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (113.38kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (53.85kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.10.0.v20240210-0918.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (238.09kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (138.07kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.200.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (27kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.9.100.v20240212-1707.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (104kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240229-1022.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (250.69kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (28.85kB) [INFO] Fetching org.eclipse.equinox.security_1.4.200.v20240213-1244.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (116.02kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (259.37kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.4.200.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (135.85kB) [INFO] Fetching org.eclipse.jdt.core_3.37.0.v20240215-1452.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (4.07MB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.37.0.v20240215-1558.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (3.11MB) [INFO] Fetching org.eclipse.jdt.debug_3.21.300.v20240124-0949.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (928.25kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.13.100.v20240220-0917.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (182.98kB) [INFO] Fetching org.eclipse.jdt.launching_3.21.100.v20240214-1729.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (582.5kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (59.13kB) [INFO] Fetching org.junit_4.13.2.v20230809-1000.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (414.97kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (251.64kB) [INFO] Fetching org.eclipse.pde.build_3.12.300.v20240212-0530.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (508.5kB) [INFO] Fetching org.eclipse.pde.core_3.18.0.v20240215-1456.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1.46MB) [INFO] Fetching org.eclipse.team.core_3.10.300.v20240125-0912.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (405.36kB) [INFO] Fetching org.eclipse.pde.launching_3.12.0.v20240214-2143.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (144.13kB) [INFO] Fetching org.hamcrest_2.2.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (120.47kB) [INFO] Fetching org.hamcrest.core_2.2.0.v20230809-1000.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (9.19kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.6.200.v20231214-1553.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (21.36kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/pom.xml [INFO] Fetching org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (55.03kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.injection:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.cloud:org.eclipse.rcptt.launching.p2utils:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.cloud:org.eclipse.rcptt.reporting.util:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.common:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/pom.xml [INFO] Fetching com.google.gson_2.10.1.v20230109-0753.jar from https://eclipse.mirror.rafal.ca/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://mirrors.xmission.com/eclipse/releases/2024-03/202403131000/plugins/ (1.31MB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.16.v20221207-1049.jar from https://eclipse.mirror.rafal.ca/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://eclipse.mirror.rafal.ca/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://mirrors.xmission.com/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://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (353.34kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202312260654.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (111.9kB) [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202312260654.jar from https://mirrors.xmission.com/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.202406101407 [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 43 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 840 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.202406011405 [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://eclipse.mirror.rafal.ca/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.202406011405 [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 392 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 259 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 167 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 91 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 131 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 801 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 91 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/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] 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] 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 99 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.jar (17 kB at 146 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 2.0 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 26 MB/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 34 kB/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.202406011405 [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.202406011405 [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.202406011405 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.injection --- [INFO] Resolving class path of org.eclipse.rcptt.launching.injection... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching.injection --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.launching.injection --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.injection --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/target/org.eclipse.rcptt.launching.injection-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.injection --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.injection --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/target/org.eclipse.rcptt.launching.injection-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/target/org.eclipse.rcptt.launching.injection-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.injection --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.injection --- [INFO] No tests to run. [INFO] [INFO] -----------------< org.eclipse.rcptt:launching.tests >------------------ [INFO] Building launching.tests 2.5.5-SNAPSHOT [14/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/maven-metadata.xml [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/maven-metadata.xml (2.0 kB at 24 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 19 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 466 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.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 537 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 52 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 586 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 401 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 20 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 366 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 200 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 34 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 564 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 490 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 12 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 232 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 202 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 31 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 349 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 659 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 9.1 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 143 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 139 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 13 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 57 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 220 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 8.6 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 210 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 271 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 26 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 192 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 115 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.202406011405 [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.202406011405 [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.202406011405 [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 398 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 532 kB/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 141 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 119 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.3 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 312 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 513 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 780 kB/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 4.9 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 941 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 217 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom (20 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom (1.9 kB at 61 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 78 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 932 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 533 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 33 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 227 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 562 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 76 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 187 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 62 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 108 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 142 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 95 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-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/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/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.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] 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 19 MB/s) [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 363 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] 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/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar (1.9 MB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.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 116 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.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 5.2 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/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.jar (71 kB at 451 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/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar (86 kB at 510 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] 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 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar (12 kB at 62 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/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar (404 kB at 2.1 MB/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 246 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 341 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 46 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 38 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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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 75 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 48 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 46 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 294 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 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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/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/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 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar (440 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar (442 kB at 9.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar (443 kB at 6.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar (3.2 MB at 39 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 42 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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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 262 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 2.0 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 1.4 MB/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.3 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 47 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.202406011405 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.tests --- [INFO] Resolving class path of org.eclipse.rcptt.launching.tests... [INFO] Fetching org.eclipse.core.net.win32_1.1.300.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (27.77kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (88.56kB) [INFO] Fetching org.eclipse.ui.win32_3.5.200.v20231214-2114.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (24.37kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (136.42kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (87.05kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (41.66kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (41.66kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (41.8kB) [INFO] Fetching org.eclipse.core.net.linux_1.1.100.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (16.39kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (89.15kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.2.200.v20231214-1012.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (9.6kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/org.eclipse.rcptt.launching.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/org.eclipse.rcptt.launching.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/org.eclipse.rcptt.launching.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.launching.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/surefire.properties] Running org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 s - in org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest corruptedResourcesShouldProduceReadaleErrorMessage(org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest) Time elapsed: 0.466 s Running org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.589 s - in org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest astExecRespectsCancel(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 1.427 s setupPlayerRespectsTimeoutArgument(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.506 s terminateOnShutdownTimeout(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 1.016 s simpleValidCommand(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.003 s setupPlayerRespectsCancel(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.303 s extractScriptFromEclContext(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.06 s connectHangs(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 1.203 s Running org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 s - in org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest propagateInternalFailures(org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest) Time elapsed: 0.303 s debug(org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest) Time elapsed: 0.107 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 364 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 493 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 390 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 118 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 385 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 257 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 300 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 438 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/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.jar (1.4 MB at 17 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 310 kB/s) [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 2.9 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 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar (42 kB at 273 kB/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 4.8 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testrail --- [INFO] The project's OSGi version is 2.5.5.202406011405 [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.202406011405 [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 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/64/commons-parent-64.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/64/commons-parent-64.pom (78 kB at 1.0 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.2 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 188 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 31 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.202406011405 [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.202406011405 [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 59 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 73 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 335 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 69 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 71 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 64 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 44 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 36 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 2.8 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 168 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 29 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 16 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 29 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 10 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 63 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 41 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 66 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 35 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 39 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 25 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 55 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 145 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 661 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 463 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 10 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 80 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 97 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 103 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 38 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-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 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 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/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 68 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 582 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.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar (155 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar (44 kB at 278 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.202406011405 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Resolving class path of org.eclipse.rcptt.reporting.html.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.reporting.html.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/org.eclipse.rcptt.reporting.html.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.reporting.html.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/org.eclipse.rcptt.reporting.html.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/org.eclipse.rcptt.reporting.html.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.reporting.html.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/surefire.properties] Running org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 s - in org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest testElapsed(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.481 s testNoPlaceholders(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.001 s testStyle(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.002 s testStylingOfDifferentResults(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.015 s testNoRoot(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.004 s testScript(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest testElapsed(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.003 s testNoPlaceholders(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0 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.001 s testStylingOfDifferentResults(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.002 s testNoRoot(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.062 s testScript(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest failedTestHeaderShouldBeRed(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.001 s passedTestHeaderShouldBeGreen(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.001 s screenShots(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.002 s testWaitInfo(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.085 s testEmptyLogsAreNotShown(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.001 s failedChildShouldBeRed(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0 s passedChildOfFailedNodeShouldBeBlack(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0 s Running org.eclipse.rcptt.reporting.html.tests.ReportEntryTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.242 s - in org.eclipse.rcptt.reporting.html.tests.ReportEntryTest test(org.eclipse.rcptt.reporting.html.tests.ReportEntryTest) Time elapsed: 1.241 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.202406011405 [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.202406011405 [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.202406011405 [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 207 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 2.8 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testrail.ui --- [INFO] The project's OSGi version is 2.5.5.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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: 3.633 s - in org.eclipse.rcptt.launching.ext.tests.ExecutableTest testPrepareExecution(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 1.506 s testTime(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 1.003 s testFailOnNpe(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 0 s testGroupExecutable(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 1.103 s Running org.eclipse.rcptt.launching.ext.tests.BundleStartTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.rcptt.launching.ext.tests.BundleStartTest testPositive(org.eclipse.rcptt.launching.ext.tests.BundleStartTest) Time elapsed: 0.001 s testQS2313(org.eclipse.rcptt.launching.ext.tests.BundleStartTest) Time elapsed: 0 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.launching.configuration >----- [INFO] Building org.eclipse.rcptt.launching.configuration 2.5.5-SNAPSHOT [61/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.configuration --- [INFO] The project's OSGi version is 2.5.5.202406011405 [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 162 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 66 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 541 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 130 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 1.8 MB/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 909 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 1.1 MB/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 675 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 22 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 284 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/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/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.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/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.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 31 MB/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 926 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/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.jar (130 kB at 2.5 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/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.jar (30 kB at 524 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.jar (652 kB at 11 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 893 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar (23 kB at 280 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 30 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.202406011405 [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.202406011405 [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.202406011405 [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-runtime5248610594862471064.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.202406011405 [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-runtime10031106550275158891.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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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-runtime9494822017822865664.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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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-runtime2169078567480721071.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.202406011405 [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-runtime10672043840733583854.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.umd.edu/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://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/features/ (20.88kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://mirrors.xmission.com/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://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (46.57kB) [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://eclipse.mirror.rafal.ca/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.202406101407 [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://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (1.06MB) [INFO] Fetching bcutil_1.77.0.jar from https://mirror.clarkson.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://eclipse.mirror.rafal.ca/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://eclipse.mirror.rafal.ca/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.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (636.64kB) [INFO] Fetching org.eclipse.jgit_6.9.0.202403050737-r.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (3.04MB) [INFO] Fetching org.eclipse.jgit.gpg.bc_6.9.0.202403050737-r.jar from https://mirror.clarkson.edu/eclipse/releases/2024-03/202403131000/plugins/ (66.46kB) [INFO] Fetching org.eclipse.jgit.http.apache_6.9.0.202403050737-r.jar from https://mirrors.xmission.com/eclipse/releases/2024-03/202403131000/plugins/ (27.54kB) [INFO] Fetching org.eclipse.egit.ui_6.9.0.202403050737-r.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (3.91MB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.egit.ui,6.9.0.202403050737-r failed: [WARNING] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.egit.ui,6.9.0.202403050737-r 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.egit.ui_6.9.0.202403050737-r.jar. [INFO] Fetching org.eclipse.egit_6.9.0.202403050737-r.jar from https://mirror.clarkson.edu/eclipse/releases/2024-03/202403131000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.egit.doc_6.9.0.202403050737-r.jar from https://mirrors.xmission.com/eclipse/releases/2024-03/202403131000/plugins/ (5.09MB) [INFO] Fetching org.eclipse.egit_6.9.0.202403050737-r.jar from https://eclipse.mirror.rafal.ca/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://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (28.5kB) [INFO] Fetching org.eclipse.jgit_6.9.0.202403050737-r.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/features/ (16.18kB) [INFO] Fetching org.eclipse.jgit.gpg.bc_6.9.0.202403050737-r.jar from https://mirrors.xmission.com/eclipse/releases/2024-03/202403131000/features/ (16.2kB) [INFO] Fetching org.eclipse.jgit.http.apache_6.9.0.202403050737-r.jar from https://mirrors.xmission.com/eclipse/releases/2024-03/202403131000/features/ (16.21kB) [INFO] Fetching org.eclipse.jgit.ssh.apache.agent_6.9.0.202403050737-r.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (40.12kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_6.9.0.202403050737-r.jar from https://eclipse.mirror.rafal.ca/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://eclipse.mirror.rafal.ca/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.202406101407 [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.202406101407. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.702.v20231114-1017. Operation completed in 17080 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.202406101407. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.702.v20231114-1017. Operation completed in 14440 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.202406101407. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.702.v20231114-1017. Operation completed in 13433 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.202406101407. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.702.v20231114-1017. Operation completed in 13266 ms. [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2:sign (default) @ full --- [INFO] [Mon Jun 10 14:35:29 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] [Mon Jun 10 14:35:44 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] [Mon Jun 10 14:36:13 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.422 s] [INFO] org.eclipse.rcptt.updates .......................... SUCCESS [ 5.816 s] [INFO] rcptt-module-nebula ................................ SUCCESS [ 0.023 s] [INFO] org.eclipse.rcptt.tesla.nebula ..................... SUCCESS [ 13.137 s] [INFO] org.eclipse.rcptt.tesla.nebula.ecl ................. SUCCESS [ 7.828 s] [INFO] org.eclipse.rcptt.tesla.nebula.impl ................ SUCCESS [ 10.699 s] [INFO] org.eclipse.rcptt.tesla.nebula.ecl.impl ............ SUCCESS [ 7.672 s] [INFO] org.eclipse.rcptt.tesla.recording.nebula ........... SUCCESS [ 7.932 s] [INFO] org.eclipse.rcptt.tesla.recording.nebula.ecl ....... SUCCESS [ 7.423 s] [INFO] org.eclipse.rcptt.module.nebula.runtime ............ SUCCESS [ 8.308 s] [INFO] org.eclipse.rcptt.module.nebula-runtime-site ....... SUCCESS [ 3.177 s] [INFO] org.eclipse.rcptt.module.nebula.updates ............ SUCCESS [ 10.216 s] [INFO] org.eclipse.rcptt.module.nebula .................... SUCCESS [ 7.894 s] [INFO] org.eclipse.rcptt.module.nebula-site ............... SUCCESS [ 3.100 s] [INFO] rcptt.launching .................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.reporting.util ................... SUCCESS [ 10.850 s] [INFO] org.eclipse.rcptt.launching ........................ SUCCESS [ 13.204 s] [INFO] org.eclipse.rcptt.launching.common ................. SUCCESS [ 7.775 s] [INFO] org.eclipse.rcptt.launching.injection .............. SUCCESS [ 5.793 s] [INFO] org.eclipse.rcptt.launching.p2utils ................ SUCCESS [ 7.773 s] [INFO] org.eclipse.rcptt.launching.ext .................... SUCCESS [ 7.364 s] [INFO] org.eclipse.rcptt.launching.remote ................. SUCCESS [ 7.569 s] [INFO] org.eclipse.rcptt.launching.multiaut ............... SUCCESS [ 5.152 s] [INFO] org.eclipse.rcptt.reporting.html ................... SUCCESS [ 10.364 s] [INFO] org.eclipse.rcptt.launching ........................ SUCCESS [ 5.118 s] [INFO] launching.tests .................................... SUCCESS [ 3.636 s] [INFO] org.eclipse.rcptt.launching.ext.tests .............. SUCCESS [ 13.570 s] [INFO] org.eclipse.rcptt.launching.tests .................. SUCCESS [ 18.421 s] [INFO] org.eclipse.rcptt.reporting.html.tests ............. SUCCESS [ 13.579 s] [INFO] rcptt-module-testrail .............................. SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.testrail.ecl ..................... SUCCESS [ 8.981 s] [INFO] org.eclipse.rcptt.testrail ......................... SUCCESS [ 7.049 s] [INFO] rcptt.rcp .......................................... SUCCESS [ 0.027 s] [INFO] org.eclipse.rcptt.ui ............................... SUCCESS [ 17.435 s] [INFO] org.eclipse.rcptt.testrail.ui ...................... SUCCESS [ 7.858 s] [INFO] org.eclipse.rcptt.testrail.ecl.impl ................ SUCCESS [ 7.685 s] [INFO] org.eclipse.rcptt.module.testrail.runtime .......... SUCCESS [ 3.281 s] [INFO] org.eclipse.rcptt.module.testrail-runtime-site ..... SUCCESS [ 3.314 s] [INFO] org.eclipse.rcptt.module.testrail.updates .......... SUCCESS [ 10.234 s] [INFO] org.eclipse.rcptt.module.testrail .................. SUCCESS [ 5.836 s] [INFO] org.eclipse.rcptt.module.testrail-site ............. SUCCESS [ 3.254 s] [INFO] rcptt-module-zephyr ................................ SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.zephyr ........................... SUCCESS [ 8.341 s] [INFO] org.eclipse.rcptt.zephyr.ui ........................ SUCCESS [ 5.096 s] [INFO] org.eclipse.rcptt.module.zephyr .................... SUCCESS [ 8.001 s] [INFO] org.eclipse.rcptt.module.zephyr-site ............... SUCCESS [ 3.189 s] [INFO] org.eclipse.rcptt .................................. SUCCESS [ 7.630 s] [INFO] org.eclipse.rcptt.dev.ui ........................... SUCCESS [ 7.793 s] [INFO] q7.rcp.contexts .................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.ctx.capability.ui ................ SUCCESS [ 7.668 s] [INFO] org.eclipse.rcptt.ctx.debug.ui ..................... SUCCESS [ 5.191 s] [INFO] org.eclipse.rcptt.ctx.filesystem.ui ................ SUCCESS [ 7.746 s] [INFO] org.eclipse.rcptt.ctx.group.ui ..................... SUCCESS [ 5.201 s] [INFO] org.eclipse.rcptt.ctx.parameters.ui ................ SUCCESS [ 8.040 s] [INFO] org.eclipse.rcptt.ctx.preferences.ui ............... SUCCESS [ 7.831 s] [INFO] org.eclipse.rcptt.resources.ui ..................... SUCCESS [ 8.086 s] [INFO] org.eclipse.rcptt.ctx.resources.ui ................. SUCCESS [ 6.909 s] [INFO] org.eclipse.rcptt.ctx.script.ui .................... SUCCESS [ 8.283 s] [INFO] org.eclipse.rcptt.ctx.super.ui ..................... SUCCESS [ 7.573 s] [INFO] org.eclipse.rcptt.ctx.workbench.ui ................. SUCCESS [ 7.771 s] [INFO] org.eclipse.rcptt.expandbar.ide .................... SUCCESS [ 7.917 s] [INFO] org.eclipse.rcptt.launching.configuration .......... SUCCESS [ 6.323 s] [INFO] org.eclipse.rcptt.launching.ext.ui ................. SUCCESS [ 5.571 s] [INFO] org.eclipse.rcptt.launching.multiaut.ui ............ SUCCESS [ 7.549 s] [INFO] org.eclipse.rcptt.launching.remote.ui .............. SUCCESS [ 5.004 s] [INFO] org.eclipse.rcptt.platform ......................... SUCCESS [ 7.936 s] [INFO] org.eclipse.rcptt.search ........................... SUCCESS [ 5.357 s] [INFO] org.eclipse.rcptt.ui.activities .................... SUCCESS [ 10.505 s] [INFO] org.eclipse.rcptt.ui.report ........................ SUCCESS [ 7.757 s] [INFO] rcptt.testing ...................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.testing.ecl ...................... SUCCESS [ 7.614 s] [INFO] q7.rcp.verifications ............................... SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.verifications.time.ui ............ SUCCESS [ 7.606 s] [INFO] org.eclipse.rcptt.verifications.text.ui ............ SUCCESS [ 10.457 s] [INFO] org.eclipse.rcptt.verifications.tree.ui ............ SUCCESS [ 8.039 s] [INFO] org.eclipse.rcptt.verifications.log.ui ............. SUCCESS [ 8.587 s] [INFO] org.eclipse.rcptt.verifications.resources.ui ....... SUCCESS [ 7.761 s] [INFO] org.eclipse.rcptt.platform ......................... SUCCESS [ 9.509 s] [INFO] org.eclipse.rcptt.help ............................. SUCCESS [ 7.967 s] [INFO] org.eclipse.rcptt.testing .......................... SUCCESS [ 7.807 s] [INFO] org.eclipse.rcptt.testing.repository ............... SUCCESS [ 3.937 s] [INFO] full 2.5.5-SNAPSHOT ................................ SUCCESS [03:36 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15:07 min [INFO] Finished at: 2024-06-10T14:37:12Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/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] 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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.3.0.201706220835,2.3.0.201706220835].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Building zip: /home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/target/org.eclipse.rcptt.runtime-updatesite.rap-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime-updatesite.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.runtime-updatesite.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] rap 2.5.5-SNAPSHOT ................................. SUCCESS [ 0.531 s] [INFO] rcptt.module.rap ................................... SUCCESS [ 0.004 s] [INFO] bundles ............................................ SUCCESS [ 0.004 s] [INFO] core ............................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.tesla.ecl.rap .................... SUCCESS [ 8.618 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap ..... SUCCESS [ 5.245 s] [INFO] runtime ............................................ SUCCESS [ 0.004 s] [INFO] rcptt.runtime.contexts ............................. SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.ctx.preferences.aspects.rap ...... SUCCESS [ 10.724 s] [INFO] tesla .............................................. SUCCESS [ 0.055 s] [INFO] org.eclipse.rcptt.tesla.swt.fragment.rap ........... SUCCESS [ 5.225 s] [INFO] org.eclipse.rcptt.tesla.core.am.rap ................ SUCCESS [ 5.193 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects.rap ............ SUCCESS [ 8.011 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects.rap .......... SUCCESS [ 5.315 s] [INFO] org.eclipse.rcptt.tesla.jobs.aspects.rap ........... SUCCESS [ 7.615 s] [INFO] org.eclipse.rcptt.util.swt.rap ..................... SUCCESS [ 6.322 s] [INFO] rcptt.runtime.watson ............................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.watson.aspects.jobs.rap .......... SUCCESS [ 5.276 s] [INFO] org.eclipse.rcptt.watson.aspects.swt.rap ........... SUCCESS [ 6.126 s] [INFO] org.eclipse.rcptt.tesla.swt.rap .................... SUCCESS [ 8.915 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms.rap SUCCESS [ 7.881 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.rap SUCCESS [ 5.020 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt.rap .. SUCCESS [ 8.182 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.rap SUCCESS [ 5.385 s] [INFO] org.eclipse.rcptt.tesla.recording.swt.rap .......... SUCCESS [ 7.919 s] [INFO] ecl-tesla .......................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.tesla.ecl.impl.rap ............... SUCCESS [ 8.169 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects.rap ......... SUCCESS [ 7.764 s] [INFO] org.eclipse.rcptt.runtime.ui.rap ................... SUCCESS [ 7.669 s] [INFO] org.eclipse.rcptt.ctx.preferences.impl.rap ......... SUCCESS [ 5.227 s] [INFO] org.eclipse.rcptt.ctx.resources.impl.rap ........... SUCCESS [ 5.289 s] [INFO] org.eclipse.rcptt.ctx.script.impl.rap .............. SUCCESS [ 3.807 s] [INFO] org.eclipse.rcptt.ctx.workbench.impl.rap ........... SUCCESS [ 5.020 s] [INFO] org.eclipse.rcptt.ctx.workbench.aspect.rap ......... SUCCESS [ 7.522 s] [INFO] org.eclipse.rcptt.ctx.parameters.impl.rap .......... SUCCESS [ 7.718 s] [INFO] org.eclipse.rcptt.ctx.filesystem.impl.rap .......... SUCCESS [ 5.576 s] [INFO] org.eclipse.rcptt.ctx.debug.impl.rap ............... SUCCESS [ 5.207 s] [INFO] org.eclipse.rcptt.core.ecl.debug.rap ............... SUCCESS [ 7.556 s] [INFO] org.eclipse.rcptt.forms.impl.rap ................... SUCCESS [ 4.936 s] [INFO] org.eclipse.rcptt.rap.aspects ...................... SUCCESS [ 5.346 s] [INFO] org.eclipse.rcptt.tesla.canvas.rap ................. SUCCESS [ 7.844 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects.rap SUCCESS [ 5.980 s] [INFO] org.eclipse.rcptt.tesla.jface.fragment.rap ......... SUCCESS [ 6.224 s] [INFO] org.eclipse.rcptt.tesla.recording.canvas.rap ....... SUCCESS [ 5.736 s] [INFO] org.eclipse.rcptt.tesla.swt.e3x.rap ................ SUCCESS [ 7.867 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.rap ................. SUCCESS [ 5.028 s] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.rap ...... SUCCESS [ 7.762 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap SUCCESS [ 7.780 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.rap ...... SUCCESS [ 5.212 s] [INFO] org.eclipse.rcptt.tesla.variables.rap .............. SUCCESS [ 5.266 s] [INFO] rcptt.runtime.verifications ........................ SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.verifications.tree.impl.rap ...... SUCCESS [ 5.612 s] [INFO] org.eclipse.rcptt.verifications.time.impl.rap ...... SUCCESS [ 5.088 s] [INFO] org.eclipse.rcptt.verifications.log.impl.rap ....... SUCCESS [ 5.152 s] [INFO] org.eclipse.rcptt.verifications.text.impl.rap ...... SUCCESS [ 7.648 s] [INFO] ecl ................................................ SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap .............. SUCCESS [ 5.141 s] [INFO] features ........................................... SUCCESS [ 0.067 s] [INFO] org.eclipse.rcptt.runtime.rap ...................... SUCCESS [ 10.270 s] [INFO] repositories ....................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.runtime-updatesite.rap 2.5.5-SNAPSHOT SUCCESS [ 5.379 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:52 min [INFO] Finished at: 2024-06-10T14:43:08Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/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/ (6.5MB of 11.27MB at 6.48MB/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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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.202406101443 [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.202406011405 [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.202406101443 [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.202406101443 [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.202406011405 [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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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 202406011405.Default 1.0.0.7p8e85cLWipr8cpS0sp5k6dJQ 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.202406101443 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/repository/rap/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ rap --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ rap --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ rap --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ rap --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/rap/target/rap-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rap --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rap --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] rap 2.5.5-SNAPSHOT ................................. SUCCESS [ 0.546 s] [INFO] rcptt.module.rap ................................... SUCCESS [ 0.004 s] [INFO] bundles ............................................ SUCCESS [ 0.005 s] [INFO] core ............................................... SUCCESS [ 0.064 s] [INFO] org.eclipse.rcptt.tesla.ecl.rap .................... SUCCESS [ 8.213 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap ..... SUCCESS [ 3.725 s] [INFO] ecl ................................................ SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap .............. SUCCESS [ 4.814 s] [INFO] launching .......................................... SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.launching.rap .................... SUCCESS [ 5.517 s] [INFO] org.eclipse.rcptt.launching.rap.ui ................. SUCCESS [ 5.434 s] [INFO] runtime ............................................ SUCCESS [ 0.003 s] [INFO] updates ............................................ SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.updates.runtime.rap .............. SUCCESS [ 5.946 s] [INFO] features ........................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.runtime.rap ...................... SUCCESS [ 5.510 s] [INFO] org.eclipse.rcptt.launching.rap.feature ............ SUCCESS [ 5.584 s] [INFO] org.eclipse.rcptt.rap.ui.feature ................... SUCCESS [ 4.066 s] [INFO] repositories ....................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.runtime-updatesite.rap ........... SUCCESS [ 5.793 s] [INFO] rap 2.5.5-SNAPSHOT ................................. SUCCESS [ 7.342 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:41 min [INFO] Finished at: 2024-06-10T14:44:53Z [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/ [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://eclipse.c3sl.ufpr.br/releases/2024-03/202403131000/plugins/ (317.8kB) [INFO] The project's OSGi version is 2.5.5.202406101443 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ rcptt.repository --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ rcptt.repository --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ rcptt.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/repository/rcptt/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ rcptt.repository --- [WARNING] No system packages found in profile nor toolchain for JavaSE-11, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-11 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [WARNING] No system packages found in profile nor toolchain for JavaSE-18, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-18 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ rcptt.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ rcptt.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ rcptt.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ rcptt.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ rcptt.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/rcptt/target/rcptt.repository-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.repository --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.repository --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] rcptt.repository.parent 2.5.5-SNAPSHOT ............. SUCCESS [ 0.529 s] [INFO] rcptt.repository 2.5.5-SNAPSHOT .................... SUCCESS [ 23.905 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 45.693 s [INFO] Finished at: 2024-06-10T14:45:41Z [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 32 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 308 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 515 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/ [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 https://mirrors.xmission.com/eclipse/releases/2024-03/202403131000/plugins/ (28.62kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.headless:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.integration:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner:rcptt.runner:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/product/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] runner [pom] [INFO] runner [pom] [INFO] org.eclipse.rcptt.runner [eclipse-plugin] [INFO] runner.features [pom] [INFO] org.eclipse.rcptt.runner.integration [eclipse-feature] [INFO] org.eclipse.rcptt.runner.headless [eclipse-feature] [INFO] rcptt.runner [eclipse-application] [INFO] [INFO] ----------------------< org.eclipse.rcptt:runner >---------------------- [INFO] Building runner 2.5.5-SNAPSHOT [1/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ runner --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ runner --- [INFO] [INFO] ------------------< org.eclipse.rcptt.runner:runner >------------------- [INFO] Building runner 2.5.5-SNAPSHOT [2/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ runner --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ runner --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ runner --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.9 MB/s) [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/runner removed. [INFO] [INFO] ---------< org.eclipse.rcptt.runner:org.eclipse.rcptt.runner >---------- [INFO] Building org.eclipse.rcptt.runner 2.5.5-SNAPSHOT [3/7] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom (2.8 kB at 135 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 252 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 306 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 240 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 169 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 594 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 155 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 108 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 54 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 73 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 611 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 160 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 190 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 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom (18 kB at 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 311 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 654 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 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.18.Final/infinispan-build-configuration-parent-11.0.18.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.18.Final/infinispan-build-configuration-parent-11.0.18.Final.pom (16 kB at 971 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.6/asm-bom-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.6/asm-bom-9.6.pom (3.2 kB at 202 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 499 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 122 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 361 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 170 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/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/9.6/asm-9.6.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/ow2/asm/asm-commons/9.6/asm-commons-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 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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 3.1 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/eclipse/jetty/jetty-slf4j-impl/12.0.6/jetty-slf4j-impl-12.0.6.jar (29 kB at 473 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/ow2/asm/asm-util/9.6/asm-util-9.6.jar (91 kB at 1.3 MB/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 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 877 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 353 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 224 kB/s) [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 2.2 MB/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.202406011405 [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.202406011405 [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 https://mirror.umd.edu/eclipse/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.202406011405 [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.202406011405 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.runner.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.runner.headless --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runner.headless --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.runner.headless --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ org.eclipse.rcptt.runner.headless --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.headless removed. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] runner 2.5.5-SNAPSHOT .............................. SUCCESS [ 0.494 s] [INFO] runner ............................................. SUCCESS [ 0.409 s] [INFO] org.eclipse.rcptt.runner ........................... SUCCESS [ 11.123 s] [INFO] runner.features .................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.runner.integration ............... SUCCESS [ 4.317 s] [INFO] org.eclipse.rcptt.runner.headless .................. SUCCESS [ 4.904 s] [INFO] rcptt.runner 2.5.5-SNAPSHOT ........................ SUCCESS [ 9.096 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 52.334 s [INFO] Finished at: 2024-06-10T14:46: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 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 8.5 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 326 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 368 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 120 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 196 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 674 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 83 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 174 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 274 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 3.0 MB/s) [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-modules --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-modules removed. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-modules --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-modules removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rcptt-maven-modules --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 57 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 29 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 184 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-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-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-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-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/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-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 321 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-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 509 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 502 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-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 184 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 128 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 1.2 MB/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 60 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 420 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 103 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 1.3 MB/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 505 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 345 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 584 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.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 110 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 265 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 1.2 MB/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 154 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 567 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 230 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 246 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 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom (8.5 kB at 341 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 459 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 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.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 383 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 1.5 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 50 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 201 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 27 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 90 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 111 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 92 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 190 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 528 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 54 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 257 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 85 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 273 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 396 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 93 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 65 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 513 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 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom (2.2 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom (3.5 kB at 128 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 108 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 488 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 373 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 225 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 37 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/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar (45 kB at 1.4 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-model/3.5.4/maven-model-3.5.4.jar (165 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar (630 kB at 5.5 MB/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 369 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-builder-support/3.5.4/maven-builder-support-3.5.4.jar (15 kB at 115 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.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.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar (48 kB at 340 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar (27 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar (55 kB at 361 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar (67 kB at 325 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-api/1.1.1/maven-resolver-api-1.1.1.jar (146 kB at 693 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/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar (159 kB at 706 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/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar (36 kB at 155 kB/s) [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 889 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] 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/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar (185 kB at 779 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar (177 kB at 749 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 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar (521 kB at 1.6 MB/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 5.1 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 187 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 36 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 129 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/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/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.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/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 592 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 247 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 269 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] 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 519 kB/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-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 819 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 655 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-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 218 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 784 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 3.3 MB/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 814 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 101 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 160 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 110 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 400 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 45 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 36 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-java/1.1.1/plexus-java-1.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] 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 12 MB/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 356 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar (23 kB at 617 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 1.4 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 60 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 540 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 670 kB/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 132 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 80 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 138 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 90 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 462 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 70 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 29 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 721 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 33 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 89 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 33 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 66 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 87 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 50 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 40 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 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.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 26 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 67 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 57 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 20 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 189 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 49 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 1.4 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 539 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 128 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 228 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.2 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-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/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.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/commons/commons-lang3/3.1/commons-lang3-3.1.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 4.9 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.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 12 MB/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/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 430 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.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 846 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/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 597 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.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 702 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/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 3.3 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/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 3.6 MB/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/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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 636 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 319 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 910 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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 175 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] 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 290 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] 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 101 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 181 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.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.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-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 69 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 245 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 92 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 64 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 216 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 62 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 74 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 48 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 46 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-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 8.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 2.3 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 5.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 1.6 MB/s) [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 291 kB/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 89 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 401 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 857 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 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-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 49 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 101 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 86 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 111 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 57 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 90 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 355 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 41 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 97 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 49 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 44 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 102 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 401 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 38 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 62 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/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] 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] 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.1 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-commons/7.0/asm-commons-7.0.jar (80 kB at 868 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 514 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar [INFO] 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 464 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] 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 216 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.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 287 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/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (250 kB at 2.0 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-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar (14 kB at 106 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 92 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-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar (43 kB at 218 kB/s) [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 374 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (165 kB at 829 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar [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] 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.5 MB/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/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 759 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/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 212 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/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 1.9 MB/s) [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 250 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 938 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 617 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) [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 [ 2.516 s] [INFO] Utilities for RCPTT-related maven plugins .......... SUCCESS [ 10.080 s] [INFO] RCPTT runner maven plugin 2.5.5-SNAPSHOT ........... SUCCESS [ 6.931 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19.902 s [INFO] Finished at: 2024-06-10T14:47:00Z [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=202406101407 + echo 2.5.5 [Pipeline] stage [Pipeline] { (Archive) [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] fingerprint Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (RCPTT Test) [Pipeline] container [Pipeline] { [Pipeline] sh + readlink -f /home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip + mvn clean verify -B -f rcpttTests/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -e -Dci-maven-version=2.0.0-SNAPSHOT -DexplicitRunner=/home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip -DrcpttPath=/home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product-linux.gtk.x86_64.zip [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/maven-metadata.xml (791 B at 1.6 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml (617 B at 3.6 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 15 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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (812 B at 3.5 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 177 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 133 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 710 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 605 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 62 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 415 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 90 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 279 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 1.0 MB/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 284 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 539 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml (901 B at 6.7 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 228 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 1.2 MB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom (8.9 kB at 201 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar (39 kB at 523 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 126 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.2 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 34 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 201 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 9.1 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 24 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 139 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 103 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 63 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 197 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 114 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 320 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 99 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 44 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 73 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 64 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 41 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 32 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 49 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 152 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 470 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 500 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 101 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 7.1 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 36 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 73 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 19 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 46 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 38 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 155 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 312 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 1.1 MB/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 88 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 99 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 607 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 14 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 470 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 52 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 29 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 15 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 77 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 27 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 133 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 213 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 7.7 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 10 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 103 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 30 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 2.6 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 47 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 27 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 39 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 98 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 37 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 424 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 32 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 48 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 21 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 32 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 31 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 19 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 18 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 44 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 71 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 66 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 100 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 59 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 50 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 34 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 7.5 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 64 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 55 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.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/commons-io/commons-io/1.4/commons-io-1.4.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/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/commons-io/commons-io/1.4/commons-io-1.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/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-archiver/2.3/plexus-archiver-2.3.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 734 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 964 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-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 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 538 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] 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 444 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/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 431 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 729 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.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/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 kB at 74 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-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 199 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/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 775 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 127 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/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 246 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/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 244 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/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 254 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 242 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (232 kB at 1.1 MB/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-archiver/2.3/plexus-archiver-2.3.jar (186 kB at 875 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 279 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 130 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 111 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 230 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' '9241' '-skipTags' 'skipExecution;skipLinux' [INFO] The execution timeout is set to 28800 seconds [INFO] !SESSION 2024-06-10 14:53:15.142 ----------------------------------------------- [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 9241 -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 9241 -skipTags skipExecution;skipLinux [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2024-06-10 14:53:18.263 [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 Mon Jun 10 14:53:18 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-06-10 14:53:26.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: 1718031199564.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-06-10 14:53:26.151 [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-06-10 14:53:26.152 [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-06-10 14:53:26.442 [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-06-10 14:53:26.446 [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-06-10 14:53:26.741 [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-06-10 14:53:26.743 [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-06-10 14:53:26.868 [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-06-10 14:53:26.869 [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-06-10 14:53:31.065 [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-06-10 14:53:31.071 [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-06-10 14:53:31.455 [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-06-10 14:53:31.475 [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-06-10 14:53:31.482 [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-06-10 14:53:31.483 [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-06-10 14:53:31.551 [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-06-10 14:53:31.551 [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-06-10 14:53:31.641 [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-06-10 14:53:31.649 [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-06-10 14:53:31.747 [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-06-10 14:53:31.747 [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-06-10 14:53:31.747 [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-06-10 14:53:31.756 [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-06-10 14:53:31.757 [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-06-10 14:53:31.757 [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-06-10 14:53:31.842 [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-06-10 14:53:31.844 [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-06-10 14:53:31.852 [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-06-10 14:53:31.853 [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-06-10 14:53:31.939 [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-06-10 14:53:31.943 [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-06-10 14:53:31.951 [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-06-10 14:53:32.039 [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-06-10 14:53:32.039 [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-06-10 14:53:32.045 [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-06-10 14:53:32.048 [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-06-10 14:53:32.054 [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-06-10 14:53:32.054 [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-06-10 14:53:32.057 [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-06-10 14:53:32.145 [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-06-10 14:53:32.239 [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-06-10 14:53:32.239 [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-06-10 14:53:32.239 [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-06-10 14:53:32.250 [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-06-10 14:53:32.251 [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-06-10 14:53:32.259 [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-06-10 14:53:32.342 [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-06-10 14:53:32.342 [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-06-10 14:53:32.345 [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-06-10 14:53:32.350 [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-06-10 14:53:32.350 [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-06-10 14:53:32.440 [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-06-10 14:53:32.443 [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-06-10 14:53:32.451 [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-06-10 14:53:32.451 [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-06-10 14:53:32.451 [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-06-10 14:53:32.458 [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-06-10 14:53:32.542 [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-06-10 14:53:32.545 [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-06-10 14:53:32.545 [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-06-10 14:53:32.550 [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-06-10 14:53:32.552 [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-06-10 14:53:32.639 [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-06-10 14:53:32.644 [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-06-10 14:53:32.946 [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-06-10 14:53:32.952 [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-06-10 14:53:33.051 [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-06-10 14:53:33.055 [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-06-10 14:53:33.069 [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-06-10 14:53:33.140 [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-06-10 14:53:33.142 [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-06-10 14:53:33.143 [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-06-10 14:53:33.143 [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-06-10 14:53:33.143 [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-06-10 14:53:33.252 [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-06-10 14:53:35.368 [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-06-10 14:53:35.369 [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-06-10 14:53:35.463 [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-06-10 14:53:35.467 [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-06-10 14:53:35.543 [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-06-10 14:53:35.547 [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-06-10 14:53:35.551 [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.tesla.gmf [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing file:/home/jenkins/agent/workspace/master/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [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.tesla.recording.core [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing file:/home/jenkins/agent/workspace/master/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.emf.edit [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.ecl.dispatch [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [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 org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.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.verifications.tree [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Installing org.antlr.runtime [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.runtime.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.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing 202406011405.Default [INFO] progress: Installing org.eclipse.emf.importer.java [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.codegen.feature.jar [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.emf.common.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [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.core.feature.group [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.tesla.gef.aspects [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [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.ctx.preferences [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.emf.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [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-06-10 14:53:43.749 [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-06-10 14:53:45.849 [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-06-10 14:53:45.855 [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-06-10 14:53:45.855 [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-06-10 14:54:16.004 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Xms200m, -Xmx2G, --add-modules=ALL-SYSTEM, -XX:+HeapDumpOnOutOfMemoryError, -Xmx3G, -Dq7id=d39139ca-4b77-43b5-950d-d8337508b0e5, -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=d39139ca-4b77-43b5-950d-d8337508b0e5 [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-06-10 14:54:16.067 [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-06-10 14:54:38.046 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:54:38.940 [INFO] !MESSAGE [AUT-0] Starting: 442980_ClassCastExceptions.test (0 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:56:35.577 [INFO] !MESSAGE [AUT-0] Finished: 442980_ClassCastExceptions.test in 114805 (0 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:56:35.580 [INFO] !MESSAGE [AUT-0] Starting: ActivateWorkingSetViaProjectExplorerViewMenu.test (1 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 14:56:35.646 [INFO] !MESSAGE Pass 1 (774) processed. 0 failed. spent: 1:56, 497:30 mins remaining. 442980_ClassCastExceptions. time: 114805ms [INFO] Pass 1 (774) processed. 0 failed. spent: 1:56, 497:30 mins remaining. 442980_ClassCastExceptions. time: 114805ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:57:02.071 [INFO] !MESSAGE [AUT-0] Finished: ActivateWorkingSetViaProjectExplorerViewMenu.test in 24577 (1 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:57:02.074 [INFO] !MESSAGE [AUT-0] Starting: Add Folder In Workspace Context.test (2 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 14:57:02.084 [INFO] !MESSAGE Pass 2 (774) processed. 0 failed. spent: 2:23, 459:23 mins remaining. ActivateWorkingSetViaProjectExplorerViewMenu. time: 24577ms [INFO] Pass 2 (774) processed. 0 failed. spent: 2:23, 459:23 mins remaining. ActivateWorkingSetViaProjectExplorerViewMenu. time: 24577ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:57:18.814 [INFO] !MESSAGE [AUT-0] Finished: Add Folder In Workspace Context.test in 15698 (2 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:57:18.817 [INFO] !MESSAGE [AUT-0] Starting: Add Project To Workspace Context.test (3 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 14:57:18.855 [INFO] !MESSAGE Pass 3 (774) processed. 0 failed. spent: 2:39, 408:06 mins remaining. Add Folder In Workspace Context. time: 15698ms [INFO] Pass 3 (774) processed. 0 failed. spent: 2:39, 408:06 mins remaining. Add Folder In Workspace Context. time: 15698ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:57:31.178 [INFO] !MESSAGE [AUT-0] Finished: Add Project To Workspace Context.test in 11383 (3 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:57:31.181 [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-06-10 14:57:31.272 [INFO] !MESSAGE Pass 4 (774) processed. 0 failed. spent: 2:52, 367:24 mins remaining. Add Project To Workspace Context. time: 11383ms [INFO] Pass 4 (774) processed. 0 failed. spent: 2:52, 367:24 mins remaining. Add Project To Workspace Context. time: 11383ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:57:41.970 [INFO] !MESSAGE [AUT-0] Finished: Add folder_file buttons should be disabled if no project selected.test in 9660 (4 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:57:41.973 [INFO] !MESSAGE [AUT-0] Starting: AddAndRemoveEditorsInWBContext.test (5 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 14:57:41.986 [INFO] !MESSAGE Pass 5 (774) processed. 0 failed. spent: 3:03, 334:37 mins remaining. Add folder/file buttons should be disabled if no project selected. time: 9660ms [INFO] Pass 5 (774) processed. 0 failed. spent: 3:03, 334:37 mins remaining. Add folder/file buttons should be disabled if no project selected. time: 9660ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:58:12.278 [INFO] !MESSAGE [AUT-0] Finished: AddAndRemoveEditorsInWBContext.test in 28960 (5 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:58:12.280 [INFO] !MESSAGE [AUT-0] Starting: AddAndRemoveViewsInWBContext.test (6 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 14:58:12.372 [INFO] !MESSAGE Pass 6 (774) processed. 0 failed. spent: 3:33, 340:21 mins remaining. AddAndRemoveEditorsInWBContext. time: 28960ms [INFO] Pass 6 (774) processed. 0 failed. spent: 3:33, 340:21 mins remaining. AddAndRemoveEditorsInWBContext. time: 28960ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:58:41.693 [INFO] !MESSAGE [AUT-0] Finished: AddAndRemoveViewsInWBContext.test in 28148 (6 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:58:41.695 [INFO] !MESSAGE [AUT-0] Starting: AddContextFromControlPanel.test (7 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 14:58:41.741 [INFO] !MESSAGE Pass 7 (774) processed. 0 failed. spent: 4:02, 343:16 mins remaining. AddAndRemoveViewsInWBContext. time: 28148ms [INFO] Pass 7 (774) processed. 0 failed. spent: 4:02, 343:16 mins remaining. AddAndRemoveViewsInWBContext. time: 28148ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:58:59.591 [INFO] !MESSAGE [AUT-0] Finished: AddContextFromControlPanel.test in 16620 (7 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:58:59.593 [INFO] !MESSAGE [AUT-0] Starting: AddContextToDefaultContext.test (8 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 14:58:59.664 [INFO] !MESSAGE Pass 8 (774) processed. 0 failed. spent: 4:20, 331:30 mins remaining. AddContextFromControlPanel. time: 16620ms [INFO] Pass 8 (774) processed. 0 failed. spent: 4:20, 331:30 mins remaining. AddContextFromControlPanel. time: 16620ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:59:12.922 [INFO] !MESSAGE [AUT-0] Finished: AddContextToDefaultContext.test in 12217 (8 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:59:12.924 [INFO] !MESSAGE [AUT-0] Starting: AddContextToDefaultContextByDragDrop.test (9 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 14:59:12.982 [INFO] !MESSAGE Pass 9 (774) processed. 0 failed. spent: 4:34, 317:10 mins remaining. AddContextToDefaultContext. time: 12217ms [INFO] Pass 9 (774) processed. 0 failed. spent: 4:34, 317:10 mins remaining. AddContextToDefaultContext. time: 12217ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:59:32.247 [INFO] !MESSAGE [AUT-0] Finished: AddContextToDefaultContextByDragDrop.test in 17688 (9 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:59:32.249 [INFO] !MESSAGE [AUT-0] Starting: AddContextToGroupContext.test (10 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 14:59:32.307 [INFO] !MESSAGE Pass 10 (774) processed. 0 failed. spent: 4:53, 310:29 mins remaining. AddContextToDefaultContextByDragDrop. time: 17688ms [INFO] Pass 10 (774) processed. 0 failed. spent: 4:53, 310:29 mins remaining. AddContextToDefaultContextByDragDrop. time: 17688ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:59:46.032 [INFO] !MESSAGE [AUT-0] Finished: AddContextToGroupContext.test in 12571 (10 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:59:46.034 [INFO] !MESSAGE [AUT-0] Starting: AddContextToGroupContextFromAnotherProject.test (11 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 14:59:46.051 [INFO] !MESSAGE Pass 11 (774) processed. 0 failed. spent: 5:07, 299:54 mins remaining. AddContextToGroupContext. time: 12571ms [INFO] Pass 11 (774) processed. 0 failed. spent: 5:07, 299:54 mins remaining. AddContextToGroupContext. time: 12571ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:59:59.790 [INFO] !MESSAGE [AUT-0] Finished: AddContextToGroupContextFromAnotherProject.test in 12806 (11 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 14:59:59.792 [INFO] !MESSAGE [AUT-0] Starting: AddContextToTest.test (12 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 14:59:59.869 [INFO] !MESSAGE Pass 12 (774) processed. 0 failed. spent: 5:21, 290:48 mins remaining. AddContextToGroupContextFromAnotherProject. time: 12806ms [INFO] Pass 12 (774) processed. 0 failed. spent: 5:21, 290:48 mins remaining. AddContextToGroupContextFromAnotherProject. time: 12806ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:00:14.643 [INFO] !MESSAGE [AUT-0] Finished: AddContextToTest.test in 13600 (12 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:00:14.645 [INFO] !MESSAGE [AUT-0] Starting: AddContextToTestByDragDrop.test (13 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:00:14.689 [INFO] !MESSAGE Pass 13 (774) processed. 0 failed. spent: 5:35, 282:53 mins remaining. AddContextToTest. time: 13600ms [INFO] Pass 13 (774) processed. 0 failed. spent: 5:35, 282:53 mins remaining. AddContextToTest. time: 13600ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:00:26.923 [INFO] !MESSAGE [AUT-0] Finished: AddContextToTestByDragDrop.test in 11018 (13 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:00:26.925 [INFO] !MESSAGE [AUT-0] Starting: AddContextToTestByDragDrop_TC2.test (14 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:00:26.949 [INFO] !MESSAGE Pass 14 (774) processed. 0 failed. spent: 5:48, 275:08 mins remaining. AddContextToTestByDragDrop. time: 11018ms [INFO] Pass 14 (774) processed. 0 failed. spent: 5:48, 275:08 mins remaining. AddContextToTestByDragDrop. time: 11018ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:00:43.204 [INFO] !MESSAGE [AUT-0] Finished: AddContextToTestByDragDrop_TC2.test in 15018 (14 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:00:43.206 [INFO] !MESSAGE [AUT-0] Starting: AddDescriptionToDefaultContext.test (15 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:00:43.265 [INFO] !MESSAGE Pass 15 (774) processed. 0 failed. spent: 6:04, 270:30 mins remaining. AddContextToTestByDragDrop_TC2. time: 15018ms [INFO] Pass 15 (774) processed. 0 failed. spent: 6:04, 270:30 mins remaining. AddContextToTestByDragDrop_TC2. time: 15018ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:01:02.014 [INFO] !MESSAGE [AUT-0] Finished: AddDescriptionToDefaultContext.test in 17184 (15 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:01:02.017 [INFO] !MESSAGE [AUT-0] Starting: AddDescriptionToTestSuite.test (16 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:01:02.090 [INFO] !MESSAGE Pass 16 (774) processed. 0 failed. spent: 6:23, 268:27 mins remaining. AddDescriptionToDefaultContext. time: 17184ms [INFO] Pass 16 (774) processed. 0 failed. spent: 6:23, 268:27 mins remaining. AddDescriptionToDefaultContext. time: 17184ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:01:15.801 [INFO] !MESSAGE [AUT-0] Finished: AddDescriptionToTestSuite.test in 12614 (16 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:01:15.803 [INFO] !MESSAGE [AUT-0] Starting: AddDuplicateFolderWithTestsToTestSuite.test (17 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:01:15.809 [INFO] !MESSAGE Pass 17 (774) processed. 0 failed. spent: 6:36, 262:36 mins remaining. AddDescriptionToTestSuite. time: 12614ms [INFO] Pass 17 (774) processed. 0 failed. spent: 6:36, 262:36 mins remaining. AddDescriptionToTestSuite. time: 12614ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:01:28.121 [INFO] !MESSAGE [AUT-0] Finished: AddDuplicateFolderWithTestsToTestSuite.test in 11279 (17 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:01:28.123 [INFO] !MESSAGE [AUT-0] Starting: AddDuplicateTestsToTestSuite.test (18 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:01:28.151 [INFO] !MESSAGE Pass 18 (774) processed. 0 failed. spent: 6:49, 257:19 mins remaining. AddDuplicateTestsFromFolderToTestSuite. time: 11279ms [INFO] Pass 18 (774) processed. 0 failed. spent: 6:49, 257:19 mins remaining. AddDuplicateTestsFromFolderToTestSuite. time: 11279ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:01:37.945 [INFO] !MESSAGE [AUT-0] Finished: AddDuplicateTestsToTestSuite.test in 8765 (18 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:01:37.947 [INFO] !MESSAGE [AUT-0] Starting: AddExistentTagToSingleElement.test (19 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:01:37.964 [INFO] !MESSAGE Pass 19 (774) processed. 0 failed. spent: 6:59, 250:44 mins remaining. AddDuplicateTestsToTestSuite. time: 8765ms [INFO] Pass 19 (774) processed. 0 failed. spent: 6:59, 250:44 mins remaining. AddDuplicateTestsToTestSuite. time: 8765ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:01:51.753 [INFO] !MESSAGE [AUT-0] Finished: AddExistentTagToSingleElement.test in 12618 (19 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:01:51.755 [INFO] !MESSAGE [AUT-0] Starting: AddFilesToFolderContext.test (20 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:01:51.782 [INFO] !MESSAGE Pass 20 (774) processed. 0 failed. spent: 7:12, 246:26 mins remaining. AddExistentTagToSingleElement. time: 12618ms [INFO] Pass 20 (774) processed. 0 failed. spent: 7:12, 246:26 mins remaining. AddExistentTagToSingleElement. time: 12618ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:02:13.165 [INFO] !MESSAGE [AUT-0] Finished: AddFilesToFolderContext.test in 20086 (20 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:02:13.167 [INFO] !MESSAGE [AUT-0] Starting: AddFolderInContext.test (21 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:02:13.211 [INFO] !MESSAGE Pass 21 (774) processed. 0 failed. spent: 7:34, 247:23 mins remaining. AddFilesToFolderContext. time: 20086ms [INFO] Pass 21 (774) processed. 0 failed. spent: 7:34, 247:23 mins remaining. AddFilesToFolderContext. time: 20086ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:02:33.458 [INFO] !MESSAGE [AUT-0] Finished: AddFolderInContext.test in 18758 (21 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:02:33.461 [INFO] !MESSAGE [AUT-0] Starting: AddFolderInTestSuite.test (22 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:02:33.539 [INFO] !MESSAGE Pass 22 (774) processed. 0 failed. spent: 7:54, 247:12 mins remaining. AddFolderInContext. time: 18758ms [INFO] Pass 22 (774) processed. 0 failed. spent: 7:54, 247:12 mins remaining. AddFolderInContext. time: 18758ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:02:56.261 [INFO] !MESSAGE [AUT-0] Finished: AddFolderInTestSuite.test in 21580 (22 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:02:56.263 [INFO] !MESSAGE [AUT-0] Starting: AddFolderToFolderContext.test (23 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:02:56.276 [INFO] !MESSAGE Pass 23 (774) processed. 0 failed. spent: 8:17, 248:30 mins remaining. AddFolderInTestSuite. time: 21580ms [INFO] Pass 23 (774) processed. 0 failed. spent: 8:17, 248:30 mins remaining. AddFolderInTestSuite. time: 21580ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:03:16.013 [INFO] !MESSAGE [AUT-0] Finished: AddFolderToFolderContext.test in 18579 (23 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:03:16.015 [INFO] !MESSAGE [AUT-0] Starting: AddFolderWithTestsToTestSuite.test (24 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:03:16.103 [INFO] !MESSAGE Pass 24 (774) processed. 0 failed. spent: 8:37, 248:13 mins remaining. AddFolderToFolderContext. time: 18579ms [INFO] Pass 24 (774) processed. 0 failed. spent: 8:37, 248:13 mins remaining. AddFolderToFolderContext. time: 18579ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:03:29.802 [INFO] !MESSAGE [AUT-0] Finished: AddFolderWithTestsToTestSuite.test in 12738 (24 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:03:29.803 [INFO] !MESSAGE [AUT-0] Starting: AddNewAUTConfiguration.test (25 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:03:29.846 [INFO] !MESSAGE Pass 25 (774) processed. 0 failed. spent: 8:50, 244:42 mins remaining. AddFolderWithTestsToTestSuite. time: 12738ms [INFO] Pass 25 (774) processed. 0 failed. spent: 8:50, 244:42 mins remaining. AddFolderWithTestsToTestSuite. time: 12738ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:03:44.562 [INFO] !MESSAGE [AUT-0] Finished: AddNewAUTConfiguration.test in 13662 (25 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:03:44.564 [INFO] !MESSAGE [AUT-0] Starting: AddNewTagToProject.test (26 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:03:44.565 [INFO] !MESSAGE Pass 26 (774) processed. 0 failed. spent: 9:05, 242:19 mins remaining. AddNewAUTConfiguration. time: 13662ms [INFO] Pass 26 (774) processed. 0 failed. spent: 9:05, 242:19 mins remaining. AddNewAUTConfiguration. time: 13662ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:04:02.296 [INFO] !MESSAGE [AUT-0] Finished: AddNewTagToProject.test in 16884 (26 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:04:02.298 [INFO] !MESSAGE [AUT-0] Starting: AddNewTagToResourceGroup.test (27 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:04:02.389 [INFO] !MESSAGE Pass 27 (774) processed. 0 failed. spent: 9:23, 241:22 mins remaining. AddNewTagToProject. time: 16884ms [INFO] Pass 27 (774) processed. 0 failed. spent: 9:23, 241:22 mins remaining. AddNewTagToProject. time: 16884ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:04:22.079 [INFO] !MESSAGE [AUT-0] Finished: AddNewTagToResourceGroup.test in 18498 (27 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:04:22.081 [INFO] !MESSAGE [AUT-0] Starting: AddNewTagToSingleElement.test (28 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:04:22.144 [INFO] !MESSAGE Pass 28 (774) processed. 0 failed. spent: 9:43, 241:17 mins remaining. AddNewTagToResourceGroup. time: 18498ms [INFO] Pass 28 (774) processed. 0 failed. spent: 9:43, 241:17 mins remaining. AddNewTagToResourceGroup. time: 18498ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:04:35.365 [INFO] !MESSAGE [AUT-0] Finished: AddNewTagToSingleElement.test in 12180 (28 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:04:35.365 [INFO] !MESSAGE Pass 29 (774) processed. 0 failed. spent: 9:56, 246:40 mins remaining. AddNewTagToSingleElement. time: 12180ms [INFO] Pass 29 (774) processed. 0 failed. spent: 9:56, 246:40 mins remaining. AddNewTagToSingleElement. time: 12180ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:04:35.366 [INFO] !MESSAGE [AUT-0] Starting: AddProjectInContext.test (29 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:05:08.630 [INFO] !MESSAGE [AUT-0] Finished: AddProjectInContext.test in 32211 (29 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:05:08.632 [INFO] !MESSAGE [AUT-0] Starting: AddReferenceAtAddingContextToTest.test (30 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:05:08.663 [INFO] !MESSAGE Pass 30 (774) processed. 0 failed. spent: 10:29, 243:24 mins remaining. AddProjectInContext. time: 32211ms [INFO] Pass 30 (774) processed. 0 failed. spent: 10:29, 243:24 mins remaining. AddProjectInContext. time: 32211ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:05:23.430 [INFO] !MESSAGE [AUT-0] Finished: AddReferenceAtAddingContextToTest.test in 13533 (30 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:05:23.431 [INFO] !MESSAGE [AUT-0] Starting: AddSeveralExistentTagsToFolder.test (31 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:05:23.483 [INFO] !MESSAGE Pass 31 (774) processed. 0 failed. spent: 10:44, 241:20 mins remaining. AddReferenceAtAddingContextToTest. time: 13533ms [INFO] Pass 31 (774) processed. 0 failed. spent: 10:44, 241:20 mins remaining. AddReferenceAtAddingContextToTest. time: 13533ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:05:43.785 [INFO] !MESSAGE [AUT-0] Finished: AddSeveralExistentTagsToFolder.test in 19213 (31 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:05:43.787 [INFO] !MESSAGE [AUT-0] Starting: AddSeveralPreferenceValuesInContext.test (32 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:05:43.811 [INFO] !MESSAGE Pass 32 (774) processed. 0 failed. spent: 11:04, 241:11 mins remaining. AddSeveralExistentTagsToFolder. time: 19213ms [INFO] Pass 32 (774) processed. 0 failed. spent: 11:04, 241:11 mins remaining. AddSeveralExistentTagsToFolder. time: 19213ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:05:55.048 [INFO] !MESSAGE [AUT-0] Finished: AddSeveralPreferenceValuesInContext.test in 10093 (32 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:05:55.050 [INFO] !MESSAGE [AUT-0] Starting: AddSeveralPreferenceValuesInContext.test (33 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:05:55.126 [INFO] !MESSAGE Pass 33 (774) processed. 0 failed. spent: 11:16, 238:12 mins remaining. AddSeveralPreferenceValuesInContext. time: 10093ms [INFO] Pass 33 (774) processed. 0 failed. spent: 11:16, 238:12 mins remaining. AddSeveralPreferenceValuesInContext. time: 10093ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:06:05.811 [INFO] !MESSAGE [AUT-0] Finished: AddSeveralPreferenceValuesInContext.test in 9562 (33 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:06:05.813 [INFO] !MESSAGE [AUT-0] Starting: AddSinglePreferenceValueInContext.test (34 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:06:05.842 [INFO] !MESSAGE Pass 34 (774) processed. 0 failed. spent: 11:26, 234:42 mins remaining. AddSeveralPreferenceValuesInContext. time: 9562ms [INFO] Pass 34 (774) processed. 0 failed. spent: 11:26, 234:42 mins remaining. AddSeveralPreferenceValuesInContext. time: 9562ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:06:20.590 [INFO] !MESSAGE [AUT-0] Finished: AddSinglePreferenceValueInContext.test in 13537 (34 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:06:20.592 [INFO] !MESSAGE [AUT-0] Starting: AddSinglePreferenceValueInContext.test (35 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:06:20.661 [INFO] !MESSAGE Pass 35 (774) processed. 0 failed. spent: 11:41, 233:02 mins remaining. AddSinglePreferenceValueInContext. time: 13537ms [INFO] Pass 35 (774) processed. 0 failed. spent: 11:41, 233:02 mins remaining. AddSinglePreferenceValueInContext. time: 13537ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:06:34.871 [INFO] !MESSAGE [AUT-0] Finished: AddSinglePreferenceValueInContext.test in 13142 (35 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:06:34.873 [INFO] !MESSAGE [AUT-0] Starting: AddSpecificSymbolsToTestSuiteDescription.test (36 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:06:34.881 [INFO] !MESSAGE Pass 36 (774) processed. 0 failed. spent: 11:56, 231:26 mins remaining. AddSinglePreferenceValueInContext. time: 13142ms [INFO] Pass 36 (774) processed. 0 failed. spent: 11:56, 231:26 mins remaining. AddSinglePreferenceValueInContext. time: 13142ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:06:51.175 [INFO] !MESSAGE [AUT-0] Finished: AddSpecificSymbolsToTestSuiteDescription.test in 15256 (36 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:06:51.177 [INFO] !MESSAGE [AUT-0] Starting: AddTagToContextWhenEditorIsOpened.test (37 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:06:51.203 [INFO] !MESSAGE Pass 37 (774) processed. 0 failed. spent: 12:12, 230:14 mins remaining. AddSpecificSymbolsToTestSuiteDescription. time: 15256ms [INFO] Pass 37 (774) processed. 0 failed. spent: 12:12, 230:14 mins remaining. AddSpecificSymbolsToTestSuiteDescription. time: 15256ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:07:05.464 [INFO] !MESSAGE [AUT-0] Finished: AddTagToContextWhenEditorIsOpened.test in 13419 (37 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:07:05.466 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestCaseWhenEditorIsOpened.test (38 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:07:05.555 [INFO] !MESSAGE Pass 38 (774) processed. 0 failed. spent: 12:26, 228:27 mins remaining. AddTagToContextWhenEditorIsOpened. time: 13419ms [INFO] Pass 38 (774) processed. 0 failed. spent: 12:26, 228:27 mins remaining. AddTagToContextWhenEditorIsOpened. time: 13419ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:07:19.722 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestCaseWhenEditorIsOpened.test in 13267 (38 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:07:19.724 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuite.test (39 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:07:19.774 [INFO] !MESSAGE Pass 39 (774) processed. 0 failed. spent: 12:40, 226:45 mins remaining. AddTagToTestCaseWhenEditorIsOpened. time: 13267ms [INFO] Pass 39 (774) processed. 0 failed. spent: 12:40, 226:45 mins remaining. AddTagToTestCaseWhenEditorIsOpened. time: 13267ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:07:31.981 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuite.test in 11362 (39 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:07:31.983 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuiteInSuiteEditor.test (40 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:07:31.991 [INFO] !MESSAGE Pass 40 (774) processed. 0 failed. spent: 12:53, 224:50 mins remaining. AddTagToTestSuite. time: 11362ms [INFO] Pass 40 (774) processed. 0 failed. spent: 12:53, 224:50 mins remaining. AddTagToTestSuite. time: 11362ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:07:49.257 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuiteInSuiteEditor.test in 16227 (40 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:07:49.259 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuiteViaQ7Explorer.test (41 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:07:49.315 [INFO] !MESSAGE Pass 41 (774) processed. 0 failed. spent: 13:10, 224:08 mins remaining. AddTagToTestSuiteInSuiteEditor. time: 16227ms [INFO] Pass 41 (774) processed. 0 failed. spent: 13:10, 224:08 mins remaining. AddTagToTestSuiteInSuiteEditor. time: 16227ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:08:04.546 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuiteViaQ7Explorer.test in 14311 (41 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:08:04.548 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuiteWhenEditorIsOpened.test (42 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:08:04.555 [INFO] !MESSAGE Pass 42 (774) processed. 0 failed. spent: 13:25, 222:53 mins remaining. AddTagToTestSuiteViaQ7Explorer. time: 14311ms [INFO] Pass 42 (774) processed. 0 failed. spent: 13:25, 222:53 mins remaining. AddTagToTestSuiteViaQ7Explorer. time: 14311ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:08:18.334 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuiteWhenEditorIsOpened.test in 12576 (42 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:08:18.340 [INFO] !MESSAGE [AUT-0] Starting: AddTaskToEclContext.test (43 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:08:18.373 [INFO] !MESSAGE Pass 43 (774) processed. 0 failed. spent: 13:39, 221:26 mins remaining. AddTagToTestSuiteWhenEditorIsOpened. time: 12576ms [INFO] Pass 43 (774) processed. 0 failed. spent: 13:39, 221:26 mins remaining. AddTagToTestSuiteWhenEditorIsOpened. time: 12576ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:08:33.122 [INFO] !MESSAGE [AUT-0] Finished: AddTaskToEclContext.test in 13309 (43 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:08:33.124 [INFO] !MESSAGE [AUT-0] Starting: AddTaskToScriptEditor.test (44 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:08:33.192 [INFO] !MESSAGE Pass 44 (774) processed. 0 failed. spent: 13:54, 220:17 mins remaining. AddTaskToEclContext. time: 13309ms [INFO] Pass 44 (774) processed. 0 failed. spent: 13:54, 220:17 mins remaining. AddTaskToEclContext. time: 13309ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:08:46.942 [INFO] !MESSAGE [AUT-0] Finished: AddTaskToScriptEditor.test in 12405 (44 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:08:46.944 [INFO] !MESSAGE [AUT-0] Starting: AddTestCaseToTestSuite.test (45 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:08:47.012 [INFO] !MESSAGE Pass 45 (774) processed. 0 failed. spent: 14:08, 218:54 mins remaining. AddTaskToScriptEditor. time: 12405ms [INFO] Pass 45 (774) processed. 0 failed. spent: 14:08, 218:54 mins remaining. AddTaskToScriptEditor. time: 12405ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:09:01.741 [INFO] !MESSAGE [AUT-0] Finished: AddTestCaseToTestSuite.test in 13738 (45 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:09:01.743 [INFO] !MESSAGE [AUT-0] Starting: AddTestInTestSuite.test (46 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:09:01.838 [INFO] !MESSAGE Pass 46 (774) processed. 0 failed. spent: 14:22, 217:35 mins remaining. AddTestCaseToTestSuite. time: 13738ms [INFO] Pass 46 (774) processed. 0 failed. spent: 14:22, 217:35 mins remaining. AddTestCaseToTestSuite. time: 13738ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:09:18.042 [INFO] !MESSAGE [AUT-0] Finished: AddTestInTestSuite.test in 15297 (46 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:09:18.044 [INFO] !MESSAGE [AUT-0] Starting: AddTestSuiteToTestSuite.test (47 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:09:18.058 [INFO] !MESSAGE Pass 47 (774) processed. 0 failed. spent: 14:39, 217:03 mins remaining. AddTestInTestSuite. time: 15297ms [INFO] Pass 47 (774) processed. 0 failed. spent: 14:39, 217:03 mins remaining. AddTestInTestSuite. time: 15297ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:09:51.311 [INFO] !MESSAGE [AUT-0] Finished: AddTestSuiteToTestSuite.test in 32213 (47 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:09:51.313 [INFO] !MESSAGE [AUT-0] Starting: AddTestSuiteToTestSuiteByDragDrop.test (48 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:09:51.363 [INFO] !MESSAGE Pass 48 (774) processed. 0 failed. spent: 15:12, 220:23 mins remaining. AddTestSuiteToTestSuite. time: 32213ms [INFO] Pass 48 (774) processed. 0 failed. spent: 15:12, 220:23 mins remaining. AddTestSuiteToTestSuite. time: 32213ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:10:33.121 [INFO] !MESSAGE [AUT-0] Finished: AddTestSuiteToTestSuiteByDragDrop.test in 40933 (48 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:10:33.123 [INFO] !MESSAGE [AUT-0] Starting: AddTestsToSuiteByDragDrop.test (49 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:10:33.164 [INFO] !MESSAGE Pass 49 (774) processed. 0 failed. spent: 15:54, 225:43 mins remaining. AddTestSuiteToTestSuiteByDragDrop. time: 40933ms [INFO] Pass 49 (774) processed. 0 failed. spent: 15:54, 225:43 mins remaining. AddTestSuiteToTestSuiteByDragDrop. time: 40933ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:10:51.958 [INFO] !MESSAGE [AUT-0] Finished: AddTestsToSuiteByDragDrop.test in 17548 (49 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:10:51.959 [INFO] !MESSAGE [AUT-0] Starting: AddTestsToTestSuiteByDragDropFromExecutionView.test (50 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:10:51.986 [INFO] !MESSAGE Pass 50 (774) processed. 0 failed. spent: 16:13, 225:28 mins remaining. AddTestsToSuiteByDragDrop. time: 17548ms [INFO] Pass 50 (774) processed. 0 failed. spent: 16:13, 225:28 mins remaining. AddTestsToSuiteByDragDrop. time: 17548ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:11:11.253 [INFO] !MESSAGE [AUT-0] Finished: AddTestsToTestSuiteByDragDropFromExecutionView.test in 18404 (50 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:11:11.255 [INFO] !MESSAGE [AUT-0] Starting: AddVerificationIntoTestCase.test (51 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:11:11.313 [INFO] !MESSAGE Pass 51 (774) processed. 0 failed. spent: 16:32, 225:13 mins remaining. AddTestsToTestSuiteByDragDropFromExecutionView. time: 18404ms [INFO] Pass 51 (774) processed. 0 failed. spent: 16:32, 225:13 mins remaining. AddTestsToTestSuiteByDragDropFromExecutionView. time: 18404ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:11:31.575 [INFO] !MESSAGE [AUT-0] Finished: AddVerificationIntoTestCase.test in 19386 (51 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:11:31.577 [INFO] !MESSAGE [AUT-0] Starting: AddWithTag_NOT.test (52 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:11:31.643 [INFO] !MESSAGE Pass 52 (774) processed. 0 failed. spent: 16:52, 225:12 mins remaining. AddVerificationIntoTestCase. time: 19386ms [INFO] Pass 52 (774) processed. 0 failed. spent: 16:52, 225:12 mins remaining. AddVerificationIntoTestCase. time: 19386ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:11:41.877 [INFO] !MESSAGE [AUT-0] Finished: AddWithTag_NOT.test in 9188 (52 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:11:41.879 [INFO] !MESSAGE [AUT-0] Starting: AddWithTag_OR.test (53 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:11:41.956 [INFO] !MESSAGE Pass 53 (774) processed. 0 failed. spent: 17:03, 223:12 mins remaining. AddWithTag_NOT. time: 9188ms [INFO] Pass 53 (774) processed. 0 failed. spent: 17:03, 223:12 mins remaining. AddWithTag_NOT. time: 9188ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:11:50.617 [INFO] !MESSAGE [AUT-0] Finished: AddWithTag_OR.test in 7929 (53 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:11:50.619 [INFO] !MESSAGE [AUT-0] Starting: AddWithTags_AND.test (54 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:11:50.667 [INFO] !MESSAGE Pass 54 (774) processed. 0 failed. spent: 17:11, 220:37 mins remaining. AddWithTag_OR. time: 7929ms [INFO] Pass 54 (774) processed. 0 failed. spent: 17:11, 220:37 mins remaining. AddWithTag_OR. time: 7929ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:11:59.860 [INFO] !MESSAGE [AUT-0] Finished: AddWithTags_AND.test in 8401 (54 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:11:59.861 [INFO] !MESSAGE [AUT-0] Starting: AddingParameterIntoParametersContextAddButton.test (55 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:11:59.880 [INFO] !MESSAGE Pass 55 (774) processed. 0 failed. spent: 17:21, 218:32 mins remaining. AddWithTags_AND. time: 8401ms [INFO] Pass 55 (774) processed. 0 failed. spent: 17:21, 218:32 mins remaining. AddWithTags_AND. time: 8401ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:12:11.635 [INFO] !MESSAGE [AUT-0] Finished: AddingParameterIntoParametersContextAddButton.test in 10885 (55 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:12:11.639 [INFO] !MESSAGE [AUT-0] Starting: AddingParameterIntoParametersContextCellClicking.test (56 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:12:11.695 [INFO] !MESSAGE Pass 56 (774) processed. 0 failed. spent: 17:32, 216:44 mins remaining. AddingParameterIntoParametersContextAddButton. time: 10885ms [INFO] Pass 56 (774) processed. 0 failed. spent: 17:32, 216:44 mins remaining. AddingParameterIntoParametersContextAddButton. time: 10885ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:12:23.375 [INFO] !MESSAGE [AUT-0] Finished: AddingParameterIntoParametersContextCellClicking.test in 10708 (56 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:12:23.376 [INFO] !MESSAGE [AUT-0] Starting: AdvancedOptions.test (57 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:12:23.450 [INFO] !MESSAGE Pass 57 (774) processed. 0 failed. spent: 17:44, 215:12 mins remaining. AddingParameterIntoParametersContextCellClicking. time: 10708ms [INFO] Pass 57 (774) processed. 0 failed. spent: 17:44, 215:12 mins remaining. AddingParameterIntoParametersContextCellClicking. time: 10708ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:12:33.099 [INFO] !MESSAGE [AUT-0] Finished: AdvancedOptions.test in 8460 (57 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:12:33.162 [INFO] !MESSAGE Pass 58 (774) processed. 0 failed. spent: 17:54, 217:13 mins remaining. AdvancedOptions. time: 8460ms [INFO] Pass 58 (774) processed. 0 failed. spent: 17:54, 217:13 mins remaining. AdvancedOptions. time: 8460ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:12:33.165 [INFO] !MESSAGE [AUT-0] Starting: AdvancedOptionsFocus.test (58 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:12:38.374 [INFO] !MESSAGE [AUT-0] Finished: AdvancedOptionsFocus.test in 4146 (58 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:12:38.375 [INFO] !MESSAGE [AUT-0] Starting: Allow_Not Alow Uncaptured Children.test (59 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:12:38.467 [INFO] !MESSAGE Pass 59 (774) processed. 0 failed. spent: 17:59, 210:29 mins remaining. AdvancedOptionsFocus. time: 4146ms [INFO] Pass 59 (774) processed. 0 failed. spent: 17:59, 210:29 mins remaining. AdvancedOptionsFocus. time: 4146ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:13:04.164 [INFO] !MESSAGE [AUT-0] Finished: Allow_Not Alow Uncaptured Children.test in 25037 (59 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:13:04.165 [INFO] !MESSAGE [AUT-0] Starting: AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext.test (60 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:13:04.255 [INFO] !MESSAGE Pass 60 (774) processed. 0 failed. spent: 18:25, 211:47 mins remaining. Allow/Not Alow Uncaptured Children. time: 25037ms [INFO] Pass 60 (774) processed. 0 failed. spent: 18:25, 211:47 mins remaining. Allow/Not Alow Uncaptured Children. time: 25037ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:13:23.259 [INFO] !MESSAGE [AUT-0] Finished: AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext.test in 17344 (60 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:13:23.261 [INFO] !MESSAGE [AUT-0] Starting: AnyCharacterSearch.test (61 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:13:23.276 [INFO] !MESSAGE Pass 61 (774) processed. 0 failed. spent: 18:44, 211:42 mins remaining. AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext. time: 17344ms [INFO] Pass 61 (774) processed. 0 failed. spent: 18:44, 211:42 mins remaining. AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext. time: 17344ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:13:34.060 [INFO] !MESSAGE [AUT-0] Finished: AnyCharacterSearch.test in 9848 (61 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:13:34.062 [INFO] !MESSAGE [AUT-0] Starting: AnyStringSearch.test (62 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:13:34.090 [INFO] !MESSAGE Pass 62 (774) processed. 0 failed. spent: 18:55, 210:09 mins remaining. AnyCharacterSearch. time: 9848ms [INFO] Pass 62 (774) processed. 0 failed. spent: 18:55, 210:09 mins remaining. AnyCharacterSearch. time: 9848ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:13:44.312 [INFO] !MESSAGE [AUT-0] Finished: AnyStringSearch.test in 9279 (62 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:13:44.314 [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-06-10 15:13:44.405 [INFO] !MESSAGE Pass 63 (774) processed. 0 failed. spent: 19:05, 208:26 mins remaining. AnyStringSearch. time: 9279ms [INFO] Pass 63 (774) processed. 0 failed. spent: 19:05, 208:26 mins remaining. AnyStringSearch. time: 9279ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:14:17.116 [INFO] !MESSAGE [AUT-0] Finished: Apply ECL Context outside test case.test in 31670 (63 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:14:17.118 [INFO] !MESSAGE [AUT-0] Starting: Apply ECL Context.test (64 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:14:17.175 [INFO] !MESSAGE Pass 64 (774) processed. 0 failed. spent: 19:38, 210:54 mins remaining. Apply ECL Context outside test case. time: 31670ms [INFO] Pass 64 (774) processed. 0 failed. spent: 19:38, 210:54 mins remaining. Apply ECL Context outside test case. time: 31670ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:14:59.486 [INFO] !MESSAGE [AUT-0] Finished: Apply ECL Context.test in 40900 (64 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:14:59.487 [INFO] !MESSAGE [AUT-0] Starting: Apply New Empty ECL Context.test (65 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:14:59.568 [INFO] !MESSAGE Pass 65 (774) processed. 0 failed. spent: 20:20, 214:51 mins remaining. Apply ECL Context. time: 40900ms [INFO] Pass 65 (774) processed. 0 failed. spent: 20:20, 214:51 mins remaining. Apply ECL Context. time: 40900ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:15:10.790 [INFO] !MESSAGE [AUT-0] Finished: Apply New Empty ECL Context.test in 10027 (65 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:15:10.792 [INFO] !MESSAGE [AUT-0] Starting: AssertionFilter_ByProperty.test (66 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:15:10.883 [INFO] !MESSAGE Pass 66 (774) processed. 0 failed. spent: 20:32, 213:29 mins remaining. Apply New Empty ECL Context. time: 10027ms [INFO] Pass 66 (774) processed. 0 failed. spent: 20:32, 213:29 mins remaining. Apply New Empty ECL Context. time: 10027ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:15:17.488 [INFO] !MESSAGE [AUT-0] Finished: AssertionFilter_ByProperty.test in 5631 (66 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:15:17.489 [INFO] !MESSAGE [AUT-0] Starting: AssertionFilter_ByValue.test (67 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:15:17.540 [INFO] !MESSAGE Pass 67 (774) processed. 0 failed. spent: 20:38, 211:07 mins remaining. AssertionFilter_ByProperty. time: 5631ms [INFO] Pass 67 (774) processed. 0 failed. spent: 20:38, 211:07 mins remaining. AssertionFilter_ByProperty. time: 5631ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:15:22.659 [INFO] !MESSAGE [AUT-0] Finished: AssertionFilter_ByValue.test in 4280 (67 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:15:22.660 [INFO] !MESSAGE [AUT-0] Starting: AssertionGroupping.test (68 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:15:22.746 [INFO] !MESSAGE Pass 68 (774) processed. 0 failed. spent: 20:43, 208:38 mins remaining. AssertionFilter_ByValue. time: 4280ms [INFO] Pass 68 (774) processed. 0 failed. spent: 20:43, 208:38 mins remaining. AssertionFilter_ByValue. time: 4280ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:15:41.339 [INFO] !MESSAGE [AUT-0] Finished: AssertionGroupping.test in 17937 (68 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:15:41.340 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTableWithExcludedColumns.test (69 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:15:41.367 [INFO] !MESSAGE Pass 69 (774) processed. 0 failed. spent: 21:02, 208:33 mins remaining. AssertionGroupping. time: 17937ms [INFO] Pass 69 (774) processed. 0 failed. spent: 21:02, 208:33 mins remaining. AssertionGroupping. time: 17937ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:15:51.624 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTableWithExcludedColumns.test in 9204 (69 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:15:51.626 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTableWithSelectedColumns.test (70 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:15:51.681 [INFO] !MESSAGE Pass 70 (774) processed. 0 failed. spent: 21:12, 206:59 mins remaining. AssertionOfTableWithExcludedColumns. time: 9204ms [INFO] Pass 70 (774) processed. 0 failed. spent: 21:12, 206:59 mins remaining. AssertionOfTableWithExcludedColumns. time: 9204ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:16:00.880 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTableWithSelectedColumns.test in 8369 (70 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:16:00.882 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTree.test (71 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:16:00.903 [INFO] !MESSAGE Pass 71 (774) processed. 0 failed. spent: 21:22, 205:28 mins remaining. AssertionOfTableWithSelectedColumns. time: 8369ms [INFO] Pass 71 (774) processed. 0 failed. spent: 21:22, 205:28 mins remaining. AssertionOfTableWithSelectedColumns. time: 8369ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:16:11.185 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTree.test in 9203 (71 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:16:11.187 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTreeCase2.test (72 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:16:11.216 [INFO] !MESSAGE Pass 72 (774) processed. 0 failed. spent: 21:32, 203:59 mins remaining. AssertionOfTreeCase1. time: 9203ms [INFO] Pass 72 (774) processed. 0 failed. spent: 21:32, 203:59 mins remaining. AssertionOfTreeCase1. time: 9203ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:16:24.930 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTreeCase2.test in 12777 (72 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:16:24.932 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTreeWhenOneItemIsExpanded.test (73 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:16:24.946 [INFO] !MESSAGE Pass 73 (774) processed. 0 failed. spent: 21:46, 203:09 mins remaining. AssertionOfTreeCase2. time: 12777ms [INFO] Pass 73 (774) processed. 0 failed. spent: 21:46, 203:09 mins remaining. AssertionOfTreeCase2. time: 12777ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:16:35.179 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTreeWhenOneItemIsExpanded.test in 9443 (73 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:16:35.181 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTreeWhenOneItemIsExpandedCase2.test (74 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:16:35.257 [INFO] !MESSAGE Pass 74 (774) processed. 0 failed. spent: 21:56, 201:43 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase1. time: 9443ms [INFO] Pass 74 (774) processed. 0 failed. spent: 21:56, 201:43 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase1. time: 9443ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:16:49.434 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTreeWhenOneItemIsExpandedCase2.test in 13406 (74 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:16:49.438 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTable(assertDataInContext).test (75 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:16:49.473 [INFO] !MESSAGE Pass 75 (774) processed. 0 failed. spent: 22:10, 200:56 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase2. time: 13406ms [INFO] Pass 75 (774) processed. 0 failed. spent: 22:10, 200:56 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase2. time: 13406ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:16:58.680 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTable(assertDataInContext).test in 8434 (75 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:16:58.682 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableContentsCase1.test (76 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:16:58.685 [INFO] !MESSAGE Pass 76 (774) processed. 0 failed. spent: 22:19, 199:25 mins remaining. AssertionOfWholeTable(assertDataInContext). time: 8434ms [INFO] Pass 76 (774) processed. 0 failed. spent: 22:19, 199:25 mins remaining. AssertionOfWholeTable(assertDataInContext). time: 8434ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:17:11.466 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableContentsCase1.test in 11664 (76 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:17:11.468 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableWithColumnsCase1.test (77 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:17:11.502 [INFO] !MESSAGE Pass 77 (774) processed. 0 failed. spent: 22:32, 198:31 mins remaining. AssertionOfWholeTableWithoutColumnsCase1. time: 11664ms [INFO] Pass 77 (774) processed. 0 failed. spent: 22:32, 198:31 mins remaining. AssertionOfWholeTableWithoutColumnsCase1. time: 11664ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:17:20.214 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableWithColumnsCase1.test in 8019 (77 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:17:20.215 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableWithColumnsCase2.test (78 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:17:20.313 [INFO] !MESSAGE Pass 78 (774) processed. 0 failed. spent: 22:41, 197:03 mins remaining. AssertionOfWholeTableWithColumnsCase1. time: 8019ms [INFO] Pass 78 (774) processed. 0 failed. spent: 22:41, 197:03 mins remaining. AssertionOfWholeTableWithColumnsCase1. time: 8019ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:17:31.422 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableWithColumnsCase2.test in 10365 (78 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:17:31.424 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableWithoutColumnsCase2.test (79 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:17:31.426 [INFO] !MESSAGE Pass 79 (774) processed. 0 failed. spent: 22:52, 195:55 mins remaining. AssertionOfWholeTableWithColumnsCase2. time: 10365ms [INFO] Pass 79 (774) processed. 0 failed. spent: 22:52, 195:55 mins remaining. AssertionOfWholeTableWithColumnsCase2. time: 10365ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:17:47.244 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableWithoutColumnsCase2.test in 14935 (79 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:17:47.245 [INFO] !MESSAGE [AUT-0] Starting: AssertionWindowIsNotShownForTableItem.test (80 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:17:47.247 [INFO] !MESSAGE Pass 80 (774) processed. 0 failed. spent: 23:08, 195:30 mins remaining. AssertionOfWholeTableWithoutColumnsCase2. time: 14935ms [INFO] Pass 80 (774) processed. 0 failed. spent: 23:08, 195:30 mins remaining. AssertionOfWholeTableWithoutColumnsCase2. time: 14935ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:17:56.965 [INFO] !MESSAGE [AUT-0] Finished: AssertionWindowIsNotShownForTableItem.test in 8627 (80 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:17:56.966 [INFO] !MESSAGE [AUT-0] Starting: AutoCompletionInEclContext.test (81 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:17:57.059 [INFO] !MESSAGE Pass 81 (774) processed. 0 failed. spent: 23:18, 194:15 mins remaining. AssertionWindowIsNotShownForTableItem. time: 8627ms [INFO] Pass 81 (774) processed. 0 failed. spent: 23:18, 194:15 mins remaining. AssertionWindowIsNotShownForTableItem. time: 8627ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:18:12.225 [INFO] !MESSAGE [AUT-0] Finished: AutoCompletionInEclContext.test in 14248 (81 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:18:12.227 [INFO] !MESSAGE [AUT-0] Starting: Autocomplete.test (82 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:18:12.278 [INFO] !MESSAGE Pass 82 (774) processed. 0 failed. spent: 23:33, 193:43 mins remaining. AutoCompletionInEclContext. time: 14248ms [INFO] Pass 82 (774) processed. 0 failed. spent: 23:33, 193:43 mins remaining. AutoCompletionInEclContext. time: 14248ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:18:24.585 [INFO] !MESSAGE [AUT-0] Finished: Autocomplete.test in 11222 (82 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:18:24.587 [INFO] !MESSAGE [AUT-0] Starting: AutocreationDefaultContextAtCreationProject.test (83 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:18:24.594 [INFO] !MESSAGE Pass 83 (774) processed. 0 failed. spent: 23:45, 192:47 mins remaining. Autocomplete. time: 11222ms [INFO] Pass 83 (774) processed. 0 failed. spent: 23:45, 192:47 mins remaining. Autocomplete. time: 11222ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:18:35.838 [INFO] !MESSAGE [AUT-0] Finished: AutocreationDefaultContextAtCreationProject.test in 10343 (83 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:18:35.840 [INFO] !MESSAGE [AUT-0] Starting: BackForwardButtonsOnToolbar.test (84 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:18:35.910 [INFO] !MESSAGE Pass 84 (774) processed. 0 failed. spent: 23:57, 191:52 mins remaining. AutocreationDefaultContextAtCreationProject. time: 10343ms [INFO] Pass 84 (774) processed. 0 failed. spent: 23:57, 191:52 mins remaining. AutocreationDefaultContextAtCreationProject. time: 10343ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:18:51.081 [INFO] !MESSAGE [AUT-0] Finished: BackForwardButtonsOnToolbar.test in 14216 (84 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:18:51.083 [INFO] !MESSAGE [AUT-0] Starting: Bug 442685 NullPointerException.test (85 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:18:51.148 [INFO] !MESSAGE Pass 85 (774) processed. 0 failed. spent: 24:12, 191:22 mins remaining. BackForwardButtonsOnToolbar. time: 14216ms [INFO] Pass 85 (774) processed. 0 failed. spent: 24:12, 191:22 mins remaining. BackForwardButtonsOnToolbar. time: 14216ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:19:00.864 [INFO] !MESSAGE [AUT-0] Finished: Bug 442685 NullPointerException.test in 8603 (85 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:19:00.866 [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-06-10 15:19:00.961 [INFO] !MESSAGE Pass 86 (774) processed. 0 failed. spent: 24:22, 190:13 mins remaining. Bug 442685 NullPointerException. time: 8603ms [INFO] Pass 86 (774) processed. 0 failed. spent: 24:22, 190:13 mins remaining. Bug 442685 NullPointerException. time: 8603ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:19:15.057 [INFO] !MESSAGE [AUT-0] Finished: Bug 465746 - Can't assert 'text' property for a canvas of Help view_ .test in 13260 (86 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:19:15.059 [INFO] !MESSAGE [AUT-0] Starting: Bug 472901_ClipboardContent_EmptyClipboard.test (87 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:19:15.140 [INFO] !MESSAGE Pass 87 (774) processed. 0 failed. spent: 24:36, 189:36 mins remaining. Bug 465746 - Can't assert 'text' property for a canvas of Help view. . time: 13260ms [INFO] Pass 87 (774) processed. 0 failed. spent: 24:36, 189:36 mins remaining. Bug 465746 - Can't assert 'text' property for a canvas of Help view. . time: 13260ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:19:20.363 [INFO] !MESSAGE [AUT-0] Finished: Bug 472901_ClipboardContent_EmptyClipboard.test in 3994 (87 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:19:20.365 [INFO] !MESSAGE [AUT-0] Starting: Bug 472901_ClipboardContent_From-Clipboard.test (88 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:19:20.448 [INFO] !MESSAGE Pass 88 (774) processed. 0 failed. spent: 24:41, 187:52 mins remaining. Bug 472901_ClipboardContent_EmptyClipboard. time: 3994ms [INFO] Pass 88 (774) processed. 0 failed. spent: 24:41, 187:52 mins remaining. Bug 472901_ClipboardContent_EmptyClipboard. time: 3994ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:19:29.171 [INFO] !MESSAGE [AUT-0] Finished: Bug 472901_ClipboardContent_From-Clipboard.test in 7399 (88 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:19:29.175 [INFO] !MESSAGE [AUT-0] Starting: Bug 472901_ClipboardContent_To-Clipboard.test (89 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:19:29.260 [INFO] !MESSAGE Pass 89 (774) processed. 0 failed. spent: 24:50, 186:39 mins remaining. Bug 472901_ClipboardContent_From-Clipboard. time: 7399ms [INFO] Pass 89 (774) processed. 0 failed. spent: 24:50, 186:39 mins remaining. Bug 472901_ClipboardContent_From-Clipboard. time: 7399ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:19:38.485 [INFO] !MESSAGE [AUT-0] Finished: Bug 472901_ClipboardContent_To-Clipboard.test in 8005 (89 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:19:38.487 [INFO] !MESSAGE [AUT-0] Starting: Bug 474198_Read-File command.test (90 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:19:38.572 [INFO] !MESSAGE Pass 90 (774) processed. 0 failed. spent: 24:59, 185:28 mins remaining. Bug 472901_ClipboardContent_To-Clipboard. time: 8005ms [INFO] Pass 90 (774) processed. 0 failed. spent: 24:59, 185:28 mins remaining. Bug 472901_ClipboardContent_To-Clipboard. time: 8005ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:19:44.842 [INFO] !MESSAGE [AUT-0] Finished: Bug 474198_Read-File command.test in 4914 (90 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:19:44.844 [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-06-10 15:19:44.881 [INFO] !MESSAGE Pass 91 (774) processed. 0 failed. spent: 25:06, 184:04 mins remaining. Bug 474198_Read-File command. time: 4914ms [INFO] Pass 91 (774) processed. 0 failed. spent: 25:06, 184:04 mins remaining. Bug 474198_Read-File command. time: 4914ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:21:14.275 [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 87989 (91 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:21:14.277 [INFO] !MESSAGE [AUT-0] Starting: Cancel Preference Context Creation.test (92 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:21:14.364 [INFO] !MESSAGE Pass 92 (774) processed. 0 failed. spent: 26:35, 192:35 mins remaining. Bug444899_Preferences dialog can't be closed by Workbench context or with Cancel button once RCPTT ECL Editor preference is changed.. time: 87989ms [INFO] Pass 92 (774) processed. 0 failed. spent: 26:35, 192:35 mins remaining. Bug444899_Preferences dialog can't be closed by Workbench context or with Cancel button once RCPTT ECL Editor preference is changed.. time: 87989ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:21:24.618 [INFO] !MESSAGE [AUT-0] Finished: Cancel Preference Context Creation.test in 9145 (92 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:21:24.620 [INFO] !MESSAGE [AUT-0] Starting: Cancel Workbench Context Creation.test (93 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:21:24.677 [INFO] !MESSAGE Pass 93 (774) processed. 0 failed. spent: 26:45, 191:28 mins remaining. Cancel Preference Context Creation. time: 9145ms [INFO] Pass 93 (774) processed. 0 failed. spent: 26:45, 191:28 mins remaining. Cancel Preference Context Creation. time: 9145ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:21:33.988 [INFO] !MESSAGE [AUT-0] Finished: Cancel Workbench Context Creation.test in 8145 (93 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:21:33.989 [INFO] !MESSAGE Pass 94 (774) processed. 0 failed. spent: 26:55, 192:40 mins remaining. Cancel Workbench Context Creation. time: 8145ms [INFO] Pass 94 (774) processed. 0 failed. spent: 26:55, 192:40 mins remaining. Cancel Workbench Context Creation. time: 8145ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:21:33.990 [INFO] !MESSAGE [AUT-0] Starting: Cancel Workspace Context Creation.test (94 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:21:43.361 [INFO] !MESSAGE [AUT-0] Finished: Cancel Workspace Context Creation.test in 7794 (94 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:21:43.363 [INFO] !MESSAGE [AUT-0] Starting: CancelAUTCreation.test (95 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:21:43.401 [INFO] !MESSAGE Pass 95 (774) processed. 0 failed. spent: 27:04, 189:11 mins remaining. Cancel Workspace Context Creation. time: 7794ms [INFO] Pass 95 (774) processed. 0 failed. spent: 27:04, 189:11 mins remaining. Cancel Workspace Context Creation. time: 7794ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:22:57.268 [INFO] !MESSAGE [AUT-0] Finished: CancelAUTCreation.test in 72475 (95 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:22:57.270 [INFO] !MESSAGE [AUT-0] Starting: CancelAddingSinglePreferenceValueInContext.test (96 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:22:57.350 [INFO] !MESSAGE Pass 96 (774) processed. 0 failed. spent: 28:18, 195:30 mins remaining. CancelAUTCreation. time: 72475ms [INFO] Pass 96 (774) processed. 0 failed. spent: 28:18, 195:30 mins remaining. CancelAUTCreation. time: 72475ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:23:10.157 [INFO] !MESSAGE [AUT-0] Finished: CancelAddingSinglePreferenceValueInContext.test in 11673 (96 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:23:10.159 [INFO] !MESSAGE [AUT-0] Starting: CancelCloseContextEditor.test (97 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:23:10.166 [INFO] !MESSAGE Pass 97 (774) processed. 0 failed. spent: 28:31, 194:43 mins remaining. CancelAddingSinglePreferenceValueInContext. time: 11673ms [INFO] Pass 97 (774) processed. 0 failed. spent: 28:31, 194:43 mins remaining. CancelAddingSinglePreferenceValueInContext. time: 11673ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:23:29.113 [INFO] !MESSAGE [AUT-0] Finished: CancelCloseContextEditor.test in 17500 (97 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:23:29.115 [INFO] !MESSAGE [AUT-0] Starting: CancelCopyFolderToProjectWithDuplicateFolder.test (98 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:23:29.204 [INFO] !MESSAGE Pass 98 (774) processed. 0 failed. spent: 28:50, 194:37 mins remaining. CancelCloseContextEditor. time: 17500ms [INFO] Pass 98 (774) processed. 0 failed. spent: 28:50, 194:37 mins remaining. CancelCloseContextEditor. time: 17500ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:24:01.595 [INFO] !MESSAGE [AUT-0] Finished: CancelCopyFolderToProjectWithDuplicateFolder.test in 30798 (98 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:24:01.597 [INFO] !MESSAGE [AUT-0] Starting: CancelCreationProject.test (99 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:24:01.648 [INFO] !MESSAGE Pass 99 (774) processed. 0 failed. spent: 29:22, 195:58 mins remaining. CancelCopyFolderToProjectWithDuplicateFolder. time: 30798ms [INFO] Pass 99 (774) processed. 0 failed. spent: 29:22, 195:58 mins remaining. CancelCopyFolderToProjectWithDuplicateFolder. time: 30798ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:24:10.431 [INFO] !MESSAGE [AUT-0] Finished: CancelCreationProject.test in 7686 (99 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:24:10.433 [INFO] !MESSAGE [AUT-0] Starting: CancelDeleteFolderWithObjects.test (100 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:24:10.460 [INFO] !MESSAGE Pass 100 (774) processed. 0 failed. spent: 29:31, 194:45 mins remaining. CancelCreationProject. time: 7686ms [INFO] Pass 100 (774) processed. 0 failed. spent: 29:31, 194:45 mins remaining. CancelCreationProject. time: 7686ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:24:30.319 [INFO] !MESSAGE [AUT-0] Finished: CancelDeleteFolderWithObjects.test in 18386 (100 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:24:30.321 [INFO] !MESSAGE [AUT-0] Starting: CancelDeleteProject.test (101 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:24:30.385 [INFO] !MESSAGE Pass 101 (774) processed. 0 failed. spent: 29:51, 194:44 mins remaining. CancelDeleteFolderWithObjects. time: 18386ms [INFO] Pass 101 (774) processed. 0 failed. spent: 29:51, 194:44 mins remaining. CancelDeleteFolderWithObjects. time: 18386ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:24:46.237 [INFO] !MESSAGE [AUT-0] Finished: CancelDeleteProject.test in 14384 (101 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:24:46.239 [INFO] !MESSAGE [AUT-0] Starting: CancelGroupContextCreation.test (102 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:24:46.309 [INFO] !MESSAGE Pass 102 (774) processed. 0 failed. spent: 30:07, 194:18 mins remaining. CancelDeleteProject. time: 14384ms [INFO] Pass 102 (774) processed. 0 failed. spent: 30:07, 194:18 mins remaining. CancelDeleteProject. time: 14384ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:24:56.111 [INFO] !MESSAGE [AUT-0] Finished: CancelGroupContextCreation.test in 8498 (102 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:24:56.112 [INFO] !MESSAGE [AUT-0] Starting: CancelQ7Export.test (103 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:24:56.122 [INFO] !MESSAGE Pass 103 (774) processed. 0 failed. spent: 30:17, 193:14 mins remaining. CancelGroupContextCreation. time: 8498ms [INFO] Pass 103 (774) processed. 0 failed. spent: 30:17, 193:14 mins remaining. CancelGroupContextCreation. time: 8498ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:25:07.486 [INFO] !MESSAGE [AUT-0] Finished: CancelQ7Export.test in 10209 (103 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:25:07.488 [INFO] !MESSAGE [AUT-0] Starting: CancelRemoveHistory.test (104 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:25:07.549 [INFO] !MESSAGE Pass 104 (774) processed. 0 failed. spent: 30:28, 192:17 mins remaining. CancelQ7Export. time: 10209ms [INFO] Pass 104 (774) processed. 0 failed. spent: 30:28, 192:17 mins remaining. CancelQ7Export. time: 10209ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:26:00.952 [INFO] !MESSAGE [AUT-0] Finished: CancelRemoveHistory.test in 52183 (104 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:26:00.953 [INFO] !MESSAGE [AUT-0] Starting: CancelRemoveTestWhichIsUsedInTestSuite.test (105 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:26:00.983 [INFO] !MESSAGE Pass 105 (774) processed. 0 failed. spent: 31:22, 195:49 mins remaining. CancelRemoveHistory. time: 52183ms [INFO] Pass 105 (774) processed. 0 failed. spent: 31:22, 195:49 mins remaining. CancelRemoveHistory. time: 52183ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:26:29.861 [INFO] !MESSAGE [AUT-0] Finished: CancelRemoveTestWhichIsUsedInTestSuite.test in 25883 (105 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:26:29.863 [INFO] !MESSAGE [AUT-0] Starting: CancelRenameContext.test (106 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:26:29.955 [INFO] !MESSAGE Pass 106 (774) processed. 0 failed. spent: 31:51, 196:42 mins remaining. CancelRemoveTestWhichIsUsedInTestSuite. time: 25883ms [INFO] Pass 106 (774) processed. 0 failed. spent: 31:51, 196:42 mins remaining. CancelRemoveTestWhichIsUsedInTestSuite. time: 25883ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:26:48.305 [INFO] !MESSAGE [AUT-0] Finished: CancelRenameContext.test in 16858 (106 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:26:48.307 [INFO] !MESSAGE [AUT-0] Starting: CancelRenameProject.test (107 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:26:48.380 [INFO] !MESSAGE Pass 107 (774) processed. 0 failed. spent: 32:09, 196:26 mins remaining. CancelRenameContext. time: 16858ms [INFO] Pass 107 (774) processed. 0 failed. spent: 32:09, 196:26 mins remaining. CancelRenameContext. time: 16858ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:27:15.725 [INFO] !MESSAGE [AUT-0] Finished: CancelRenameProject.test in 25562 (107 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:27:15.727 [INFO] !MESSAGE [AUT-0] Starting: CancelRenameTest.test (108 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:27:15.740 [INFO] !MESSAGE Pass 108 (774) processed. 0 failed. spent: 32:36, 197:04 mins remaining. CancelRenameProject. time: 25562ms [INFO] Pass 108 (774) processed. 0 failed. spent: 32:36, 197:04 mins remaining. CancelRenameProject. time: 25562ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:27:34.165 [INFO] !MESSAGE [AUT-0] Finished: CancelRenameTest.test in 16948 (108 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:27:34.166 [INFO] !MESSAGE [AUT-0] Starting: CannotDeleteDefaultContextFromProject.test (109 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:27:34.265 [INFO] !MESSAGE Pass 109 (774) processed. 0 failed. spent: 32:55, 196:54 mins remaining. CancelRenameTest. time: 16948ms [INFO] Pass 109 (774) processed. 0 failed. spent: 32:55, 196:54 mins remaining. CancelRenameTest. time: 16948ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:27:46.589 [INFO] !MESSAGE [AUT-0] Finished: CannotDeleteDefaultContextFromProject.test in 10866 (109 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:27:46.591 [INFO] !MESSAGE [AUT-0] Starting: CannotRemoveDefaultContextsFromTest.test (110 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:27:46.650 [INFO] !MESSAGE Pass 110 (774) processed. 0 failed. spent: 33:07, 196:02 mins remaining. CannotDeleteDefaultContextFromProject. time: 10866ms [INFO] Pass 110 (774) processed. 0 failed. spent: 33:07, 196:02 mins remaining. CannotDeleteDefaultContextFromProject. time: 10866ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:27:58.475 [INFO] !MESSAGE [AUT-0] Finished: CannotRemoveDefaultContextsFromTest.test in 10250 (110 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:27:58.476 [INFO] !MESSAGE [AUT-0] Starting: Capture Workspace and Apply Context.test (111 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:27:58.566 [INFO] !MESSAGE Pass 111 (774) processed. 0 failed. spent: 33:19, 195:10 mins remaining. CannotRemoveDefaultContextsFromTest. time: 10250ms [INFO] Pass 111 (774) processed. 0 failed. spent: 33:19, 195:10 mins remaining. CannotRemoveDefaultContextsFromTest. time: 10250ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:28:18.396 [INFO] !MESSAGE [AUT-0] Finished: Capture Workspace and Apply Context.test in 18511 (111 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:28:18.398 [INFO] !MESSAGE [AUT-0] Starting: CaptureContextWhileAddingToGroupContext.test (112 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:28:18.493 [INFO] !MESSAGE Pass 112 (774) processed. 0 failed. spent: 33:39, 195:06 mins remaining. Capture Workspace and Apply Context. time: 18511ms [INFO] Pass 112 (774) processed. 0 failed. spent: 33:39, 195:06 mins remaining. Capture Workspace and Apply Context. time: 18511ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:28:40.405 [INFO] !MESSAGE [AUT-0] Finished: CaptureContextWhileAddingToGroupContext.test in 20487 (112 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:28:40.406 [INFO] !MESSAGE [AUT-0] Starting: CaptureForPreferencesContext.test (113 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:28:40.450 [INFO] !MESSAGE Pass 113 (774) processed. 0 failed. spent: 34:01, 195:13 mins remaining. CaptureContextWhileAddingToGroupContext. time: 20487ms [INFO] Pass 113 (774) processed. 0 failed. spent: 34:01, 195:13 mins remaining. CaptureContextWhileAddingToGroupContext. time: 20487ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:28:51.326 [INFO] !MESSAGE [AUT-0] Finished: CaptureForPreferencesContext.test in 9568 (113 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:28:51.327 [INFO] !MESSAGE [AUT-0] Starting: CaptureForWorkbenchContext.test (114 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:28:51.363 [INFO] !MESSAGE Pass 114 (774) processed. 0 failed. spent: 34:12, 194:17 mins remaining. CaptureForPreferencesContext. time: 9568ms [INFO] Pass 114 (774) processed. 0 failed. spent: 34:12, 194:17 mins remaining. CaptureForPreferencesContext. time: 9568ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:29:22.291 [INFO] !MESSAGE [AUT-0] Finished: CaptureForWorkbenchContext.test in 29082 (114 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:29:22.292 [INFO] !MESSAGE [AUT-0] Starting: CaptureLaunchContext.test (115 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:29:22.360 [INFO] !MESSAGE Pass 115 (774) processed. 0 failed. spent: 34:43, 195:14 mins remaining. CaptureForWorkbenchContext. time: 29082ms [INFO] Pass 115 (774) processed. 0 failed. spent: 34:43, 195:14 mins remaining. CaptureForWorkbenchContext. time: 29082ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:30:02.311 [INFO] !MESSAGE [AUT-0] Finished: CaptureLaunchContext.test in 38359 (115 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:30:02.313 [INFO] !MESSAGE [AUT-0] Starting: CapturePreferencesContextWhenAutNotStarted.test (116 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:30:02.363 [INFO] !MESSAGE Pass 116 (774) processed. 0 failed. spent: 35:23, 197:00 mins remaining. CaptureLaunchContext. time: 38359ms [INFO] Pass 116 (774) processed. 0 failed. spent: 35:23, 197:00 mins remaining. CaptureLaunchContext. time: 38359ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:32:40.337 [INFO] !MESSAGE [AUT-0] Finished: CapturePreferencesContextWhenAutNotStarted.test in 156516 (116 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:32:40.339 [INFO] !MESSAGE [AUT-0] Starting: CaptureTableVerification.test (117 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:32:40.344 [INFO] !MESSAGE Pass 117 (774) processed. 0 failed. spent: 38:01, 209:34 mins remaining. CapturePreferencesContextWhenAutNotStarted. time: 156516ms [INFO] Pass 117 (774) processed. 0 failed. spent: 38:01, 209:34 mins remaining. CapturePreferencesContextWhenAutNotStarted. time: 156516ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:33:09.745 [INFO] !MESSAGE [AUT-0] Finished: CaptureTableVerification.test in 27745 (117 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:33:09.746 [INFO] !MESSAGE [AUT-0] Starting: CaptureTreeVerification.test (118 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:33:09.755 [INFO] !MESSAGE Pass 118 (774) processed. 0 failed. spent: 38:30, 210:08 mins remaining. CaptureTableVerification. time: 27745ms [INFO] Pass 118 (774) processed. 0 failed. spent: 38:30, 210:08 mins remaining. CaptureTableVerification. time: 27745ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:33:34.111 [INFO] !MESSAGE [AUT-0] Finished: CaptureTreeVerification.test in 23274 (118 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:33:34.113 [INFO] !MESSAGE [AUT-0] Starting: CaptureWorkbenchContextWhenAutNotStarted.test (119 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:33:34.186 [INFO] !MESSAGE Pass 119 (774) processed. 0 failed. spent: 38:55, 210:20 mins remaining. CaptureTreeVerification. time: 23274ms [INFO] Pass 119 (774) processed. 0 failed. spent: 38:55, 210:20 mins remaining. CaptureTreeVerification. time: 23274ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:36:14.112 [INFO] !MESSAGE [AUT-0] Finished: CaptureWorkbenchContextWhenAutNotStarted.test in 158155 (119 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:36:14.114 [INFO] !MESSAGE [AUT-0] Starting: CaptureWorkspaceContextWhenAutNotStarted.test (120 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:36:14.146 [INFO] !MESSAGE Pass 120 (774) processed. 0 failed. spent: 41:35, 222:34 mins remaining. CaptureWorkbenchContextWhenAutNotStarted. time: 158155ms [INFO] Pass 120 (774) processed. 0 failed. spent: 41:35, 222:34 mins remaining. CaptureWorkbenchContextWhenAutNotStarted. time: 158155ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:38:05.161 [INFO] !MESSAGE [AUT-0] Finished: CaptureWorkspaceContextWhenAutNotStarted.test in 108847 (120 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:38:05.163 [INFO] !MESSAGE [AUT-0] Starting: CaseSensitiveSearch.test (121 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:38:05.247 [INFO] !MESSAGE Pass 121 (774) processed. 0 failed. spent: 43:26, 230:13 mins remaining. CaptureWorkspaceContextWhenAutNotStarted. time: 108847ms [INFO] Pass 121 (774) processed. 0 failed. spent: 43:26, 230:13 mins remaining. CaptureWorkspaceContextWhenAutNotStarted. time: 108847ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:38:16.608 [INFO] !MESSAGE [AUT-0] Finished: CaseSensitiveSearch.test in 9782 (121 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:38:16.610 [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-06-10 15:38:16.662 [INFO] !MESSAGE Pass 122 (774) processed. 0 failed. spent: 43:37, 228:59 mins remaining. CaseSensitiveSearch. time: 9782ms [INFO] Pass 122 (774) processed. 0 failed. spent: 43:37, 228:59 mins remaining. CaseSensitiveSearch. time: 9782ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:38:29.986 [INFO] !MESSAGE [AUT-0] Finished: Change Editors order in workbench context.test in 11950 (122 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:38:29.988 [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-06-10 15:38:30.086 [INFO] !MESSAGE Pass 123 (774) processed. 0 failed. spent: 43:51, 228:01 mins remaining. Change Editors order in workbench context. time: 11950ms [INFO] Pass 123 (774) processed. 0 failed. spent: 43:51, 228:01 mins remaining. Change Editors order in workbench context. time: 11950ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:38:44.415 [INFO] !MESSAGE [AUT-0] Finished: Change views order in workbench context.test in 13106 (123 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:38:44.416 [INFO] !MESSAGE [AUT-0] Starting: ChangeSaveLoad.test (124 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:38:44.504 [INFO] !MESSAGE Pass 124 (774) processed. 0 failed. spent: 44:05, 227:03 mins remaining. Change views order in workbench context. time: 13106ms [INFO] Pass 124 (774) processed. 0 failed. spent: 44:05, 227:03 mins remaining. Change views order in workbench context. time: 13106ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:38:58.842 [INFO] !MESSAGE [AUT-0] Finished: ChangeSaveLoad.test in 12985 (124 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:38:58.844 [INFO] !MESSAGE [AUT-0] Starting: ChangeTestCaseNameDuringImport.test (125 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:38:58.922 [INFO] !MESSAGE Pass 125 (774) processed. 0 failed. spent: 44:20, 226:12 mins remaining. ChangeSaveLoad. time: 12985ms [INFO] Pass 125 (774) processed. 0 failed. spent: 44:20, 226:12 mins remaining. ChangeSaveLoad. time: 12985ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:39:15.776 [INFO] !MESSAGE [AUT-0] Finished: ChangeTestCaseNameDuringImport.test in 15287 (125 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:39:15.778 [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-06-10 15:39:15.845 [INFO] !MESSAGE Pass 126 (774) processed. 0 failed. spent: 44:36, 225:26 mins remaining. ChangeTestCaseNameDuringImport. time: 15287ms [INFO] Pass 126 (774) processed. 0 failed. spent: 44:36, 225:26 mins remaining. ChangeTestCaseNameDuringImport. time: 15287ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:39:25.695 [INFO] !MESSAGE [AUT-0] Finished: Check default options for new workbench context.test in 8350 (126 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:39:25.696 [INFO] !MESSAGE [AUT-0] Starting: CheckDirtyFlagAfterEdit.test (127 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:39:25.756 [INFO] !MESSAGE Pass 127 (774) processed. 0 failed. spent: 44:46, 224:10 mins remaining. Check default options for new workbench context. time: 8350ms [INFO] Pass 127 (774) processed. 0 failed. spent: 44:46, 224:10 mins remaining. Check default options for new workbench context. time: 8350ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:39:37.617 [INFO] !MESSAGE [AUT-0] Finished: CheckDirtyFlagAfterEdit.test in 10482 (127 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:39:37.618 [INFO] !MESSAGE [AUT-0] Starting: CheckExecutionViewHistory.test (128 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:39:37.677 [INFO] !MESSAGE Pass 128 (774) processed. 0 failed. spent: 44:58, 223:06 mins remaining. CheckDirtyFlagAfterEdit. time: 10482ms [INFO] Pass 128 (774) processed. 0 failed. spent: 44:58, 223:06 mins remaining. CheckDirtyFlagAfterEdit. time: 10482ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:40:45.087 [INFO] !MESSAGE [AUT-0] Finished: CheckExecutionViewHistory.test in 66154 (128 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:40:45.088 [INFO] !MESSAGE [AUT-0] Starting: CheckJunitXMLReport.test (129 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:40:45.108 [INFO] !MESSAGE Pass 129 (774) processed. 0 failed. spent: 46:06, 226:37 mins remaining. CheckExecutionViewHistory. time: 66154ms [INFO] Pass 129 (774) processed. 0 failed. spent: 46:06, 226:37 mins remaining. CheckExecutionViewHistory. time: 66154ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:41:20.071 [INFO] !MESSAGE [AUT-0] Finished: CheckJunitXMLReport.test in 33488 (129 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:41:20.073 [INFO] !MESSAGE [AUT-0] Starting: CheckMissingReferences.test (130 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:41:20.156 [INFO] !MESSAGE Pass 130 (774) processed. 0 failed. spent: 46:41, 227:24 mins remaining. CheckJunitXMLReport. time: 33488ms [INFO] Pass 130 (774) processed. 0 failed. spent: 46:41, 227:24 mins remaining. CheckJunitXMLReport. time: 33488ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:41:34.459 [INFO] !MESSAGE [AUT-0] Finished: CheckMissingReferences.test in 13120 (130 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:41:34.461 [INFO] !MESSAGE [AUT-0] Starting: CheckResourceModifications.test (131 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:41:34.475 [INFO] !MESSAGE Pass 131 (774) processed. 0 failed. spent: 46:55, 226:28 mins remaining. MissingReferences. time: 13120ms [INFO] Pass 131 (774) processed. 0 failed. spent: 46:55, 226:28 mins remaining. MissingReferences. time: 13120ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:42:01.875 [INFO] !MESSAGE [AUT-0] Finished: CheckResourceModifications.test in 26196 (131 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:42:01.877 [INFO] !MESSAGE [AUT-0] Starting: CheckXMLReport.test (132 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:42:01.941 [INFO] !MESSAGE Pass 132 (774) processed. 0 failed. spent: 47:23, 226:39 mins remaining. CheckResourceModifications. time: 26196ms [INFO] Pass 132 (774) processed. 0 failed. spent: 47:23, 226:39 mins remaining. CheckResourceModifications. time: 26196ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:42:33.841 [INFO] !MESSAGE [AUT-0] Finished: CheckXMLReport.test in 30478 (132 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:42:33.843 [INFO] !MESSAGE [AUT-0] Starting: Clear Description in Workbench Context.test (133 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:42:33.941 [INFO] !MESSAGE Pass 133 (774) processed. 0 failed. spent: 47:55, 227:09 mins remaining. CheckXMLReport. time: 30478ms [INFO] Pass 133 (774) processed. 0 failed. spent: 47:55, 227:09 mins remaining. CheckXMLReport. time: 30478ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:42:44.361 [INFO] !MESSAGE [AUT-0] Finished: Clear Description in Workbench Context.test in 8598 (133 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:42:44.363 [INFO] !MESSAGE [AUT-0] Starting: Clear Workspace.test (134 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:42:44.453 [INFO] !MESSAGE Pass 134 (774) processed. 0 failed. spent: 48:05, 225:55 mins remaining. Clear Description in Workbench Context. time: 8598ms [INFO] Pass 134 (774) processed. 0 failed. spent: 48:05, 225:55 mins remaining. Clear Description in Workbench Context. time: 8598ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:43:12.316 [INFO] !MESSAGE [AUT-0] Finished: Clear Workspace.test in 26519 (134 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:43:12.317 [INFO] !MESSAGE [AUT-0] Starting: ClearBreakpointsInLaunchContext.test (135 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:43:12.385 [INFO] !MESSAGE Pass 135 (774) processed. 0 failed. spent: 48:33, 226:05 mins remaining. Clear Workspace. time: 26519ms [INFO] Pass 135 (774) processed. 0 failed. spent: 48:33, 226:05 mins remaining. Clear Workspace. time: 26519ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:44:04.814 [INFO] !MESSAGE [AUT-0] Finished: ClearBreakpointsInLaunchContext.test in 50766 (135 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:44:04.816 [INFO] !MESSAGE [AUT-0] Starting: ClearClipboardInWBContext.test (136 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:44:04.855 [INFO] !MESSAGE Pass 136 (774) processed. 0 failed. spent: 49:25, 228:06 mins remaining. ClearBreakpointsInLaunchContext. time: 50766ms [INFO] Pass 136 (774) processed. 0 failed. spent: 49:25, 228:06 mins remaining. ClearBreakpointsInLaunchContext. time: 50766ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:44:22.801 [INFO] !MESSAGE [AUT-0] Finished: ClearClipboardInWBContext.test in 16336 (136 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:44:22.803 [INFO] !MESSAGE [AUT-0] Starting: ClearDescriptionInContextEditor.test (137 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:44:22.878 [INFO] !MESSAGE Pass 137 (774) processed. 0 failed. spent: 49:44, 227:33 mins remaining. ClearClipboardInWBContext. time: 16336ms [INFO] Pass 137 (774) processed. 0 failed. spent: 49:44, 227:33 mins remaining. ClearClipboardInWBContext. time: 16336ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:44:36.771 [INFO] !MESSAGE [AUT-0] Finished: ClearDescriptionInContextEditor.test in 12173 (137 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:44:36.773 [INFO] !MESSAGE [AUT-0] Starting: ClearDescriptionInTestEditor.test (138 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:44:36.798 [INFO] !MESSAGE Pass 138 (774) processed. 0 failed. spent: 49:57, 226:33 mins remaining. ClearDescriptionInContextEditor. time: 12173ms [INFO] Pass 138 (774) processed. 0 failed. spent: 49:57, 226:33 mins remaining. ClearDescriptionInContextEditor. time: 12173ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:44:51.672 [INFO] !MESSAGE [AUT-0] Finished: ClearDescriptionInTestEditor.test in 13573 (138 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:44:51.673 [INFO] !MESSAGE [AUT-0] Starting: ClearDescriptionInTestSuite.test (139 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:44:51.719 [INFO] !MESSAGE Pass 139 (774) processed. 0 failed. spent: 50:12, 225:43 mins remaining. ClearDescriptionInTestEditor. time: 13573ms [INFO] Pass 139 (774) processed. 0 failed. spent: 50:12, 225:43 mins remaining. ClearDescriptionInTestEditor. time: 13573ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:45:06.575 [INFO] !MESSAGE [AUT-0] Finished: ClearDescriptionInTestSuite.test in 13492 (139 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:45:06.576 [INFO] !MESSAGE [AUT-0] Starting: ClearExecutionHistory.test (140 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:45:06.639 [INFO] !MESSAGE Pass 140 (774) processed. 0 failed. spent: 50:27, 224:53 mins remaining. ClearDescriptionInTestSuite. time: 13492ms [INFO] Pass 140 (774) processed. 0 failed. spent: 50:27, 224:53 mins remaining. ClearDescriptionInTestSuite. time: 13492ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:45:55.613 [INFO] !MESSAGE [AUT-0] Finished: ClearExecutionHistory.test in 47222 (140 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:45:55.615 [INFO] !MESSAGE [AUT-0] Starting: ClearFolderInFolderContext.test (141 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:45:55.695 [INFO] !MESSAGE Pass 141 (774) processed. 0 failed. spent: 51:16, 226:34 mins remaining. ClearExecutionHistory. time: 47222ms [INFO] Pass 141 (774) processed. 0 failed. spent: 51:16, 226:34 mins remaining. ClearExecutionHistory. time: 47222ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:46:12.518 [INFO] !MESSAGE [AUT-0] Finished: ClearFolderInFolderContext.test in 15725 (141 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:46:12.519 [INFO] !MESSAGE [AUT-0] Starting: ClearLaunchConfigurations.test (142 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:46:12.548 [INFO] !MESSAGE Pass 142 (774) processed. 0 failed. spent: 51:33, 225:53 mins remaining. ClearFolderInFolderContext. time: 15725ms [INFO] Pass 142 (774) processed. 0 failed. spent: 51:33, 225:53 mins remaining. ClearFolderInFolderContext. time: 15725ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:46:53.477 [INFO] !MESSAGE [AUT-0] Finished: ClearLaunchConfigurations.test in 39501 (142 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:46:53.478 [INFO] !MESSAGE [AUT-0] Starting: ClearPreferencesInPrefContext.test (143 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:46:53.552 [INFO] !MESSAGE Pass 143 (774) processed. 0 failed. spent: 52:14, 226:56 mins remaining. ClearLaunchConfigurations. time: 39501ms [INFO] Pass 143 (774) processed. 0 failed. spent: 52:14, 226:56 mins remaining. ClearLaunchConfigurations. time: 39501ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:47:06.458 [INFO] !MESSAGE [AUT-0] Finished: ClearPreferencesInPrefContext.test in 11246 (143 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:47:06.460 [INFO] !MESSAGE [AUT-0] Starting: ClearScript.test (144 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:47:06.464 [INFO] !MESSAGE Pass 144 (774) processed. 0 failed. spent: 52:27, 225:57 mins remaining. ClearPreferencesInPrefContext. time: 11246ms [INFO] Pass 144 (774) processed. 0 failed. spent: 52:27, 225:57 mins remaining. ClearPreferencesInPrefContext. time: 11246ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:47:23.926 [INFO] !MESSAGE [AUT-0] Finished: ClearScript.test in 15783 (144 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:47:23.927 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptButtonIsDisabledDuringRecording.test (145 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:47:23.984 [INFO] !MESSAGE Pass 145 (774) processed. 0 failed. spent: 52:45, 225:21 mins remaining. ClearScript. time: 15783ms [INFO] Pass 145 (774) processed. 0 failed. spent: 52:45, 225:21 mins remaining. ClearScript. time: 15783ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:47:32.277 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptButtonIsDisabledDuringRecording.test in 6901 (145 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:47:32.278 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptInControlPanel.test (146 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:47:32.340 [INFO] !MESSAGE Pass 146 (774) processed. 0 failed. spent: 52:53, 224:02 mins remaining. ClearScriptButtonIsDisabledDuringRecording. time: 6901ms [INFO] Pass 146 (774) processed. 0 failed. spent: 52:53, 224:02 mins remaining. ClearScriptButtonIsDisabledDuringRecording. time: 6901ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:47:44.240 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptInControlPanel.test in 10434 (146 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:47:44.242 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptViewer.scenario (147 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:47:44.252 [INFO] !MESSAGE Pass 147 (774) processed. 0 failed. spent: 53:05, 223:01 mins remaining. ClearScriptInControlPanel. time: 10434ms [INFO] Pass 147 (774) processed. 0 failed. spent: 53:05, 223:01 mins remaining. ClearScriptInControlPanel. time: 10434ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:47:59.150 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptViewer.scenario in 13393 (147 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:47:59.152 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptViewerInECLContext.test (148 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:47:59.168 [INFO] !MESSAGE Pass 148 (774) processed. 0 failed. spent: 53:20, 222:13 mins remaining. ClearScriptViewer. time: 13393ms [INFO] Pass 148 (774) processed. 0 failed. spent: 53:20, 222:13 mins remaining. ClearScriptViewer. time: 13393ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:48:14.067 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptViewerInECLContext.test in 13338 (148 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:48:14.068 [INFO] !MESSAGE [AUT-0] Starting: ClearWorkspaceByFolderContext.test (149 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:48:14.082 [INFO] !MESSAGE Pass 149 (774) processed. 0 failed. spent: 53:35, 221:25 mins remaining. ClearScriptViewerInECLContext. time: 13338ms [INFO] Pass 149 (774) processed. 0 failed. spent: 53:35, 221:25 mins remaining. ClearScriptViewerInECLContext. time: 13338ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:48:27.990 [INFO] !MESSAGE [AUT-0] Finished: ClearWorkspaceByFolderContext.test in 12320 (149 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:48:27.992 [INFO] !MESSAGE [AUT-0] Starting: Close Modal Dialogs.test (150 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:48:28.045 [INFO] !MESSAGE Pass 150 (774) processed. 0 failed. spent: 53:49, 220:34 mins remaining. ClearWorkspaceByFolderContext. time: 12320ms [INFO] Pass 150 (774) processed. 0 failed. spent: 53:49, 220:34 mins remaining. ClearWorkspaceByFolderContext. time: 12320ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:48:47.949 [INFO] !MESSAGE [AUT-0] Finished: Close Modal Dialogs.test in 18596 (150 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:48:47.951 [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-06-10 15:48:47.964 [INFO] !MESSAGE Pass 151 (774) processed. 0 failed. spent: 54:09, 220:08 mins remaining. Close Modal Dialogs. time: 18596ms [INFO] Pass 151 (774) processed. 0 failed. spent: 54:09, 220:08 mins remaining. Close Modal Dialogs. time: 18596ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:48:57.909 [INFO] !MESSAGE [AUT-0] Finished: Close opened editors should be disabled if Resest perspective is set.test in 8296 (151 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:48:57.911 [INFO] !MESSAGE [AUT-0] Starting: CloseControlPanel.test (152 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:48:57.975 [INFO] !MESSAGE Pass 152 (774) processed. 0 failed. spent: 54:19, 219:01 mins remaining. Close opened editors should be disabled if Resest perspective is set. time: 8296ms [INFO] Pass 152 (774) processed. 0 failed. spent: 54:19, 219:01 mins remaining. Close opened editors should be disabled if Resest perspective is set. time: 8296ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:49:12.833 [INFO] !MESSAGE [AUT-0] Finished: CloseControlPanel.test in 13339 (152 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:49:12.835 [INFO] !MESSAGE [AUT-0] Starting: CloseEditorAtDeletingProject.test (153 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:49:12.842 [INFO] !MESSAGE Pass 153 (774) processed. 0 failed. spent: 54:33, 218:12 mins remaining. CloseControlPanel. time: 13339ms [INFO] Pass 153 (774) processed. 0 failed. spent: 54:33, 218:12 mins remaining. CloseControlPanel. time: 13339ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:49:36.262 [INFO] !MESSAGE [AUT-0] Finished: CloseEditorAtDeletingProject.test in 22138 (153 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:49:36.264 [INFO] !MESSAGE [AUT-0] Starting: CloseOpenedEditorsInWBContext.test (154 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:49:36.266 [INFO] !MESSAGE Pass 154 (774) processed. 0 failed. spent: 54:57, 218:02 mins remaining. CloseEditorAtDeletingProject. time: 22138ms [INFO] Pass 154 (774) processed. 0 failed. spent: 54:57, 218:02 mins remaining. CloseEditorAtDeletingProject. time: 22138ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:50:05.149 [INFO] !MESSAGE [AUT-0] Finished: CloseOpenedEditorsInWBContext.test in 27780 (154 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:50:05.151 [INFO] !MESSAGE [AUT-0] Starting: CloseTextView.test (155 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:50:05.153 [INFO] !MESSAGE Pass 155 (774) processed. 0 failed. spent: 55:26, 218:12 mins remaining. CloseOpenedEditorsInWBContext. time: 27780ms [INFO] Pass 155 (774) processed. 0 failed. spent: 55:26, 218:12 mins remaining. CloseOpenedEditorsInWBContext. time: 27780ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:50:17.163 [INFO] !MESSAGE [AUT-0] Finished: CloseTextView.test in 10020 (155 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:50:17.165 [INFO] !MESSAGE [AUT-0] Starting: CloseUnrelatedProjectsInQ7Explorer.test (156 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:50:17.264 [INFO] !MESSAGE Pass 156 (774) processed. 0 failed. spent: 55:38, 217:15 mins remaining. CloseTextEditor. time: 10020ms [INFO] Pass 156 (774) processed. 0 failed. spent: 55:38, 217:15 mins remaining. CloseTextEditor. time: 10020ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:50:40.152 [INFO] !MESSAGE [AUT-0] Finished: CloseUnrelatedProjectsInQ7Explorer.test in 21302 (156 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:50:40.154 [INFO] !MESSAGE [AUT-0] Starting: ClosedProjectInQ7Explorer.test (157 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:50:40.185 [INFO] !MESSAGE Pass 157 (774) processed. 0 failed. spent: 56:01, 217:01 mins remaining. CloseUnrelatedProjectsInQ7Explorer. time: 21302ms [INFO] Pass 157 (774) processed. 0 failed. spent: 56:01, 217:01 mins remaining. CloseUnrelatedProjectsInQ7Explorer. time: 21302ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:50:59.541 [INFO] !MESSAGE [AUT-0] Finished: ClosedProjectInQ7Explorer.test in 18140 (157 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:50:59.543 [INFO] !MESSAGE [AUT-0] Starting: Coloring Comments in Script Viewer.test (158 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:50:59.606 [INFO] !MESSAGE Pass 158 (774) processed. 0 failed. spent: 56:20, 216:31 mins remaining. ClosedProjectInQ7Explorer. time: 18140ms [INFO] Pass 158 (774) processed. 0 failed. spent: 56:20, 216:31 mins remaining. ClosedProjectInQ7Explorer. time: 18140ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:51:19.957 [INFO] !MESSAGE [AUT-0] Finished: Coloring Comments in Script Viewer.test in 19031 (158 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:51:19.958 [INFO] !MESSAGE [AUT-0] Starting: ColumnClickByIndex.test (159 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:51:20.042 [INFO] !MESSAGE Pass 159 (774) processed. 0 failed. spent: 56:41, 216:10 mins remaining. Coloring Comments in Script Viewer. time: 19031ms [INFO] Pass 159 (774) processed. 0 failed. spent: 56:41, 216:10 mins remaining. Coloring Comments in Script Viewer. time: 19031ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:51:29.417 [INFO] !MESSAGE [AUT-0] Finished: ColumnClickByIndex.test in 7685 (159 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:51:29.419 [INFO] !MESSAGE [AUT-0] Starting: ColumnTitleClick.test (160 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:51:29.453 [INFO] !MESSAGE Pass 160 (774) processed. 0 failed. spent: 56:50, 215:03 mins remaining. ColumnClickByIndex. time: 7685ms [INFO] Pass 160 (774) processed. 0 failed. spent: 56:50, 215:03 mins remaining. ColumnClickByIndex. time: 7685ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:51:36.807 [INFO] !MESSAGE [AUT-0] Finished: ColumnTitleClick.test in 5856 (160 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:51:36.809 [INFO] !MESSAGE [AUT-0] Starting: Comment 1-line.test (161 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:51:36.861 [INFO] !MESSAGE Pass 161 (774) processed. 0 failed. spent: 56:58, 213:53 mins remaining. ColumnTitleClick. time: 5856ms [INFO] Pass 161 (774) processed. 0 failed. spent: 56:58, 213:53 mins remaining. ColumnTitleClick. time: 5856ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:51:48.189 [INFO] !MESSAGE [AUT-0] Finished: Comment 1-line.test in 10220 (161 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:51:48.190 [INFO] !MESSAGE [AUT-0] Starting: Comment 2-lines.test (162 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:51:48.273 [INFO] !MESSAGE Pass 162 (774) processed. 0 failed. spent: 57:09, 212:55 mins remaining. Comment 1-line. time: 10220ms [INFO] Pass 162 (774) processed. 0 failed. spent: 57:09, 212:55 mins remaining. Comment 1-line. time: 10220ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:52:03.617 [INFO] !MESSAGE [AUT-0] Finished: Comment 2-lines.test in 13744 (162 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:52:03.619 [INFO] !MESSAGE [AUT-0] Starting: Comment javadoc.test (163 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:52:03.692 [INFO] !MESSAGE Pass 163 (774) processed. 0 failed. spent: 57:24, 212:12 mins remaining. Comment 2-lines. time: 13744ms [INFO] Pass 163 (774) processed. 0 failed. spent: 57:24, 212:12 mins remaining. Comment 2-lines. time: 13744ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:52:18.182 [INFO] !MESSAGE [AUT-0] Finished: Comment javadoc.test in 12825 (163 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:52:18.183 [INFO] !MESSAGE [AUT-0] Starting: CommentsSeveralLinesInScriptView.test (164 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:52:18.238 [INFO] !MESSAGE Pass 164 (774) processed. 0 failed. spent: 57:39, 211:29 mins remaining. Comment javadoc. time: 12825ms [INFO] Pass 164 (774) processed. 0 failed. spent: 57:39, 211:29 mins remaining. Comment javadoc. time: 12825ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:52:38.119 [INFO] !MESSAGE [AUT-0] Finished: CommentsSeveralLinesInScriptView.test in 18592 (164 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:52:38.121 [INFO] !MESSAGE [AUT-0] Starting: CompareTestCaseWithItsLocalHistory.test (165 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:52:38.155 [INFO] !MESSAGE Pass 165 (774) processed. 0 failed. spent: 57:59, 211:06 mins remaining. CommentsSeveralLinesInScriptView. time: 18592ms [INFO] Pass 165 (774) processed. 0 failed. spent: 57:59, 211:06 mins remaining. CommentsSeveralLinesInScriptView. time: 18592ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:53:10.578 [INFO] !MESSAGE [AUT-0] Finished: CompareTestCaseWithItsLocalHistory.test in 30971 (165 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:53:10.580 [INFO] !MESSAGE [AUT-0] Starting: CompareTestCasesByComparingProjects.test (166 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:53:10.596 [INFO] !MESSAGE Pass 166 (774) processed. 0 failed. spent: 58:31, 211:25 mins remaining. CompareTestCaseWithItsLocalHistory. time: 30971ms [INFO] Pass 166 (774) processed. 0 failed. spent: 58:31, 211:25 mins remaining. CompareTestCaseWithItsLocalHistory. time: 30971ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:53:28.006 [INFO] !MESSAGE [AUT-0] Finished: CompareTestCasesByComparingProjects.test in 16047 (166 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:53:28.007 [INFO] !MESSAGE [AUT-0] Starting: CompareTestCasesWithThreeWayComparison.test (167 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:53:28.056 [INFO] !MESSAGE Pass 167 (774) processed. 0 failed. spent: 58:49, 210:54 mins remaining. CompareTestCasesByComparingProjects. time: 16047ms [INFO] Pass 167 (774) processed. 0 failed. spent: 58:49, 210:54 mins remaining. CompareTestCasesByComparingProjects. time: 16047ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:53:44.916 [INFO] !MESSAGE [AUT-0] Finished: CompareTestCasesWithThreeWayComparison.test in 15507 (167 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:53:44.918 [INFO] !MESSAGE [AUT-0] Starting: CompareTwoTestCasesWithEachOther.test (168 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:53:44.978 [INFO] !MESSAGE Pass 168 (774) processed. 0 failed. spent: 59:06, 210:19 mins remaining. CompareTestCasesWithThreeWayComparison. time: 15507ms [INFO] Pass 168 (774) processed. 0 failed. spent: 59:06, 210:19 mins remaining. CompareTestCasesWithThreeWayComparison. time: 15507ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:54:01.341 [INFO] !MESSAGE [AUT-0] Finished: CompareTwoTestCasesWithEachOther.test in 15075 (168 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:54:01.342 [INFO] !MESSAGE [AUT-0] Starting: CompareTwoTestsCasesFromDiffenetProjectsWithEachOther.test (169 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:54:01.398 [INFO] !MESSAGE Pass 169 (774) processed. 0 failed. spent: 59:22, 209:41 mins remaining. CompareTwoTestCasesWithEachOther. time: 15075ms [INFO] Pass 169 (774) processed. 0 failed. spent: 59:22, 209:41 mins remaining. CompareTwoTestCasesWithEachOther. time: 15075ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:54:18.760 [INFO] !MESSAGE [AUT-0] Finished: CompareTwoTestsCasesFromDiffenetProjectsWithEachOther.test in 15951 (169 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:54:18.762 [INFO] !MESSAGE [AUT-0] Starting: ConfigureProjectDefaultVerifications.test (170 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:54:18.841 [INFO] !MESSAGE Pass 170 (774) processed. 0 failed. spent: 59:39, 209:07 mins remaining. CompareTwoTestsCasesFromDiffenetProjectsWithEachOther. time: 15951ms [INFO] Pass 170 (774) processed. 0 failed. spent: 59:39, 209:07 mins remaining. CompareTwoTestsCasesFromDiffenetProjectsWithEachOther. time: 15951ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:54:31.789 [INFO] !MESSAGE [AUT-0] Finished: ConfigureProjectDefaultVerifications.test in 11454 (170 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:54:31.792 [INFO] !MESSAGE [AUT-0] Starting: Context.test (171 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:54:31.856 [INFO] !MESSAGE Pass 171 (774) processed. 0 failed. spent: 59:52, 208:19 mins remaining. ConfigureProjectDefaultVerifications. time: 11454ms [INFO] Pass 171 (774) processed. 0 failed. spent: 59:52, 208:19 mins remaining. ConfigureProjectDefaultVerifications. time: 11454ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:54:46.191 [INFO] !MESSAGE [AUT-0] Finished: Context.test in 12760 (171 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:54:46.193 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Description.test (172 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:54:46.273 [INFO] !MESSAGE Pass 172 (774) processed. 0 failed. spent: 60:07, 207:38 mins remaining. Context. time: 12760ms [INFO] Pass 172 (774) processed. 0 failed. spent: 60:07, 207:38 mins remaining. Context. time: 12760ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:54:56.591 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Description.test in 9055 (172 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:54:56.593 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Name.test (173 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:54:56.685 [INFO] !MESSAGE Pass 173 (774) processed. 0 failed. spent: 60:17, 206:41 mins remaining. ContextMenu_Context. time: 9055ms [INFO] Pass 173 (774) processed. 0 failed. spent: 60:17, 206:41 mins remaining. ContextMenu_Context. time: 9055ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:55:06.988 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Name.test in 8879 (173 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:55:06.990 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Script.test (174 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:55:06.998 [INFO] !MESSAGE Pass 174 (774) processed. 0 failed. spent: 60:28, 205:47 mins remaining. ContextMenu_Name. time: 8879ms [INFO] Pass 174 (774) processed. 0 failed. spent: 60:28, 205:47 mins remaining. ContextMenu_Name. time: 8879ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:55:18.421 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Script.test in 9720 (174 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:55:18.423 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Tag.test (175 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:55:18.509 [INFO] !MESSAGE Pass 175 (774) processed. 0 failed. spent: 60:39, 204:54 mins remaining. ContextMenu_Script. time: 9720ms [INFO] Pass 175 (774) processed. 0 failed. spent: 60:39, 204:54 mins remaining. ContextMenu_Script. time: 9720ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:55:28.323 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Tag.test in 8643 (175 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:55:28.325 [INFO] !MESSAGE [AUT-0] Starting: ContextMenusOnOldProjects.test (176 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:55:28.421 [INFO] !MESSAGE Pass 176 (774) processed. 0 failed. spent: 60:49, 203:58 mins remaining. ContextMenu_Tag. time: 8643ms [INFO] Pass 176 (774) processed. 0 failed. spent: 60:49, 203:58 mins remaining. ContextMenu_Tag. time: 8643ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:55:37.223 [INFO] !MESSAGE [AUT-0] Finished: ContextMenusOnOldProjects.test in 7544 (176 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:55:37.225 [INFO] !MESSAGE [AUT-0] Starting: ContextNameUpdateInTestCaseAfterRename.test (177 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:55:37.232 [INFO] !MESSAGE Pass 177 (774) processed. 0 failed. spent: 60:58, 202:59 mins remaining. ContextMenusOnOldProjects. time: 7544ms [INFO] Pass 177 (774) processed. 0 failed. spent: 60:58, 202:59 mins remaining. ContextMenusOnOldProjects. time: 7544ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:56:12.125 [INFO] !MESSAGE [AUT-0] Finished: ContextNameUpdateInTestCaseAfterRename.test in 33351 (177 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:56:12.127 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_Capturing.failed.test (178 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:56:12.177 [INFO] !MESSAGE Pass 178 (774) processed. 0 failed. spent: 61:33, 203:27 mins remaining. ContextNameUpdateInTestCaseAfterRename. time: 33351ms [INFO] Pass 178 (774) processed. 0 failed. spent: 61:33, 203:27 mins remaining. ContextNameUpdateInTestCaseAfterRename. time: 33351ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:56:38.083 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_Capturing.failed.test in 24626 (178 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:56:38.084 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_ControlPanel.scenario (179 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:56:38.099 [INFO] !MESSAGE Pass 179 (774) processed. 0 failed. spent: 61:59, 203:24 mins remaining. ContextSelectionDialog_Capturing. time: 24626ms [INFO] Pass 179 (774) processed. 0 failed. spent: 61:59, 203:24 mins remaining. ContextSelectionDialog_Capturing. time: 24626ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:57:03.568 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_ControlPanel.scenario in 23996 (179 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:57:03.569 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_GroupContextEditor.scenario (180 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:57:03.631 [INFO] !MESSAGE Pass 180 (774) processed. 0 failed. spent: 62:24, 203:18 mins remaining. ContextSelectionDialog_ControlPanel. time: 23996ms [INFO] Pass 180 (774) processed. 0 failed. spent: 62:24, 203:18 mins remaining. ContextSelectionDialog_ControlPanel. time: 23996ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:57:13.995 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_GroupContextEditor.scenario in 9067 (180 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:57:13.997 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_ScenarioEditor.scenario (181 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:57:14.047 [INFO] !MESSAGE Pass 181 (774) processed. 0 failed. spent: 62:35, 202:27 mins remaining. ContextSelectionDialog_GroupContextEditor. time: 9067ms [INFO] Pass 181 (774) processed. 0 failed. spent: 62:35, 202:27 mins remaining. ContextSelectionDialog_GroupContextEditor. time: 9067ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:57:24.414 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_ScenarioEditor.scenario in 8996 (181 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:57:24.416 [INFO] !MESSAGE [AUT-0] Starting: ControlPanel.test (182 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:57:24.459 [INFO] !MESSAGE Pass 182 (774) processed. 0 failed. spent: 62:45, 201:33 mins remaining. ContextSelectionDialog_ScenarioEditor. time: 8996ms [INFO] Pass 182 (774) processed. 0 failed. spent: 62:45, 201:33 mins remaining. ContextSelectionDialog_ScenarioEditor. time: 8996ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:57:43.259 [INFO] !MESSAGE [AUT-0] Finished: ControlPanel.test in 17503 (182 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:57:43.261 [INFO] !MESSAGE [AUT-0] Starting: ControlPanelShoudBeResizeble.test (183 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:57:43.281 [INFO] !MESSAGE Pass 183 (774) processed. 0 failed. spent: 63:04, 201:07 mins remaining. ControlPanel. time: 17503ms [INFO] Pass 183 (774) processed. 0 failed. spent: 63:04, 201:07 mins remaining. ControlPanel. time: 17503ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:58:53.181 [INFO] !MESSAGE [AUT-0] Finished: ControlPanelShoudBeResizeble.test in 68716 (183 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:58:53.183 [INFO] !MESSAGE [AUT-0] Starting: ControlPanelUI.test (184 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:58:53.247 [INFO] !MESSAGE Pass 184 (774) processed. 0 failed. spent: 64:14, 203:24 mins remaining. ControlPanelShoudBeResizeble. time: 68716ms [INFO] Pass 184 (774) processed. 0 failed. spent: 64:14, 203:24 mins remaining. ControlPanelShoudBeResizeble. time: 68716ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:59:06.099 [INFO] !MESSAGE [AUT-0] Finished: ControlPanelUI.test in 11313 (184 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:59:06.100 [INFO] !MESSAGE [AUT-0] Starting: Copy Workspace Context.test (185 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:59:06.162 [INFO] !MESSAGE Pass 185 (774) processed. 0 failed. spent: 64:27, 202:39 mins remaining. ControlPanelUI. time: 11313ms [INFO] Pass 185 (774) processed. 0 failed. spent: 64:27, 202:39 mins remaining. ControlPanelUI. time: 11313ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:59:29.002 [INFO] !MESSAGE [AUT-0] Finished: Copy Workspace Context.test in 21464 (185 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:59:29.004 [INFO] !MESSAGE [AUT-0] Starting: Copy of ContextMenu_Verification.test (186 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:59:29.089 [INFO] !MESSAGE Pass 186 (774) processed. 0 failed. spent: 64:50, 202:25 mins remaining. Copy Workspace Context. time: 21464ms [INFO] Pass 186 (774) processed. 0 failed. spent: 64:50, 202:25 mins remaining. Copy Workspace Context. time: 21464ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:59:39.396 [INFO] !MESSAGE [AUT-0] Finished: Copy of ContextMenu_Verification.test in 8920 (186 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 15:59:39.398 [INFO] !MESSAGE [AUT-0] Starting: CopyAndMergeFolderToProjectWithDuplicateFolder.test (187 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 15:59:39.402 [INFO] !MESSAGE Pass 187 (774) processed. 0 failed. spent: 65:00, 201:32 mins remaining. Copy of ContextMenu_Verification. time: 8920ms [INFO] Pass 187 (774) processed. 0 failed. spent: 65:00, 201:32 mins remaining. Copy of ContextMenu_Verification. time: 8920ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:00:06.338 [INFO] !MESSAGE [AUT-0] Finished: CopyAndMergeFolderToProjectWithDuplicateFolder.test in 25569 (187 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:00:06.339 [INFO] !MESSAGE [AUT-0] Starting: CopyAndRenameContext.test (188 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:00:06.359 [INFO] !MESSAGE Pass 188 (774) processed. 0 failed. spent: 65:27, 201:31 mins remaining. CopyAndMergeFolderToProjectWithDuplicateFolder. time: 25569ms [INFO] Pass 188 (774) processed. 0 failed. spent: 65:27, 201:31 mins remaining. CopyAndMergeFolderToProjectWithDuplicateFolder. time: 25569ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:00:22.247 [INFO] !MESSAGE [AUT-0] Finished: CopyAndRenameContext.test in 14265 (188 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:00:22.248 [INFO] !MESSAGE [AUT-0] Starting: CopyAndRenameProject.test (189 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:00:22.278 [INFO] !MESSAGE Pass 189 (774) processed. 0 failed. spent: 65:43, 200:56 mins remaining. CopyAndRenameContext. time: 14265ms [INFO] Pass 189 (774) processed. 0 failed. spent: 65:43, 200:56 mins remaining. CopyAndRenameContext. time: 14265ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:00:39.180 [INFO] !MESSAGE [AUT-0] Finished: CopyAndRenameProject.test in 15438 (189 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:00:39.182 [INFO] !MESSAGE [AUT-0] Starting: CopyAndRenameTestToTheSameLocation.test (190 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:00:39.199 [INFO] !MESSAGE Pass 190 (774) processed. 0 failed. spent: 66:00, 200:24 mins remaining. CopyAndRenameProject. time: 15438ms [INFO] Pass 190 (774) processed. 0 failed. spent: 66:00, 200:24 mins remaining. CopyAndRenameProject. time: 15438ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:00:54.557 [INFO] !MESSAGE [AUT-0] Finished: CopyAndRenameTestToTheSameLocation.test in 14105 (190 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:00:54.559 [INFO] !MESSAGE [AUT-0] Starting: CopyContextFromOneGroupContextToAnother_NEW.test (191 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:00:54.618 [INFO] !MESSAGE Pass 191 (774) processed. 0 failed. spent: 66:15, 199:46 mins remaining. CopyAndRenameTestToTheSameLocation. time: 14105ms [INFO] Pass 191 (774) processed. 0 failed. spent: 66:15, 199:46 mins remaining. CopyAndRenameTestToTheSameLocation. time: 14105ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:01:11.499 [INFO] !MESSAGE [AUT-0] Finished: CopyContextFromOneGroupContextToAnother_NEW.test in 15475 (191 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:01:11.500 [INFO] !MESSAGE [AUT-0] Starting: CopyContextListToAnotherTestInOneProject.test (192 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:01:11.539 [INFO] !MESSAGE Pass 192 (774) processed. 0 failed. spent: 66:32, 199:15 mins remaining. CopyContextFromOneGroupContextToAnother_NEW. time: 15475ms [INFO] Pass 192 (774) processed. 0 failed. spent: 66:32, 199:15 mins remaining. CopyContextFromOneGroupContextToAnother_NEW. time: 15475ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:01:27.404 [INFO] !MESSAGE [AUT-0] Finished: CopyContextListToAnotherTestInOneProject.test in 14256 (192 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:01:27.405 [INFO] !MESSAGE [AUT-0] Starting: CopyContextListToTestByShortKey.test (193 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:01:27.458 [INFO] !MESSAGE Pass 193 (774) processed. 0 failed. spent: 66:48, 198:41 mins remaining. CopyContextListToAnotherTestInOneProject. time: 14256ms [INFO] Pass 193 (774) processed. 0 failed. spent: 66:48, 198:41 mins remaining. CopyContextListToAnotherTestInOneProject. time: 14256ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:01:43.293 [INFO] !MESSAGE [AUT-0] Finished: CopyContextListToTestByShortKey.test in 14692 (193 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:01:43.295 [INFO] !MESSAGE [AUT-0] Starting: CopyContextListToTestFromReferencedProject.test (194 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:01:43.377 [INFO] !MESSAGE Pass 194 (774) processed. 0 failed. spent: 67:04, 198:07 mins remaining. CopyContextListToTestByShortKey. time: 14692ms [INFO] Pass 194 (774) processed. 0 failed. spent: 67:04, 198:07 mins remaining. CopyContextListToTestByShortKey. time: 14692ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:02:00.717 [INFO] !MESSAGE [AUT-0] Finished: CopyContextListToTestFromReferencedProject.test in 16079 (194 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:02:00.719 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToAnotherProject.test (195 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:02:00.798 [INFO] !MESSAGE Pass 195 (774) processed. 0 failed. spent: 67:21, 197:36 mins remaining. CopyContextListToTestFromReferencedProject. time: 16079ms [INFO] Pass 195 (774) processed. 0 failed. spent: 67:21, 197:36 mins remaining. CopyContextListToTestFromReferencedProject. time: 16079ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:02:34.640 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToAnotherProject.test in 32296 (195 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:02:34.642 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToProjectWithDuplicateContext.test (196 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:02:34.648 [INFO] !MESSAGE Pass 196 (774) processed. 0 failed. spent: 67:55, 197:55 mins remaining. CopyContextToAnotherProject. time: 32296ms [INFO] Pass 196 (774) processed. 0 failed. spent: 67:55, 197:55 mins remaining. CopyContextToAnotherProject. time: 32296ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:02:54.078 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToProjectWithDuplicateContext.test in 18007 (196 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:02:54.079 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToTestFromNotReferencedProject.test (197 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:02:54.171 [INFO] !MESSAGE Pass 197 (774) processed. 0 failed. spent: 68:15, 197:32 mins remaining. CopyContextToProjectWithDuplicateContext. time: 18007ms [INFO] Pass 197 (774) processed. 0 failed. spent: 68:15, 197:32 mins remaining. CopyContextToProjectWithDuplicateContext. time: 18007ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:03:26.006 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToTestFromNotReferencedProject.test in 30695 (197 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:03:26.007 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToTheSameLocation.test (198 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:03:26.016 [INFO] !MESSAGE Pass 198 (774) processed. 0 failed. spent: 68:47, 197:45 mins remaining. CopyContextToTestFromNotReferencedProject. time: 30695ms [INFO] Pass 198 (774) processed. 0 failed. spent: 68:47, 197:45 mins remaining. CopyContextToTestFromNotReferencedProject. time: 30695ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:03:41.399 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToTheSameLocation.test in 13987 (198 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:03:41.401 [INFO] !MESSAGE [AUT-0] Starting: CopyCutPasteDescriptionInDefaultContext.test (199 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:03:41.450 [INFO] !MESSAGE Pass 199 (774) processed. 0 failed. spent: 69:02, 197:08 mins remaining. CopyContextToTheSameLocation. time: 13987ms [INFO] Pass 199 (774) processed. 0 failed. spent: 69:02, 197:08 mins remaining. CopyContextToTheSameLocation. time: 13987ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:03:53.286 [INFO] !MESSAGE [AUT-0] Finished: CopyCutPasteDescriptionInDefaultContext.test in 10665 (199 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:03:53.288 [INFO] !MESSAGE [AUT-0] Starting: CopyDirectory.test (200 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:03:53.363 [INFO] !MESSAGE Pass 200 (774) processed. 0 failed. spent: 69:14, 196:23 mins remaining. CopyCutPasteDescriptionInDefaultContext. time: 10665ms [INFO] Pass 200 (774) processed. 0 failed. spent: 69:14, 196:23 mins remaining. CopyCutPasteDescriptionInDefaultContext. time: 10665ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:04:10.701 [INFO] !MESSAGE [AUT-0] Finished: CopyDirectory.test in 15919 (200 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:04:10.702 [INFO] !MESSAGE [AUT-0] Starting: CopyFile.test (201 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:04:10.786 [INFO] !MESSAGE Pass 201 (774) processed. 0 failed. spent: 69:31, 195:52 mins remaining. CopyDirectory. time: 15919ms [INFO] Pass 201 (774) processed. 0 failed. spent: 69:31, 195:52 mins remaining. CopyDirectory. time: 15919ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:04:28.596 [INFO] !MESSAGE [AUT-0] Finished: CopyFile.test in 16691 (201 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:04:28.598 [INFO] !MESSAGE [AUT-0] Starting: CopyFolderToAnotherProject.test (202 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:04:28.608 [INFO] !MESSAGE Pass 202 (774) processed. 0 failed. spent: 69:49, 195:25 mins remaining. CopyFile. time: 16691ms [INFO] Pass 202 (774) processed. 0 failed. spent: 69:49, 195:25 mins remaining. CopyFile. time: 16691ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:04:54.994 [INFO] !MESSAGE [AUT-0] Finished: CopyFolderToAnotherProject.test in 25230 (202 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:04:54.995 [INFO] !MESSAGE [AUT-0] Starting: CopyFolderToTheSameLocation.test (203 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:04:55.040 [INFO] !MESSAGE Pass 203 (774) processed. 0 failed. spent: 70:16, 195:22 mins remaining. CopyFolderToAnotherProject. time: 25230ms [INFO] Pass 203 (774) processed. 0 failed. spent: 70:16, 195:22 mins remaining. CopyFolderToAnotherProject. time: 25230ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:05:26.924 [INFO] !MESSAGE [AUT-0] Finished: CopyFolderToTheSameLocation.test in 30383 (203 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:05:26.925 [INFO] !MESSAGE [AUT-0] Starting: CopyGroupContextWithAddingReference_NEW.test (204 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:05:26.977 [INFO] !MESSAGE Pass 204 (774) processed. 0 failed. spent: 70:48, 195:33 mins remaining. CopyFolderToTheSameLocation. time: 30383ms [INFO] Pass 204 (774) processed. 0 failed. spent: 70:48, 195:33 mins remaining. CopyFolderToTheSameLocation. time: 30383ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:05:51.345 [INFO] !MESSAGE [AUT-0] Finished: CopyGroupContextWithAddingReference_NEW.test in 23136 (204 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:05:51.355 [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-06-10 16:05:51.406 [INFO] !MESSAGE Pass 205 (774) processed. 0 failed. spent: 71:12, 195:22 mins remaining. CopyGroupContextWithAddingReference_NEW. time: 23136ms [INFO] Pass 205 (774) processed. 0 failed. spent: 71:12, 195:22 mins remaining. CopyGroupContextWithAddingReference_NEW. time: 23136ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:06:02.249 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In ECL Context Editor From Menu.test in 9578 (205 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:06:02.250 [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-06-10 16:06:02.320 [INFO] !MESSAGE Pass 206 (774) processed. 0 failed. spent: 71:23, 194:35 mins remaining. CopyPaste In ECL Context Editor From Menu. time: 9578ms [INFO] Pass 206 (774) processed. 0 failed. spent: 71:23, 194:35 mins remaining. CopyPaste In ECL Context Editor From Menu. time: 9578ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:06:12.653 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Folder Context Editor From Menu.test in 8950 (206 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:06:12.654 [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-06-10 16:06:12.733 [INFO] !MESSAGE Pass 207 (774) processed. 0 failed. spent: 71:33, 193:46 mins remaining. CopyPaste In Folder Context Editor From Menu. time: 8950ms [INFO] Pass 207 (774) processed. 0 failed. spent: 71:33, 193:46 mins remaining. CopyPaste In Folder Context Editor From Menu. time: 8950ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:06:25.060 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Group Context Editor From Menu.test in 10793 (207 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:06:25.062 [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-06-10 16:06:25.149 [INFO] !MESSAGE Pass 208 (774) processed. 0 failed. spent: 71:46, 193:05 mins remaining. CopyPaste In Group Context Editor From Menu. time: 10793ms [INFO] Pass 208 (774) processed. 0 failed. spent: 71:46, 193:05 mins remaining. CopyPaste In Group Context Editor From Menu. time: 10793ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:06:36.015 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Launch Context Editor From Menu.test in 9508 (208 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:06:36.017 [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-06-10 16:06:36.059 [INFO] !MESSAGE Pass 209 (774) processed. 0 failed. spent: 71:57, 192:19 mins remaining. CopyPaste In Launch Context Editor From Menu. time: 9508ms [INFO] Pass 209 (774) processed. 0 failed. spent: 71:57, 192:19 mins remaining. CopyPaste In Launch Context Editor From Menu. time: 9508ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:06:47.955 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Parameters Context Editor From Menu.test in 10441 (209 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:06:47.957 [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-06-10 16:06:47.971 [INFO] !MESSAGE Pass 210 (774) processed. 0 failed. spent: 72:09, 191:36 mins remaining. CopyPaste In Parameters Context Editor From Menu. time: 10441ms [INFO] Pass 210 (774) processed. 0 failed. spent: 72:09, 191:36 mins remaining. CopyPaste In Parameters Context Editor From Menu. time: 10441ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:06:58.869 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Preference Context Editor From Menu.test in 9693 (210 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:06:58.870 [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-06-10 16:06:58.884 [INFO] !MESSAGE Pass 211 (774) processed. 0 failed. spent: 72:20, 190:51 mins remaining. CopyPaste In Preference Context Editor From Menu. time: 9693ms [INFO] Pass 211 (774) processed. 0 failed. spent: 72:20, 190:51 mins remaining. CopyPaste In Preference Context Editor From Menu. time: 9693ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:07:09.277 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Project Settings Editor From Menu.test in 9136 (211 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:07:09.279 [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-06-10 16:07:09.296 [INFO] !MESSAGE Pass 212 (774) processed. 0 failed. spent: 72:30, 190:03 mins remaining. CopyPaste In Project Settings Editor From Menu. time: 9136ms [INFO] Pass 212 (774) processed. 0 failed. spent: 72:30, 190:03 mins remaining. CopyPaste In Project Settings Editor From Menu. time: 9136ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:07:20.678 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Super Context Editor From Menu.test in 10039 (212 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:07:20.680 [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-06-10 16:07:20.710 [INFO] !MESSAGE Pass 213 (774) processed. 0 failed. spent: 72:41, 189:18 mins remaining. CopyPaste In Super Context Editor From Menu. time: 10039ms [INFO] Pass 213 (774) processed. 0 failed. spent: 72:41, 189:18 mins remaining. CopyPaste In Super Context Editor From Menu. time: 10039ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:07:34.145 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Test Case Editor From Menu.test in 11878 (213 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:07:34.146 [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-06-10 16:07:34.227 [INFO] !MESSAGE Pass 214 (774) processed. 0 failed. spent: 72:55, 188:42 mins remaining. CopyPaste In Test Case Editor From Menu. time: 11878ms [INFO] Pass 214 (774) processed. 0 failed. spent: 72:55, 188:42 mins remaining. CopyPaste In Test Case Editor From Menu. time: 11878ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:07:46.064 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Verification Editor From Menu.test in 10634 (214 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:07:46.066 [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-06-10 16:07:46.141 [INFO] !MESSAGE Pass 215 (774) processed. 0 failed. spent: 73:07, 188:00 mins remaining. CopyPaste In Verification Editor From Menu. time: 10634ms [INFO] Pass 215 (774) processed. 0 failed. spent: 73:07, 188:00 mins remaining. CopyPaste In Verification Editor From Menu. time: 10634ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:07:57.475 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Workbench Context Editor From Menu.test in 10001 (215 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:07:57.476 [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-06-10 16:07:57.554 [INFO] !MESSAGE Pass 216 (774) processed. 0 failed. spent: 73:18, 187:17 mins remaining. CopyPaste In Workbench Context Editor From Menu. time: 10001ms [INFO] Pass 216 (774) processed. 0 failed. spent: 73:18, 187:17 mins remaining. CopyPaste In Workbench Context Editor From Menu. time: 10001ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:08:13.407 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Workspace Context Editor From Menu.test in 14639 (216 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:08:13.408 [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-06-10 16:08:13.473 [INFO] !MESSAGE Pass 217 (774) processed. 0 failed. spent: 73:34, 186:46 mins remaining. CopyPaste In Workspace Context Editor From Menu. time: 14639ms [INFO] Pass 217 (774) processed. 0 failed. spent: 73:34, 186:46 mins remaining. CopyPaste In Workspace Context Editor From Menu. time: 14639ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:08:24.323 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters From One Context To Another.test in 9479 (217 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:08:24.325 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters To Text Field.test (218 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:08:24.387 [INFO] !MESSAGE Pass 218 (774) processed. 0 failed. spent: 73:45, 186:03 mins remaining. CopyPaste Parameters From One Context To Another. time: 9479ms [INFO] Pass 218 (774) processed. 0 failed. spent: 73:45, 186:03 mins remaining. CopyPaste Parameters From One Context To Another. time: 9479ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:08:34.737 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters To Text Field.test in 8802 (218 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:08:34.739 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters_Conflict.test (219 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:08:34.798 [INFO] !MESSAGE Pass 219 (774) processed. 0 failed. spent: 73:55, 185:17 mins remaining. CopyPaste Parameters To Text Field. time: 8802ms [INFO] Pass 219 (774) processed. 0 failed. spent: 73:55, 185:17 mins remaining. CopyPaste Parameters To Text Field. time: 8802ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:08:51.156 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters_Conflict.test in 15149 (219 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:08:51.158 [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-06-10 16:08:51.213 [INFO] !MESSAGE Pass 220 (774) processed. 0 failed. spent: 74:12, 184:49 mins remaining. CopyPaste Parameters_Conflict. time: 15149ms [INFO] Pass 220 (774) processed. 0 failed. spent: 74:12, 184:49 mins remaining. CopyPaste Parameters_Conflict. time: 15149ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:09:06.553 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters_Ctrl+C_Ctrl+V.test in 13857 (220 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:09:06.555 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters_Menu.test (221 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:09:06.631 [INFO] !MESSAGE Pass 221 (774) processed. 0 failed. spent: 74:27, 184:17 mins remaining. CopyPaste Parameters_Ctrl+C_Ctrl+V. time: 13857ms [INFO] Pass 221 (774) processed. 0 failed. spent: 74:27, 184:17 mins remaining. CopyPaste Parameters_Ctrl+C_Ctrl+V. time: 13857ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:09:17.951 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters_Menu.test in 10014 (221 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:09:17.953 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste in Script Viewer.test (222 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:09:18.045 [INFO] !MESSAGE Pass 222 (774) processed. 0 failed. spent: 74:39, 183:37 mins remaining. CopyPaste Parameters_Menu. time: 10014ms [INFO] Pass 222 (774) processed. 0 failed. spent: 74:39, 183:37 mins remaining. CopyPaste Parameters_Menu. time: 10014ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:09:35.903 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste in Script Viewer.test in 16245 (222 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:09:35.904 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteContextBetweenTestsByDragDrop.test (223 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:09:35.966 [INFO] !MESSAGE Pass 223 (774) processed. 0 failed. spent: 74:57, 183:12 mins remaining. CopyPaste in Script Viewer. time: 16245ms [INFO] Pass 223 (774) processed. 0 failed. spent: 74:57, 183:12 mins remaining. CopyPaste in Script Viewer. time: 16245ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:09:51.824 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteContextBetweenTestsByDragDrop.test in 14618 (223 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:09:51.826 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteEditorsBetweenWBContexts.test (224 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:09:51.884 [INFO] !MESSAGE Pass 224 (774) processed. 0 failed. spent: 75:13, 182:42 mins remaining. CopyPasteContextBetweenTestsByDragDrop. time: 14618ms [INFO] Pass 224 (774) processed. 0 failed. spent: 75:13, 182:42 mins remaining. CopyPasteContextBetweenTestsByDragDrop. time: 14618ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:10:16.245 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteEditorsBetweenWBContexts.test in 23052 (224 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:10:16.247 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteProjectByShortKeys.test (225 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:10:16.315 [INFO] !MESSAGE Pass 225 (774) processed. 0 failed. spent: 75:37, 182:32 mins remaining. CopyPasteEditorsBetweenWBContexts. time: 23052ms [INFO] Pass 225 (774) processed. 0 failed. spent: 75:37, 182:32 mins remaining. CopyPasteEditorsBetweenWBContexts. time: 23052ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:10:39.676 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteProjectByShortKeys.test in 21882 (225 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:10:39.677 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTestsBetweenTestSuites.test (226 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:10:39.742 [INFO] !MESSAGE Pass 226 (774) processed. 0 failed. spent: 76:00, 182:20 mins remaining. CopyPasteProjectByShortKeys. time: 21882ms [INFO] Pass 226 (774) processed. 0 failed. spent: 76:00, 182:20 mins remaining. CopyPasteProjectByShortKeys. time: 21882ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:10:55.566 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTestsBetweenTestSuites.test in 14554 (226 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:10:55.568 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTestsBetweenTestSuitesByDragDrop.test (227 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:10:55.660 [INFO] !MESSAGE Pass 227 (774) processed. 0 failed. spent: 76:16, 181:50 mins remaining. CopyPasteTestsBetweenTestSuites. time: 14554ms [INFO] Pass 227 (774) processed. 0 failed. spent: 76:16, 181:50 mins remaining. CopyPasteTestsBetweenTestSuites. time: 14554ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:11:11.996 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTestsBetweenTestSuitesByDragDrop.test in 15043 (227 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:11:11.998 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTestsBetweenTestSuitesByShortKey.test (228 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:11:12.080 [INFO] !MESSAGE Pass 228 (774) processed. 0 failed. spent: 76:33, 181:23 mins remaining. CopyPasteTestsBetweenTestSuitesByDragDrop. time: 15043ms [INFO] Pass 228 (774) processed. 0 failed. spent: 76:33, 181:23 mins remaining. CopyPasteTestsBetweenTestSuitesByDragDrop. time: 15043ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:11:28.418 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTestsBetweenTestSuitesByShortKey.test in 15205 (228 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:11:28.419 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTextInDescriptionByShortKey.test (229 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:11:28.500 [INFO] !MESSAGE Pass 229 (774) processed. 0 failed. spent: 76:49, 180:54 mins remaining. CopyPasteTestsBetweenTestSuitesByShortKey. time: 15205ms [INFO] Pass 229 (774) processed. 0 failed. spent: 76:49, 180:54 mins remaining. CopyPasteTestsBetweenTestSuitesByShortKey. time: 15205ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:11:47.352 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTextInDescriptionByShortKey.test in 17586 (229 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:11:47.353 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteViewsBetweenWBContexts.test (230 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:11:47.423 [INFO] !MESSAGE Pass 230 (774) processed. 0 failed. spent: 77:08, 180:31 mins remaining. CopyPasteTextInDescriptionByShortKey. time: 17586ms [INFO] Pass 230 (774) processed. 0 failed. spent: 77:08, 180:31 mins remaining. CopyPasteTextInDescriptionByShortKey. time: 17586ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:12:05.755 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteViewsBetweenWBContexts.test in 17050 (230 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:12:05.757 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteWSContextWithUncheckedClearWorkspaceOption.test (231 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:12:05.846 [INFO] !MESSAGE Pass 231 (774) processed. 0 failed. spent: 77:26, 180:07 mins remaining. CopyPasteViewsBetweenWBContexts. time: 17050ms [INFO] Pass 231 (774) processed. 0 failed. spent: 77:26, 180:07 mins remaining. CopyPasteViewsBetweenWBContexts. time: 17050ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:12:25.174 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteWSContextWithUncheckedClearWorkspaceOption.test in 18136 (231 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:12:25.176 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteWithMenuIntoEmptyField.test (232 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:12:25.269 [INFO] !MESSAGE Pass 232 (774) processed. 0 failed. spent: 77:46, 179:47 mins remaining. CopyPasteWSContextWithUncheckedClearWorkspaceOption. time: 18136ms [INFO] Pass 232 (774) processed. 0 failed. spent: 77:46, 179:47 mins remaining. CopyPasteWSContextWithUncheckedClearWorkspaceOption. time: 18136ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:12:34.552 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteWithMenuIntoEmptyField.test in 7823 (232 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:12:34.554 [INFO] !MESSAGE [AUT-0] Starting: CopyProject.test (233 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:12:34.580 [INFO] !MESSAGE Pass 233 (774) processed. 0 failed. spent: 77:55, 179:02 mins remaining. CopyPasteWithMenuIntoEmptyField. time: 7823ms [INFO] Pass 233 (774) processed. 0 failed. spent: 77:55, 179:02 mins remaining. CopyPasteWithMenuIntoEmptyField. time: 7823ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:12:56.966 [INFO] !MESSAGE [AUT-0] Finished: CopyProject.test in 20735 (233 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:12:56.967 [INFO] !MESSAGE [AUT-0] Starting: CopyProjectAfterDeletingReferences.test (234 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:12:57.008 [INFO] !MESSAGE Pass 234 (774) processed. 0 failed. spent: 78:18, 178:49 mins remaining. CopyProject. time: 20735ms [INFO] Pass 234 (774) processed. 0 failed. spent: 78:18, 178:49 mins remaining. CopyProject. time: 20735ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:13:18.855 [INFO] !MESSAGE [AUT-0] Finished: CopyProjectAfterDeletingReferences.test in 20231 (234 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:13:18.857 [INFO] !MESSAGE [AUT-0] Starting: CopyTestSuite.test (235 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:13:18.936 [INFO] !MESSAGE Pass 235 (774) processed. 0 failed. spent: 78:40, 178:34 mins remaining. CopyProjectAfterDeletingReferences. time: 20231ms [INFO] Pass 235 (774) processed. 0 failed. spent: 78:40, 178:34 mins remaining. CopyProjectAfterDeletingReferences. time: 20231ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:13:33.798 [INFO] !MESSAGE [AUT-0] Finished: CopyTestSuite.test in 13435 (235 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:13:33.799 [INFO] !MESSAGE [AUT-0] Starting: CopyTestToAnotherProjectAndGetUnresolvedRefs.test (236 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:13:33.855 [INFO] !MESSAGE Pass 236 (774) processed. 0 failed. spent: 78:54, 178:01 mins remaining. CopyTestSuite. time: 13435ms [INFO] Pass 236 (774) processed. 0 failed. spent: 78:54, 178:01 mins remaining. CopyTestSuite. time: 13435ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:13:54.721 [INFO] !MESSAGE [AUT-0] Finished: CopyTestToAnotherProjectAndGetUnresolvedRefs.test in 19233 (236 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:13:54.722 [INFO] !MESSAGE [AUT-0] Starting: CopyTestToProjectWithDuplicateTest.test (237 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:13:54.780 [INFO] !MESSAGE Pass 237 (774) processed. 0 failed. spent: 79:15, 177:43 mins remaining. CopyTestToAnotherProjectAndGetUnresolvedRefs. time: 19233ms [INFO] Pass 237 (774) processed. 0 failed. spent: 79:15, 177:43 mins remaining. CopyTestToAnotherProjectAndGetUnresolvedRefs. time: 19233ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:14:14.123 [INFO] !MESSAGE [AUT-0] Finished: CopyTestToProjectWithDuplicateTest.test in 17897 (237 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:14:14.125 [INFO] !MESSAGE [AUT-0] Starting: CopyTestToTheSameLocation.test (238 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:14:14.203 [INFO] !MESSAGE Pass 238 (774) processed. 0 failed. spent: 79:35, 177:24 mins remaining. CopyTestToProjectWithDuplicateTest. time: 17897ms [INFO] Pass 238 (774) processed. 0 failed. spent: 79:35, 177:24 mins remaining. CopyTestToProjectWithDuplicateTest. time: 17897ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:14:30.026 [INFO] !MESSAGE [AUT-0] Finished: CopyTestToTheSameLocation.test in 14503 (238 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:14:30.028 [INFO] !MESSAGE [AUT-0] Starting: CopyTestWithItsRefsToAnotherProject.test (239 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:14:30.123 [INFO] !MESSAGE Pass 239 (774) processed. 0 failed. spent: 79:51, 176:55 mins remaining. CopyTestToTheSameLocation. time: 14503ms [INFO] Pass 239 (774) processed. 0 failed. spent: 79:51, 176:55 mins remaining. CopyTestToTheSameLocation. time: 14503ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:14:44.930 [INFO] !MESSAGE [AUT-0] Finished: CopyTestWithItsRefsToAnotherProject.test in 13359 (239 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:14:44.931 [INFO] !MESSAGE [AUT-0] Starting: Create New ECL Context.test (240 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:14:44.943 [INFO] !MESSAGE Pass 240 (774) processed. 0 failed. spent: 80:06, 176:25 mins remaining. CopyTestWithItsRefsToAnotherProject. time: 13359ms [INFO] Pass 240 (774) processed. 0 failed. spent: 80:06, 176:25 mins remaining. CopyTestWithItsRefsToAnotherProject. time: 13359ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:14:56.309 [INFO] !MESSAGE [AUT-0] Finished: Create New ECL Context.test in 10016 (240 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:14:56.311 [INFO] !MESSAGE [AUT-0] Starting: Create New Preference Context.test (241 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:14:56.356 [INFO] !MESSAGE Pass 241 (774) processed. 0 failed. spent: 80:17, 175:45 mins remaining. Create New ECL Context. time: 10016ms [INFO] Pass 241 (774) processed. 0 failed. spent: 80:17, 175:45 mins remaining. Create New ECL Context. time: 10016ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:15:07.691 [INFO] !MESSAGE [AUT-0] Finished: Create New Preference Context.test in 9974 (241 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:15:07.693 [INFO] !MESSAGE [AUT-0] Starting: Create New Workbench Context.test (242 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:15:07.770 [INFO] !MESSAGE Pass 242 (774) processed. 0 failed. spent: 80:28, 175:06 mins remaining. Create New Preference Context. time: 9974ms [INFO] Pass 242 (774) processed. 0 failed. spent: 80:28, 175:06 mins remaining. Create New Preference Context. time: 9974ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:15:19.579 [INFO] !MESSAGE [AUT-0] Finished: Create New Workbench Context.test in 10426 (242 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:15:19.580 [INFO] !MESSAGE [AUT-0] Starting: Create New Workspace Context.test (243 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:15:19.584 [INFO] !MESSAGE Pass 243 (774) processed. 0 failed. spent: 80:40, 174:30 mins remaining. Create New Workbench Context. time: 10426ms [INFO] Pass 243 (774) processed. 0 failed. spent: 80:40, 174:30 mins remaining. Create New Workbench Context. time: 10426ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:15:31.483 [INFO] !MESSAGE [AUT-0] Finished: Create New Workspace Context.test in 10323 (243 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:15:31.485 [INFO] !MESSAGE [AUT-0] Starting: Create Project With Copy Paste.scenario (244 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:15:31.499 [INFO] !MESSAGE Pass 244 (774) processed. 0 failed. spent: 80:52, 173:53 mins remaining. Create New Workspace Context. time: 10323ms [INFO] Pass 244 (774) processed. 0 failed. spent: 80:52, 173:53 mins remaining. Create New Workspace Context. time: 10323ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:15:41.331 [INFO] !MESSAGE [AUT-0] Finished: Create Project With Copy Paste.scenario in 8431 (244 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:15:41.333 [INFO] !MESSAGE [AUT-0] Starting: CreateAUTWithExistingName.test (245 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:15:41.412 [INFO] !MESSAGE Pass 245 (774) processed. 0 failed. spent: 81:02, 173:13 mins remaining. Create Project With Copy Paste. time: 8431ms [INFO] Pass 245 (774) processed. 0 failed. spent: 81:02, 173:13 mins remaining. Create Project With Copy Paste. time: 8431ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:16:00.161 [INFO] !MESSAGE [AUT-0] Finished: CreateAUTWithExistingName.test in 17509 (245 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:16:00.162 [INFO] !MESSAGE [AUT-0] Starting: CreateAUTWithIncorrectSymbols.test (246 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:16:00.174 [INFO] !MESSAGE Pass 246 (774) processed. 0 failed. spent: 81:21, 172:52 mins remaining. CreateAUTWithExistingName. time: 17509ms [INFO] Pass 246 (774) processed. 0 failed. spent: 81:21, 172:52 mins remaining. CreateAUTWithExistingName. time: 17509ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:17:31.972 [INFO] !MESSAGE [AUT-0] Finished: CreateAUTWithIncorrectSymbols.test in 83628 (246 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:17:31.974 [INFO] !MESSAGE [AUT-0] Starting: CreateContextAndCreateFolder.test (247 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:17:32.056 [INFO] !MESSAGE Pass 247 (774) processed. 0 failed. spent: 82:53, 175:05 mins remaining. CreateAUTWithIncorrectSymbols. time: 83628ms [INFO] Pass 247 (774) processed. 0 failed. spent: 82:53, 175:05 mins remaining. CreateAUTWithIncorrectSymbols. time: 83628ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:17:50.877 [INFO] !MESSAGE [AUT-0] Finished: CreateContextAndCreateFolder.test in 17518 (247 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:17:50.878 [INFO] !MESSAGE [AUT-0] Starting: CreateContextAndCreateProject.test (248 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:17:50.879 [INFO] !MESSAGE Pass 248 (774) processed. 0 failed. spent: 83:12, 174:43 mins remaining. CreateContextAndCreateFolder. time: 17518ms [INFO] Pass 248 (774) processed. 0 failed. spent: 83:12, 174:43 mins remaining. CreateContextAndCreateFolder. time: 17518ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:18:05.237 [INFO] !MESSAGE [AUT-0] Finished: CreateContextAndCreateProject.test in 13115 (248 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:18:05.239 [INFO] !MESSAGE [AUT-0] Starting: CreateContextWithDuplicateName.test (249 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:18:05.296 [INFO] !MESSAGE Pass 249 (774) processed. 0 failed. spent: 83:26, 174:10 mins remaining. CreateContextAndCreateProject. time: 13115ms [INFO] Pass 249 (774) processed. 0 failed. spent: 83:26, 174:10 mins remaining. CreateContextAndCreateProject. time: 13115ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:18:20.639 [INFO] !MESSAGE [AUT-0] Finished: CreateContextWithDuplicateName.test in 13769 (249 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:18:20.641 [INFO] !MESSAGE [AUT-0] Starting: CreateDuplicateTestSuite.test (250 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:18:20.715 [INFO] !MESSAGE Pass 250 (774) processed. 0 failed. spent: 83:41, 173:40 mins remaining. CreateContextWithDuplicateName. time: 13769ms [INFO] Pass 250 (774) processed. 0 failed. spent: 83:41, 173:40 mins remaining. CreateContextWithDuplicateName. time: 13769ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:18:32.048 [INFO] !MESSAGE [AUT-0] Finished: CreateDuplicateTestSuite.test in 10099 (250 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:18:32.050 [INFO] !MESSAGE [AUT-0] Starting: CreateGroupContext.test (251 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:18:32.128 [INFO] !MESSAGE Pass 251 (774) processed. 0 failed. spent: 83:53, 173:04 mins remaining. CreateDuplicateTestSuite. time: 10099ms [INFO] Pass 251 (774) processed. 0 failed. spent: 83:53, 173:04 mins remaining. CreateDuplicateTestSuite. time: 10099ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:18:43.437 [INFO] !MESSAGE [AUT-0] Finished: CreateGroupContext.test in 10214 (251 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:18:43.439 [INFO] !MESSAGE [AUT-0] Starting: CreateLaunchContext.test (252 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:18:43.442 [INFO] !MESSAGE Pass 252 (774) processed. 0 failed. spent: 84:04, 172:26 mins remaining. CreateGroupContext. time: 10214ms [INFO] Pass 252 (774) processed. 0 failed. spent: 84:04, 172:26 mins remaining. CreateGroupContext. time: 10214ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:18:54.827 [INFO] !MESSAGE [AUT-0] Finished: CreateLaunchContext.test in 9971 (252 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:18:54.828 [INFO] !MESSAGE [AUT-0] Starting: CreateMultiAutSuite.test (253 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:18:54.855 [INFO] !MESSAGE Pass 253 (774) processed. 0 failed. spent: 84:15, 171:48 mins remaining. CreateLaunchContext. time: 9971ms [INFO] Pass 253 (774) processed. 0 failed. spent: 84:15, 171:48 mins remaining. CreateLaunchContext. time: 9971ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:19:02.616 [INFO] !MESSAGE [AUT-0] Finished: CreateMultiAutSuite.test in 6869 (253 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:19:02.618 [INFO] !MESSAGE [AUT-0] Starting: CreateNewAUTFromRunConfiguration.test (254 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:19:02.664 [INFO] !MESSAGE Pass 254 (774) processed. 0 failed. spent: 84:23, 171:04 mins remaining. CreateMultiAutSuite. time: 6869ms [INFO] Pass 254 (774) processed. 0 failed. spent: 84:23, 171:04 mins remaining. CreateMultiAutSuite. time: 6869ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:19:21.436 [INFO] !MESSAGE [AUT-0] Finished: CreateNewAUTFromRunConfiguration.test in 17410 (254 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:19:21.439 [INFO] !MESSAGE [AUT-0] Starting: CreateNewContextWhileAddingIntoGroupContext.test (255 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:19:21.448 [INFO] !MESSAGE Pass 255 (774) processed. 0 failed. spent: 84:42, 170:43 mins remaining. CreateNewAUTFromRunConfiguration. time: 17410ms [INFO] Pass 255 (774) processed. 0 failed. spent: 84:42, 170:43 mins remaining. CreateNewAUTFromRunConfiguration. time: 17410ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:19:48.359 [INFO] !MESSAGE [AUT-0] Finished: CreateNewContextWhileAddingIntoGroupContext.test in 25191 (255 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:19:48.361 [INFO] !MESSAGE [AUT-0] Starting: CreateNewObjectFromToolbar.test (256 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:19:48.380 [INFO] !MESSAGE Pass 256 (774) processed. 0 failed. spent: 85:09, 170:37 mins remaining. CreateNewContextWhileAddingIntoGroupContext. time: 25191ms [INFO] Pass 256 (774) processed. 0 failed. spent: 85:09, 170:37 mins remaining. CreateNewContextWhileAddingIntoGroupContext. time: 25191ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:20:10.759 [INFO] !MESSAGE [AUT-0] Finished: CreateNewObjectFromToolbar.test in 20927 (256 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:20:10.761 [INFO] !MESSAGE [AUT-0] Starting: CreateNewTextVerification.test (257 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:20:10.801 [INFO] !MESSAGE Pass 257 (774) processed. 0 failed. spent: 85:31, 170:22 mins remaining. CreateNewObjectFromToolbar. time: 20927ms [INFO] Pass 257 (774) processed. 0 failed. spent: 85:31, 170:22 mins remaining. CreateNewObjectFromToolbar. time: 20927ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:20:22.139 [INFO] !MESSAGE [AUT-0] Finished: CreateNewTextVerification.test in 10287 (257 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:20:22.141 [INFO] !MESSAGE [AUT-0] Starting: CreateNewTimeVerification.test (258 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:20:22.215 [INFO] !MESSAGE Pass 258 (774) processed. 0 failed. spent: 85:43, 169:47 mins remaining. CreateNewTextVerification. time: 10287ms [INFO] Pass 258 (774) processed. 0 failed. spent: 85:43, 169:47 mins remaining. CreateNewTextVerification. time: 10287ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:20:34.032 [INFO] !MESSAGE [AUT-0] Finished: CreateNewTimeVerification.test in 10432 (258 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:20:34.038 [INFO] !MESSAGE [AUT-0] Starting: CreateProjectWithDuplicateName.test (259 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:20:34.131 [INFO] !MESSAGE Pass 259 (774) processed. 0 failed. spent: 85:55, 169:11 mins remaining. CreateNewTimeVerification. time: 10432ms [INFO] Pass 259 (774) processed. 0 failed. spent: 85:55, 169:11 mins remaining. CreateNewTimeVerification. time: 10432ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:20:44.913 [INFO] !MESSAGE [AUT-0] Finished: CreateProjectWithDuplicateName.test in 9776 (259 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:20:44.915 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperEclContext.test (260 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:20:44.945 [INFO] !MESSAGE Pass 260 (774) processed. 0 failed. spent: 86:06, 168:35 mins remaining. CreateProjectWithDuplicateName. time: 9776ms [INFO] Pass 260 (774) processed. 0 failed. spent: 86:06, 168:35 mins remaining. CreateProjectWithDuplicateName. time: 9776ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:20:58.798 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperEclContext.test in 12520 (260 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:20:58.800 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperFolderContext.test (261 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:20:58.864 [INFO] !MESSAGE Pass 261 (774) processed. 0 failed. spent: 86:20, 168:04 mins remaining. CreateSuperEclContext. time: 12520ms [INFO] Pass 261 (774) processed. 0 failed. spent: 86:20, 168:04 mins remaining. CreateSuperEclContext. time: 12520ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:21:10.724 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperFolderContext.test in 10426 (261 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:21:10.725 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperLaunchContext.test (262 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:21:10.778 [INFO] !MESSAGE Pass 262 (774) processed. 0 failed. spent: 86:31, 167:27 mins remaining. CreateSuperFolderContext. time: 10426ms [INFO] Pass 262 (774) processed. 0 failed. spent: 86:31, 167:27 mins remaining. CreateSuperFolderContext. time: 10426ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:21:24.607 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperLaunchContext.test in 12537 (262 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:21:24.609 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperParametersContext.test (263 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:21:24.697 [INFO] !MESSAGE Pass 263 (774) processed. 0 failed. spent: 86:45, 166:57 mins remaining. CreateSuperLaunchContext. time: 12537ms [INFO] Pass 263 (774) processed. 0 failed. spent: 86:45, 166:57 mins remaining. CreateSuperLaunchContext. time: 12537ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:21:37.019 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperParametersContext.test in 10753 (263 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:21:37.020 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperPreferencesContext.test (264 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:21:37.113 [INFO] !MESSAGE Pass 264 (774) processed. 0 failed. spent: 86:58, 166:24 mins remaining. CreateSuperParametersContext. time: 10753ms [INFO] Pass 264 (774) processed. 0 failed. spent: 86:58, 166:24 mins remaining. CreateSuperParametersContext. time: 10753ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:21:50.412 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperPreferencesContext.test in 11723 (264 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:21:50.413 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperWorkbenchContext.test (265 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:21:50.429 [INFO] !MESSAGE Pass 265 (774) processed. 0 failed. spent: 87:11, 165:52 mins remaining. CreateSuperPreferencesContext. time: 11723ms [INFO] Pass 265 (774) processed. 0 failed. spent: 87:11, 165:52 mins remaining. CreateSuperPreferencesContext. time: 11723ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:22:03.322 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperWorkbenchContext.test in 11254 (265 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:22:03.323 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperWorkspaceContext.test (266 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:22:03.348 [INFO] !MESSAGE Pass 266 (774) processed. 0 failed. spent: 87:24, 165:20 mins remaining. CreateSuperWorkbenchContext. time: 11254ms [INFO] Pass 266 (774) processed. 0 failed. spent: 87:24, 165:20 mins remaining. CreateSuperWorkbenchContext. time: 11254ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:22:15.223 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperWorkspaceContext.test in 10227 (266 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:22:15.224 [INFO] !MESSAGE [AUT-0] Starting: CreateTestAndCreateFolder.test (267 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:22:15.261 [INFO] !MESSAGE Pass 267 (774) processed. 0 failed. spent: 87:36, 164:46 mins remaining. CreateSuperWorkspaceContext. time: 10227ms [INFO] Pass 267 (774) processed. 0 failed. spent: 87:36, 164:46 mins remaining. CreateSuperWorkspaceContext. time: 10227ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:22:33.130 [INFO] !MESSAGE [AUT-0] Finished: CreateTestAndCreateFolder.test in 16473 (267 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:22:33.132 [INFO] !MESSAGE [AUT-0] Starting: CreateTestAndCreateProject.test (268 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:22:33.183 [INFO] !MESSAGE Pass 268 (774) processed. 0 failed. spent: 87:54, 164:24 mins remaining. CreateTestAndCreateFolder. time: 16473ms [INFO] Pass 268 (774) processed. 0 failed. spent: 87:54, 164:24 mins remaining. CreateTestAndCreateFolder. time: 16473ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:22:45.975 [INFO] !MESSAGE [AUT-0] Finished: CreateTestAndCreateProject.test in 11496 (268 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:22:45.977 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteAndProjectViaWizard.test (269 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:22:46.042 [INFO] !MESSAGE Pass 269 (774) processed. 0 failed. spent: 88:07, 163:52 mins remaining. CreateTestAndCreateProject. time: 11496ms [INFO] Pass 269 (774) processed. 0 failed. spent: 88:07, 163:52 mins remaining. CreateTestAndCreateProject. time: 11496ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:22:58.815 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteAndProjectViaWizard.test in 11850 (269 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:22:58.817 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteByFileMenu.test (270 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:22:58.857 [INFO] !MESSAGE Pass 270 (774) processed. 0 failed. spent: 88:19, 163:19 mins remaining. CreateTestSuiteAndProjectViaWizard. time: 11850ms [INFO] Pass 270 (774) processed. 0 failed. spent: 88:19, 163:19 mins remaining. CreateTestSuiteAndProjectViaWizard. time: 11850ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:23:11.204 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteByFileMenu.test in 11107 (270 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:23:11.205 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteInNewFolder.test (271 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:23:11.272 [INFO] !MESSAGE Pass 271 (774) processed. 0 failed. spent: 88:32, 162:47 mins remaining. CreateTestSuiteByFileMenu. time: 11107ms [INFO] Pass 271 (774) processed. 0 failed. spent: 88:32, 162:47 mins remaining. CreateTestSuiteByFileMenu. time: 11107ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:23:28.082 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteInNewFolder.test in 15388 (271 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:23:28.083 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteViaContextMenu.test (272 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:23:28.093 [INFO] !MESSAGE Pass 272 (774) processed. 0 failed. spent: 88:49, 162:23 mins remaining. CreateTestSuiteInNewFolder. time: 15388ms [INFO] Pass 272 (774) processed. 0 failed. spent: 88:49, 162:23 mins remaining. CreateTestSuiteInNewFolder. time: 15388ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:23:39.957 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteViaContextMenu.test in 10545 (272 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:23:39.959 [INFO] !MESSAGE [AUT-0] Starting: CreateTestWithDuplicateName.test (273 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:23:40.007 [INFO] !MESSAGE Pass 273 (774) processed. 0 failed. spent: 89:01, 161:50 mins remaining. CreateTestSuiteViaContextMenu. time: 10545ms [INFO] Pass 273 (774) processed. 0 failed. spent: 89:01, 161:50 mins remaining. CreateTestSuiteViaContextMenu. time: 10545ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:23:58.355 [INFO] !MESSAGE [AUT-0] Finished: CreateTestWithDuplicateName.test in 17171 (273 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:23:58.356 [INFO] !MESSAGE [AUT-0] Starting: CreateTestWithNameOfDiacritic.test (274 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:23:58.429 [INFO] !MESSAGE Pass 274 (774) processed. 0 failed. spent: 89:19, 161:28 mins remaining. CreateTestWithDuplicateName. time: 17171ms [INFO] Pass 274 (774) processed. 0 failed. spent: 89:19, 161:28 mins remaining. CreateTestWithDuplicateName. time: 17171ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:24:12.754 [INFO] !MESSAGE [AUT-0] Finished: CreateTestWithNameOfDiacritic.test in 12945 (274 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:24:12.756 [INFO] !MESSAGE [AUT-0] Starting: CreateTestWithSpecificSymbolInName.test (275 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:24:12.847 [INFO] !MESSAGE Pass 275 (774) processed. 0 failed. spent: 89:33, 160:59 mins remaining. CreateTestWithNameOfDiacritic. time: 12945ms [INFO] Pass 275 (774) processed. 0 failed. spent: 89:33, 160:59 mins remaining. CreateTestWithNameOfDiacritic. time: 12945ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:24:27.152 [INFO] !MESSAGE [AUT-0] Finished: CreateTestWithSpecificSymbolInName.test in 13181 (275 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:24:27.154 [INFO] !MESSAGE [AUT-0] Starting: CreateWorkbenchContext.test (276 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:24:27.164 [INFO] !MESSAGE Pass 276 (774) processed. 0 failed. spent: 89:48, 160:32 mins remaining. CreateTestWithSpecificSymbolInName. time: 13181ms [INFO] Pass 276 (774) processed. 0 failed. spent: 89:48, 160:32 mins remaining. CreateTestWithSpecificSymbolInName. time: 13181ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:24:39.540 [INFO] !MESSAGE [AUT-0] Finished: CreateWorkbenchContext.test in 10770 (276 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:24:39.541 [INFO] !MESSAGE [AUT-0] Starting: CutContextFromTest.test (277 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:24:39.579 [INFO] !MESSAGE Pass 277 (774) processed. 0 failed. spent: 90:00, 160:00 mins remaining. CreateWorkbenchContext. time: 10770ms [INFO] Pass 277 (774) processed. 0 failed. spent: 90:00, 160:00 mins remaining. CreateWorkbenchContext. time: 10770ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:24:56.471 [INFO] !MESSAGE [AUT-0] Finished: CutContextFromTest.test in 15228 (277 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:24:56.473 [INFO] !MESSAGE [AUT-0] Starting: CutContextFromTestByShortKey.test (278 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:24:56.548 [INFO] !MESSAGE Pass 278 (774) processed. 0 failed. spent: 90:17, 159:36 mins remaining. CutContextFromTest. time: 15228ms [INFO] Pass 278 (774) processed. 0 failed. spent: 90:17, 159:36 mins remaining. CutContextFromTest. time: 15228ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:25:14.390 [INFO] !MESSAGE [AUT-0] Finished: CutContextFromTestByShortKey.test in 16367 (278 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:25:14.392 [INFO] !MESSAGE [AUT-0] Starting: CutContextsFromGroupContext.test (279 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:25:14.469 [INFO] !MESSAGE Pass 279 (774) processed. 0 failed. spent: 90:35, 159:14 mins remaining. CutContextFromTestByShortKey. time: 16367ms [INFO] Pass 279 (774) processed. 0 failed. spent: 90:35, 159:14 mins remaining. CutContextFromTestByShortKey. time: 16367ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:25:31.879 [INFO] !MESSAGE [AUT-0] Finished: CutContextsFromGroupContext.test in 15956 (279 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:25:31.881 [INFO] !MESSAGE [AUT-0] Starting: CutPaste in Script Viewer.test (280 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:25:31.890 [INFO] !MESSAGE Pass 280 (774) processed. 0 failed. spent: 90:53, 158:53 mins remaining. CutContextsFromGroupContext. time: 15956ms [INFO] Pass 280 (774) processed. 0 failed. spent: 90:53, 158:53 mins remaining. CutContextsFromGroupContext. time: 15956ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:25:50.776 [INFO] !MESSAGE [AUT-0] Finished: CutPaste in Script Viewer.test in 17467 (280 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:25:50.778 [INFO] !MESSAGE [AUT-0] Starting: CutPasteTestsBetweenTestSuites.test (281 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:25:50.814 [INFO] !MESSAGE Pass 281 (774) processed. 0 failed. spent: 91:11, 158:31 mins remaining. CutPaste in Script Viewer. time: 17467ms [INFO] Pass 281 (774) processed. 0 failed. spent: 91:11, 158:31 mins remaining. CutPaste in Script Viewer. time: 17467ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:26:07.710 [INFO] !MESSAGE [AUT-0] Finished: CutPasteTestsBetweenTestSuites.test in 15207 (281 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:26:07.712 [INFO] !MESSAGE [AUT-0] Starting: CutTextFromScriptEditor.test (282 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:26:07.755 [INFO] !MESSAGE Pass 282 (774) processed. 0 failed. spent: 91:28, 158:08 mins remaining. CutPasteTestsBetweenTestSuites. time: 15207ms [INFO] Pass 282 (774) processed. 0 failed. spent: 91:28, 158:08 mins remaining. CutPasteTestsBetweenTestSuites. time: 15207ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:26:17.620 [INFO] !MESSAGE [AUT-0] Finished: CutTextFromScriptEditor.test in 8498 (282 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:26:17.621 [INFO] !MESSAGE [AUT-0] Starting: DebugContext_CopyPaste_Name_ContextMenu.test (283 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:26:17.665 [INFO] !MESSAGE Pass 283 (774) processed. 0 failed. spent: 91:38, 157:32 mins remaining. CutTextFromScriptEditor. time: 8498ms [INFO] Pass 283 (774) processed. 0 failed. spent: 91:38, 157:32 mins remaining. CutTextFromScriptEditor. time: 8498ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:26:27.040 [INFO] !MESSAGE [AUT-0] Finished: DebugContext_CopyPaste_Name_ContextMenu.test in 8090 (283 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:26:27.041 [INFO] !MESSAGE [AUT-0] Starting: DebugContext_CopyPaste_Tags_ContextMenu.test (284 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:26:27.077 [INFO] !MESSAGE Pass 284 (774) processed. 0 failed. spent: 91:48, 156:57 mins remaining. DebugContext_CopyPaste_Name_ContextMenu. time: 8090ms [INFO] Pass 284 (774) processed. 0 failed. spent: 91:48, 156:57 mins remaining. DebugContext_CopyPaste_Name_ContextMenu. time: 8090ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:26:36.948 [INFO] !MESSAGE [AUT-0] Finished: DebugContext_CopyPaste_Tags_ContextMenu.test in 8397 (284 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:26:36.949 [INFO] !MESSAGE [AUT-0] Starting: DebugTestContainingCommaInName.test (285 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:26:36.988 [INFO] !MESSAGE Pass 285 (774) processed. 0 failed. spent: 91:58, 156:22 mins remaining. DebugContext_CopyPaste_Tags_ContextMenu. time: 8397ms [INFO] Pass 285 (774) processed. 0 failed. spent: 91:58, 156:22 mins remaining. DebugContext_CopyPaste_Tags_ContextMenu. time: 8397ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:27:31.425 [INFO] !MESSAGE [AUT-0] Finished: DebugTestContainingCommaInName.test in 52749 (285 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:27:31.426 [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-06-10 16:27:31.481 [INFO] !MESSAGE Pass 286 (774) processed. 0 failed. spent: 92:52, 157:02 mins remaining. DebugTestContainingCommaInName. time: 52749ms [INFO] Pass 286 (774) processed. 0 failed. spent: 92:52, 157:02 mins remaining. DebugTestContainingCommaInName. time: 52749ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:28:01.887 [INFO] !MESSAGE [AUT-0] Finished: Delete Content And Check Validation_Same Project.test in 28794 (286 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:28:01.889 [INFO] !MESSAGE [AUT-0] Starting: Delete ECL Context.test (287 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:28:01.918 [INFO] !MESSAGE Pass 287 (774) processed. 0 failed. spent: 93:23, 157:02 mins remaining. Delete Content And Check Validation_Same Project. time: 28794ms [INFO] Pass 287 (774) processed. 0 failed. spent: 93:23, 157:02 mins remaining. Delete Content And Check Validation_Same Project. time: 28794ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:28:12.295 [INFO] !MESSAGE [AUT-0] Finished: Delete ECL Context.test in 9036 (287 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:28:12.297 [INFO] !MESSAGE [AUT-0] Starting: Delete Preference Context.test (288 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:28:12.331 [INFO] !MESSAGE Pass 288 (774) processed. 0 failed. spent: 93:33, 156:27 mins remaining. DeleteECLContextByDeleteButton. time: 9036ms [INFO] Pass 288 (774) processed. 0 failed. spent: 93:33, 156:27 mins remaining. DeleteECLContextByDeleteButton. time: 9036ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:28:22.679 [INFO] !MESSAGE [AUT-0] Finished: Delete Preference Context.test in 9065 (288 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:28:22.681 [INFO] !MESSAGE [AUT-0] Starting: Delete Workspace Context.test (289 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:28:22.744 [INFO] !MESSAGE Pass 289 (774) processed. 0 failed. spent: 93:43, 155:52 mins remaining. Delete Preference Context. time: 9065ms [INFO] Pass 289 (774) processed. 0 failed. spent: 93:43, 155:52 mins remaining. Delete Preference Context. time: 9065ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:28:32.563 [INFO] !MESSAGE [AUT-0] Finished: Delete Workspace Context.test in 8588 (289 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:28:32.564 [INFO] !MESSAGE [AUT-0] Starting: DeleteCompletedTasks.test (290 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:28:32.656 [INFO] !MESSAGE Pass 290 (774) processed. 0 failed. spent: 93:53, 155:17 mins remaining. Delete Workspace Context. time: 8588ms [INFO] Pass 290 (774) processed. 0 failed. spent: 93:53, 155:17 mins remaining. Delete Workspace Context. time: 8588ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:28:56.522 [INFO] !MESSAGE [AUT-0] Finished: DeleteCompletedTasks.test in 22189 (290 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:28:56.523 [INFO] !MESSAGE [AUT-0] Starting: DeleteContext.test (291 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:28:56.584 [INFO] !MESSAGE Pass 291 (774) processed. 0 failed. spent: 94:17, 155:06 mins remaining. DeleteCompletedTasks. time: 22189ms [INFO] Pass 291 (774) processed. 0 failed. spent: 94:17, 155:06 mins remaining. DeleteCompletedTasks. time: 22189ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:29:19.455 [INFO] !MESSAGE [AUT-0] Finished: DeleteContext.test in 21373 (291 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:29:19.456 [INFO] !MESSAGE [AUT-0] Starting: DeleteContextNoReferences.test (292 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:29:19.513 [INFO] !MESSAGE Pass 292 (774) processed. 0 failed. spent: 94:40, 154:52 mins remaining. DeleteContext. time: 21373ms [INFO] Pass 292 (774) processed. 0 failed. spent: 94:40, 154:52 mins remaining. DeleteContext. time: 21373ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:29:41.344 [INFO] !MESSAGE [AUT-0] Finished: DeleteContextNoReferences.test in 20286 (292 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:29:41.354 [INFO] !MESSAGE Pass 293 (774) processed. 0 failed. spent: 95:02, 155:28 mins remaining. DeleteContextNoReferences. time: 20286ms [INFO] Pass 293 (774) processed. 0 failed. spent: 95:02, 155:28 mins remaining. DeleteContextNoReferences. time: 20286ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:29:41.362 [INFO] !MESSAGE [AUT-0] Starting: DeleteContextWithReferences.test (293 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:30:03.742 [INFO] !MESSAGE [AUT-0] Finished: DeleteContextWithReferences.test in 20749 (293 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:30:03.744 [INFO] !MESSAGE [AUT-0] Starting: DeleteDirectory.test (294 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:30:03.781 [INFO] !MESSAGE Pass 294 (774) processed. 0 failed. spent: 95:24, 154:22 mins remaining. DeleteContextWithReferences. time: 20749ms [INFO] Pass 294 (774) processed. 0 failed. spent: 95:24, 154:22 mins remaining. DeleteContextWithReferences. time: 20749ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:30:14.121 [INFO] !MESSAGE [AUT-0] Finished: DeleteDirectory.test in 8986 (294 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:30:14.123 [INFO] !MESSAGE [AUT-0] Starting: DeleteECLContextByContextMenu.test (295 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:30:14.195 [INFO] !MESSAGE Pass 295 (774) processed. 0 failed. spent: 95:35, 153:50 mins remaining. DeleteDerictory. time: 8986ms [INFO] Pass 295 (774) processed. 0 failed. spent: 95:35, 153:50 mins remaining. DeleteDerictory. time: 8986ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:30:24.996 [INFO] !MESSAGE [AUT-0] Finished: DeleteECLContextByContextMenu.test in 9505 (295 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:30:24.997 [INFO] !MESSAGE [AUT-0] Starting: DeleteEmptyFolder.test (296 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:30:25.008 [INFO] !MESSAGE Pass 296 (774) processed. 0 failed. spent: 95:46, 153:17 mins remaining. DeleteECLContextByContextMenu. time: 9505ms [INFO] Pass 296 (774) processed. 0 failed. spent: 95:46, 153:17 mins remaining. DeleteECLContextByContextMenu. time: 9505ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:30:42.906 [INFO] !MESSAGE [AUT-0] Finished: DeleteEmptyFolder.test in 16598 (296 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:30:42.908 [INFO] !MESSAGE [AUT-0] Starting: DeleteFile.test (297 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:30:42.933 [INFO] !MESSAGE Pass 297 (774) processed. 0 failed. spent: 96:04, 152:56 mins remaining. DeleteEmptyFolder. time: 16598ms [INFO] Pass 297 (774) processed. 0 failed. spent: 96:04, 152:56 mins remaining. DeleteEmptyFolder. time: 16598ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:30:54.285 [INFO] !MESSAGE [AUT-0] Finished: DeleteFile.test in 9797 (297 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:30:54.286 [INFO] !MESSAGE [AUT-0] Starting: DeleteFileUriInput.test (298 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:30:54.346 [INFO] !MESSAGE Pass 298 (774) processed. 0 failed. spent: 96:15, 152:23 mins remaining. DeleteFile. time: 9797ms [INFO] Pass 298 (774) processed. 0 failed. spent: 96:15, 152:23 mins remaining. DeleteFile. time: 9797ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:31:03.656 [INFO] !MESSAGE [AUT-0] Finished: DeleteFileUriInput.test in 7811 (298 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:31:03.657 [INFO] !MESSAGE Pass 299 (774) processed. 0 failed. spent: 96:24, 152:38 mins remaining. DeleteFileUriInput. time: 7811ms [INFO] Pass 299 (774) processed. 0 failed. spent: 96:24, 152:38 mins remaining. DeleteFileUriInput. time: 7811ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:31:03.657 [INFO] !MESSAGE [AUT-0] Starting: DeleteFolderWithNonRefencesObjects.test (299 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:31:20.044 [INFO] !MESSAGE [AUT-0] Finished: DeleteFolderWithNonRefencesObjects.test in 15219 (299 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:31:20.045 [INFO] !MESSAGE [AUT-0] Starting: DeleteFolderWithRefObjectsFromAnotherProject.test (300 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:31:20.076 [INFO] !MESSAGE Pass 300 (774) processed. 0 failed. spent: 96:41, 151:25 mins remaining. DeleteFolderWithNonRefencesObjects. time: 15219ms [INFO] Pass 300 (774) processed. 0 failed. spent: 96:41, 151:25 mins remaining. DeleteFolderWithNonRefencesObjects. time: 15219ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:31:37.428 [INFO] !MESSAGE [AUT-0] Finished: DeleteFolderWithRefObjectsFromAnotherProject.test in 16168 (300 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:31:37.430 [INFO] !MESSAGE [AUT-0] Starting: DeleteFolderWithRefencesObjects.test (301 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:31:37.499 [INFO] !MESSAGE Pass 301 (774) processed. 0 failed. spent: 96:58, 151:03 mins remaining. DeleteFolderWithRefObjectsFromAnotherProject. time: 16168ms [INFO] Pass 301 (774) processed. 0 failed. spent: 96:58, 151:03 mins remaining. DeleteFolderWithRefObjectsFromAnotherProject. time: 16168ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:31:52.844 [INFO] !MESSAGE [AUT-0] Finished: DeleteFolderWithRefencesObjects.test in 13886 (301 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:31:52.845 [INFO] !MESSAGE [AUT-0] Starting: DeleteLastSubTag.test (302 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:31:52.851 [INFO] !MESSAGE Pass 302 (774) processed. 0 failed. spent: 97:13, 150:37 mins remaining. DeleteFolderWithRefencesObjects. time: 13886ms [INFO] Pass 302 (774) processed. 0 failed. spent: 97:13, 150:37 mins remaining. DeleteFolderWithRefencesObjects. time: 13886ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:32:11.234 [INFO] !MESSAGE [AUT-0] Finished: DeleteLastSubTag.test in 16763 (302 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:32:11.235 [INFO] !MESSAGE [AUT-0] Starting: DeleteLineByShortKeyFromScript.test (303 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:32:11.275 [INFO] !MESSAGE Pass 303 (774) processed. 0 failed. spent: 97:32, 150:17 mins remaining. DeleteLastSubTag. time: 16763ms [INFO] Pass 303 (774) processed. 0 failed. spent: 97:32, 150:17 mins remaining. DeleteLastSubTag. time: 16763ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:32:23.612 [INFO] !MESSAGE [AUT-0] Finished: DeleteLineByShortKeyFromScript.test in 11046 (303 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:32:23.614 [INFO] !MESSAGE [AUT-0] Starting: DeleteLowLevelItems.test (304 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:32:23.691 [INFO] !MESSAGE Pass 304 (774) processed. 0 failed. spent: 97:44, 149:47 mins remaining. DeleteLineByShortKeyFromScript. time: 11046ms [INFO] Pass 304 (774) processed. 0 failed. spent: 97:44, 149:47 mins remaining. DeleteLineByShortKeyFromScript. time: 11046ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:32:33.530 [INFO] !MESSAGE [AUT-0] Finished: DeleteLowLevelItems.test in 8461 (304 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:32:33.532 [INFO] !MESSAGE [AUT-0] Starting: DeleteMiddleSubTag.test (305 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:32:33.603 [INFO] !MESSAGE Pass 305 (774) processed. 0 failed. spent: 97:54, 149:14 mins remaining. DeleteLowLevelItems. time: 8461ms [INFO] Pass 305 (774) processed. 0 failed. spent: 97:54, 149:14 mins remaining. DeleteLowLevelItems. time: 8461ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:32:50.930 [INFO] !MESSAGE [AUT-0] Finished: DeleteMiddleSubTag.test in 16181 (305 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:32:50.931 [INFO] !MESSAGE [AUT-0] Starting: DeleteProject.test (306 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:32:51.025 [INFO] !MESSAGE Pass 306 (774) processed. 0 failed. spent: 98:12, 148:53 mins remaining. DeleteMiddleSubTag. time: 16181ms [INFO] Pass 306 (774) processed. 0 failed. spent: 98:12, 148:53 mins remaining. DeleteMiddleSubTag. time: 16181ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:33:07.311 [INFO] !MESSAGE [AUT-0] Finished: DeleteProject.test in 15052 (306 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:33:07.312 [INFO] !MESSAGE [AUT-0] Starting: DeleteProjectByPressingDelButton.test (307 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:33:07.345 [INFO] !MESSAGE Pass 307 (774) processed. 0 failed. spent: 98:28, 148:29 mins remaining. DeleteProject. time: 15052ms [INFO] Pass 307 (774) processed. 0 failed. spent: 98:28, 148:29 mins remaining. DeleteProject. time: 15052ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:33:20.681 [INFO] !MESSAGE [AUT-0] Finished: DeleteProjectByPressingDelButton.test in 12082 (307 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:33:20.683 [INFO] !MESSAGE [AUT-0] Starting: DeleteProjectWithDeleteFromDisk.test (308 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:33:20.761 [INFO] !MESSAGE Pass 308 (774) processed. 0 failed. spent: 98:41, 148:01 mins remaining. DeleteProjectByPressingDelButton. time: 12082ms [INFO] Pass 308 (774) processed. 0 failed. spent: 98:41, 148:01 mins remaining. DeleteProjectByPressingDelButton. time: 12082ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:33:38.562 [INFO] !MESSAGE [AUT-0] Finished: DeleteProjectWithDeleteFromDisk.test in 16437 (308 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:33:38.563 [INFO] !MESSAGE [AUT-0] Starting: DeleteProjectWithoutDeleteFromDisk.test (309 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:33:38.584 [INFO] !MESSAGE Pass 309 (774) processed. 0 failed. spent: 98:59, 147:40 mins remaining. DeleteProjectWithDeleteFromDisk. time: 16437ms [INFO] Pass 309 (774) processed. 0 failed. spent: 98:59, 147:40 mins remaining. DeleteProjectWithDeleteFromDisk. time: 16437ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:33:56.448 [INFO] !MESSAGE [AUT-0] Finished: DeleteProjectWithoutDeleteFromDisk.test in 16320 (309 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:33:56.450 [INFO] !MESSAGE [AUT-0] Starting: DeleteSeveralProjects.test (310 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:33:56.506 [INFO] !MESSAGE Pass 310 (774) processed. 0 failed. spent: 99:17, 147:20 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByCreating. time: 16320ms [INFO] Pass 310 (774) processed. 0 failed. spent: 99:17, 147:20 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByCreating. time: 16320ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:34:08.854 [INFO] !MESSAGE [AUT-0] Finished: DeleteSeveralProjects.test in 11127 (310 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:34:08.856 [INFO] !MESSAGE [AUT-0] Starting: DeleteSimpleTag.test (311 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:34:08.941 [INFO] !MESSAGE Pass 311 (774) processed. 0 failed. spent: 99:30, 146:51 mins remaining. DeleteSeveralProjects. time: 11127ms [INFO] Pass 311 (774) processed. 0 failed. spent: 99:30, 146:51 mins remaining. DeleteSeveralProjects. time: 11127ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:34:25.253 [INFO] !MESSAGE [AUT-0] Finished: DeleteSimpleTag.test in 14705 (311 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:34:25.255 [INFO] !MESSAGE [AUT-0] Starting: DeleteTagWithSubTags.test (312 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:34:25.255 [INFO] !MESSAGE Pass 312 (774) processed. 0 failed. spent: 99:46, 146:28 mins remaining. DeleteSimpleTag. time: 14705ms [INFO] Pass 312 (774) processed. 0 failed. spent: 99:46, 146:28 mins remaining. DeleteSimpleTag. time: 14705ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:34:43.135 [INFO] !MESSAGE [AUT-0] Finished: DeleteTagWithSubTags.test in 16611 (312 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:34:43.138 [INFO] !MESSAGE [AUT-0] Starting: DeleteTaskFromScriptEditor.test (313 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:34:43.175 [INFO] !MESSAGE Pass 313 (774) processed. 0 failed. spent: 100:04, 146:07 mins remaining. DeleteTagWithSubTags. time: 16611ms [INFO] Pass 313 (774) processed. 0 failed. spent: 100:04, 146:07 mins remaining. DeleteTagWithSubTags. time: 16611ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:35:06.578 [INFO] !MESSAGE [AUT-0] Finished: DeleteTaskFromScriptEditor.test in 21921 (313 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:35:06.579 [INFO] !MESSAGE [AUT-0] Starting: DeleteTest.test (314 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:35:06.604 [INFO] !MESSAGE Pass 314 (774) processed. 0 failed. spent: 100:27, 145:54 mins remaining. DeleteTaskFromScriptEditor. time: 21921ms [INFO] Pass 314 (774) processed. 0 failed. spent: 100:27, 145:54 mins remaining. DeleteTaskFromScriptEditor. time: 21921ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:35:24.029 [INFO] !MESSAGE [AUT-0] Finished: DeleteTest.test in 15785 (314 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:35:24.031 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestByDeleteButton.test (315 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:35:24.125 [INFO] !MESSAGE Pass 315 (774) processed. 0 failed. spent: 100:45, 145:33 mins remaining. DeleteTestByContextMenu. time: 15785ms [INFO] Pass 315 (774) processed. 0 failed. spent: 100:45, 145:33 mins remaining. DeleteTestByContextMenu. time: 15785ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:35:39.931 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestByDeleteButton.test in 14626 (315 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:35:39.932 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestCaseWithOpenedControlPanel.test (316 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:35:39.944 [INFO] !MESSAGE Pass 316 (774) processed. 0 failed. spent: 101:01, 145:10 mins remaining. DeleteTestByDeleteButton. time: 14626ms [INFO] Pass 316 (774) processed. 0 failed. spent: 101:01, 145:10 mins remaining. DeleteTestByDeleteButton. time: 14626ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:36:11.382 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestCaseWithOpenedControlPanel.test in 29983 (316 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:36:11.384 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestSuite.test (317 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:36:11.481 [INFO] !MESSAGE Pass 317 (774) processed. 0 failed. spent: 101:32, 145:08 mins remaining. DeleteTestCaseWithOpenedControlPanel. time: 29983ms [INFO] Pass 317 (774) processed. 0 failed. spent: 101:32, 145:08 mins remaining. DeleteTestCaseWithOpenedControlPanel. time: 29983ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:36:39.809 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestSuite.test in 27033 (317 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:36:39.811 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestSuiteWithTests.test (318 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:36:39.828 [INFO] !MESSAGE Pass 318 (774) processed. 0 failed. spent: 102:00, 145:01 mins remaining. DeleteTestSuite. time: 27033ms [INFO] Pass 318 (774) processed. 0 failed. spent: 102:00, 145:01 mins remaining. DeleteTestSuite. time: 27033ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:36:57.198 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestSuiteWithTests.test in 16026 (318 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:36:57.199 [INFO] !MESSAGE [AUT-0] Starting: DeleteTopLevelItems.test (319 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:36:57.249 [INFO] !MESSAGE Pass 319 (774) processed. 0 failed. spent: 102:18, 144:41 mins remaining. DeleteTestSuiteWithTests. time: 16026ms [INFO] Pass 319 (774) processed. 0 failed. spent: 102:18, 144:41 mins remaining. DeleteTestSuiteWithTests. time: 16026ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:37:06.091 [INFO] !MESSAGE [AUT-0] Finished: DeleteTopLevelItems.test in 7601 (319 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:37:06.092 [INFO] !MESSAGE [AUT-0] Starting: DeletingParameterFromParameterContextRemoveButton.test (320 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:37:06.159 [INFO] !MESSAGE Pass 320 (774) processed. 0 failed. spent: 102:27, 144:07 mins remaining. DeleteTopLevelItems. time: 7601ms [INFO] Pass 320 (774) processed. 0 failed. spent: 102:27, 144:07 mins remaining. DeleteTopLevelItems. time: 7601ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:37:19.490 [INFO] !MESSAGE [AUT-0] Finished: DeletingParameterFromParameterContextRemoveButton.test in 11871 (320 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:37:19.491 [INFO] !MESSAGE [AUT-0] Starting: DeletingTextFromScriptViewer.scenario (321 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:37:19.575 [INFO] !MESSAGE Pass 321 (774) processed. 0 failed. spent: 102:40, 143:40 mins remaining. DeletingParameterFromParameterContextRemoveButton. time: 11871ms [INFO] Pass 321 (774) processed. 0 failed. spent: 102:40, 143:40 mins remaining. DeletingParameterFromParameterContextRemoveButton. time: 11871ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:37:33.865 [INFO] !MESSAGE [AUT-0] Finished: DeletingTextFromScriptViewer.scenario in 13069 (321 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:37:33.867 [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-06-10 16:37:33.893 [INFO] !MESSAGE Pass 322 (774) processed. 0 failed. spent: 102:55, 143:15 mins remaining. DeletingTextFromScriptViewer. time: 13069ms [INFO] Pass 322 (774) processed. 0 failed. spent: 102:55, 143:15 mins remaining. DeletingTextFromScriptViewer. time: 13069ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:37:44.252 [INFO] !MESSAGE [AUT-0] Finished: Disable folder_file field if Clear Workspace is unchecked.test in 8830 (322 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:37:44.254 [INFO] !MESSAGE [AUT-0] Starting: DisableBreakpointInBreakpointsView.test (323 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:37:44.306 [INFO] !MESSAGE Pass 323 (774) processed. 0 failed. spent: 103:05, 142:43 mins remaining. Disable folder/file field if Clear Workspace is unchecked. time: 8830ms [INFO] Pass 323 (774) processed. 0 failed. spent: 103:05, 142:43 mins remaining. Disable folder/file field if Clear Workspace is unchecked. time: 8830ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:38:07.265 [INFO] !MESSAGE [AUT-0] Finished: DisableBreakpointInBreakpointsView.test in 21065 (323 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:38:07.266 [INFO] !MESSAGE [AUT-0] Starting: DisableBreakpointViaContextMenu.test (324 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:38:07.340 [INFO] !MESSAGE Pass 324 (774) processed. 0 failed. spent: 103:28, 142:30 mins remaining. DisableBreakpointInBreakpointsView. time: 21065ms [INFO] Pass 324 (774) processed. 0 failed. spent: 103:28, 142:30 mins remaining. DisableBreakpointInBreakpointsView. time: 21065ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:38:32.242 [INFO] !MESSAGE [AUT-0] Finished: DisableBreakpointViaContextMenu.test in 23415 (324 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:38:32.244 [INFO] !MESSAGE [AUT-0] Starting: DisableClearWorkspaceInContext.test (325 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:38:32.269 [INFO] !MESSAGE Pass 325 (774) processed. 0 failed. spent: 103:53, 142:19 mins remaining. DisableBreakpointViaContextMenu. time: 23415ms [INFO] Pass 325 (774) processed. 0 failed. spent: 103:53, 142:19 mins remaining. DisableBreakpointViaContextMenu. time: 23415ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:38:57.189 [INFO] !MESSAGE [AUT-0] Finished: DisableClearWorkspaceInContext.test in 23352 (325 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:38:57.190 [INFO] !MESSAGE [AUT-0] Starting: DisableMoveFeatureForProject.test (326 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:38:57.198 [INFO] !MESSAGE Pass 326 (774) processed. 0 failed. spent: 104:18, 142:08 mins remaining. DisableClearWorkspaceInContext. time: 23352ms [INFO] Pass 326 (774) processed. 0 failed. spent: 104:18, 142:08 mins remaining. DisableClearWorkspaceInContext. time: 23352ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:39:14.625 [INFO] !MESSAGE [AUT-0] Finished: DisableMoveFeatureForProject.test in 15911 (326 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:39:14.627 [INFO] !MESSAGE [AUT-0] Starting: DisplayingDetailsCheckDecorators.test (327 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:39:14.717 [INFO] !MESSAGE Pass 327 (774) processed. 0 failed. spent: 104:35, 141:46 mins remaining. DisableMoveFeatureForProject. time: 15911ms [INFO] Pass 327 (774) processed. 0 failed. spent: 104:35, 141:46 mins remaining. DisableMoveFeatureForProject. time: 15911ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:39:52.076 [INFO] !MESSAGE [AUT-0] Finished: DisplayingDetailsCheckDecorators.test in 35875 (327 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:39:52.078 [INFO] !MESSAGE [AUT-0] Starting: DisplayingDetailsForFailedTest.test (328 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:39:52.165 [INFO] !MESSAGE Pass 328 (774) processed. 0 failed. spent: 105:13, 141:52 mins remaining. DisplayingDetailsCheckDecorators. time: 35875ms [INFO] Pass 328 (774) processed. 0 failed. spent: 105:13, 141:52 mins remaining. DisplayingDetailsCheckDecorators. time: 35875ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:40:14.642 [INFO] !MESSAGE [AUT-0] Finished: DisplayingDetailsForFailedTest.test in 20728 (328 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:40:14.644 [INFO] !MESSAGE [AUT-0] Starting: DisplayingDetailsForPassedTest.test (329 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:40:14.691 [INFO] !MESSAGE Pass 329 (774) processed. 0 failed. spent: 105:35, 141:37 mins remaining. DisplayingDetailsForFailedTest. time: 20728ms [INFO] Pass 329 (774) processed. 0 failed. spent: 105:35, 141:37 mins remaining. DisplayingDetailsForFailedTest. time: 20728ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:40:35.093 [INFO] !MESSAGE [AUT-0] Finished: DisplayingDetailsForPassedTest.test in 18780 (329 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:40:35.097 [INFO] !MESSAGE [AUT-0] Starting: Do not Clear Workspace.test (330 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:40:35.109 [INFO] !MESSAGE Pass 330 (774) processed. 0 failed. spent: 105:56, 141:21 mins remaining. DisplayingDetailsForPassedTest. time: 18780ms [INFO] Pass 330 (774) processed. 0 failed. spent: 105:56, 141:21 mins remaining. DisplayingDetailsForPassedTest. time: 18780ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:40:57.974 [INFO] !MESSAGE [AUT-0] Finished: Do not Clear Workspace.test in 21707 (330 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:40:57.976 [INFO] !MESSAGE [AUT-0] Starting: Do not clear folder.test (331 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:40:58.035 [INFO] !MESSAGE Pass 331 (774) processed. 0 failed. spent: 106:19, 141:07 mins remaining. Do not Clear Workspace. time: 21707ms [INFO] Pass 331 (774) processed. 0 failed. spent: 106:19, 141:07 mins remaining. Do not Clear Workspace. time: 21707ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:41:22.397 [INFO] !MESSAGE [AUT-0] Finished: Do not clear folder.test in 23051 (331 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:41:22.398 [INFO] !MESSAGE [AUT-0] Starting: DumpConfiguration.test (332 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:41:22.463 [INFO] !MESSAGE Pass 332 (774) processed. 0 failed. spent: 106:43, 140:54 mins remaining. Do not clear folder or file. time: 23051ms [INFO] Pass 332 (774) processed. 0 failed. spent: 106:43, 140:54 mins remaining. Do not clear folder or file. time: 23051ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:41:34.215 [INFO] !MESSAGE [AUT-0] Finished: DumpConfiguration.test in 10783 (332 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:41:34.217 [INFO] !MESSAGE [AUT-0] Starting: DuplicateTestSuite.test (333 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:41:34.277 [INFO] !MESSAGE Pass 333 (774) processed. 0 failed. spent: 106:55, 140:25 mins remaining. DumpConfiguration. time: 10783ms [INFO] Pass 333 (774) processed. 0 failed. spent: 106:55, 140:25 mins remaining. DumpConfiguration. time: 10783ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:42:00.879 [INFO] !MESSAGE [AUT-0] Finished: DuplicateTestSuite.test in 24685 (333 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:42:00.881 [INFO] !MESSAGE [AUT-0] Starting: ECLContext_CopyPaste_Name_ContextMenu.test (334 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:42:00.971 [INFO] !MESSAGE Pass 334 (774) processed. 0 failed. spent: 107:22, 140:16 mins remaining. DuplicateTestSuite. time: 24685ms [INFO] Pass 334 (774) processed. 0 failed. spent: 107:22, 140:16 mins remaining. DuplicateTestSuite. time: 24685ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:42:11.251 [INFO] !MESSAGE [AUT-0] Finished: ECLContext_CopyPaste_Name_ContextMenu.test in 9055 (334 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:42:11.253 [INFO] !MESSAGE [AUT-0] Starting: ECLContext_CopyPaste_Tags_ContextMenu.test (335 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:42:11.284 [INFO] !MESSAGE Pass 335 (774) processed. 0 failed. spent: 107:32, 139:45 mins remaining. ECLContext_CopyPaste_Name_ContextMenu. time: 9055ms [INFO] Pass 335 (774) processed. 0 failed. spent: 107:32, 139:45 mins remaining. ECLContext_CopyPaste_Name_ContextMenu. time: 9055ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:42:20.652 [INFO] !MESSAGE [AUT-0] Finished: ECLContext_CopyPaste_Tags_ContextMenu.test in 8254 (335 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:42:20.653 [INFO] !MESSAGE [AUT-0] Starting: ECLEditor.test (336 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:42:20.695 [INFO] !MESSAGE Pass 336 (774) processed. 0 failed. spent: 107:41, 139:13 mins remaining. ECLContext_CopyPaste_Tags_ContextMenu. time: 8254ms [INFO] Pass 336 (774) processed. 0 failed. spent: 107:41, 139:13 mins remaining. ECLContext_CopyPaste_Tags_ContextMenu. time: 8254ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:42:29.995 [INFO] !MESSAGE [AUT-0] Finished: ECLEditor.test in 8254 (336 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:42:29.996 [INFO] !MESSAGE [AUT-0] Starting: Edit Preference in Preference Context.test (337 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:42:30.007 [INFO] !MESSAGE Pass 337 (774) processed. 0 failed. spent: 107:51, 138:42 mins remaining. ECLEditor. time: 8254ms [INFO] Pass 337 (774) processed. 0 failed. spent: 107:51, 138:42 mins remaining. ECLEditor. time: 8254ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:42:40.365 [INFO] !MESSAGE [AUT-0] Finished: Edit Preference in Preference Context.test in 9163 (337 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:42:40.367 [INFO] !MESSAGE [AUT-0] Starting: Edit script in ECL context.test (338 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:42:40.419 [INFO] !MESSAGE Pass 338 (774) processed. 0 failed. spent: 108:01, 138:11 mins remaining. Edit Preference in Preference Context. time: 9163ms [INFO] Pass 338 (774) processed. 0 failed. spent: 108:01, 138:11 mins remaining. Edit Preference in Preference Context. time: 9163ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:42:53.271 [INFO] !MESSAGE [AUT-0] Finished: Edit script in ECL context.test in 11690 (338 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:42:53.272 [INFO] !MESSAGE [AUT-0] Starting: EditContextsFromTextEditor.test (339 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:42:53.335 [INFO] !MESSAGE Pass 339 (774) processed. 0 failed. spent: 108:14, 137:45 mins remaining. Edit script in ECL context. time: 11690ms [INFO] Pass 339 (774) processed. 0 failed. spent: 108:14, 137:45 mins remaining. Edit script in ECL context. time: 11690ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:43:10.682 [INFO] !MESSAGE [AUT-0] Finished: EditContextsFromTextEditor.test in 16176 (339 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:43:10.739 [INFO] !MESSAGE [AUT-0] Starting: EditDebugContextDescriptionFromTextEditor.test (340 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:43:10.758 [INFO] !MESSAGE Pass 340 (774) processed. 0 failed. spent: 108:31, 137:23 mins remaining. EditContextsFromTextEditor. time: 16176ms [INFO] Pass 340 (774) processed. 0 failed. spent: 108:31, 137:23 mins remaining. EditContextsFromTextEditor. time: 16176ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:43:27.156 [INFO] !MESSAGE [AUT-0] Finished: EditDebugContextDescriptionFromTextEditor.test in 15209 (340 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:43:27.157 [INFO] !MESSAGE [AUT-0] Starting: EditDebugContextNameFromTextEditor.test (341 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:43:27.176 [INFO] !MESSAGE Pass 341 (774) processed. 0 failed. spent: 108:48, 137:01 mins remaining. EditDebugContextDescriptionFromTextEditor. time: 15209ms [INFO] Pass 341 (774) processed. 0 failed. spent: 108:48, 137:01 mins remaining. EditDebugContextDescriptionFromTextEditor. time: 15209ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:43:43.599 [INFO] !MESSAGE [AUT-0] Finished: EditDebugContextNameFromTextEditor.test in 14932 (341 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:43:43.600 [INFO] !MESSAGE [AUT-0] Starting: EditDebugContextTagFromTextEditor.test (342 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:43:43.696 [INFO] !MESSAGE Pass 342 (774) processed. 0 failed. spent: 109:04, 136:39 mins remaining. EditDebugContextNameFromTextEditor. time: 14932ms [INFO] Pass 342 (774) processed. 0 failed. spent: 109:04, 136:39 mins remaining. EditDebugContextNameFromTextEditor. time: 14932ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:44:00.037 [INFO] !MESSAGE [AUT-0] Finished: EditDebugContextTagFromTextEditor.test in 15087 (342 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:44:00.039 [INFO] !MESSAGE [AUT-0] Starting: EditDescriptionFromTextEditor.test (343 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:44:00.116 [INFO] !MESSAGE Pass 343 (774) processed. 0 failed. spent: 109:21, 136:17 mins remaining. EditDebugContextTagFromTextEditor. time: 15087ms [INFO] Pass 343 (774) processed. 0 failed. spent: 109:21, 136:17 mins remaining. EditDebugContextTagFromTextEditor. time: 15087ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:44:17.483 [INFO] !MESSAGE [AUT-0] Finished: EditDescriptionFromTextEditor.test in 15993 (343 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:44:17.485 [INFO] !MESSAGE [AUT-0] Starting: EditEclContextDescriptionFromTextEditor_NEW.test (344 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:44:17.556 [INFO] !MESSAGE Pass 344 (774) processed. 0 failed. spent: 109:38, 135:55 mins remaining. EditDescriptionFromTextEditor. time: 15993ms [INFO] Pass 344 (774) processed. 0 failed. spent: 109:38, 135:55 mins remaining. EditDescriptionFromTextEditor. time: 15993ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:44:34.402 [INFO] !MESSAGE [AUT-0] Finished: EditEclContextDescriptionFromTextEditor_NEW.test in 15450 (344 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:44:34.404 [INFO] !MESSAGE [AUT-0] Starting: EditEclContextNameFromTextEditor.test (345 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:44:34.476 [INFO] !MESSAGE Pass 345 (774) processed. 0 failed. spent: 109:55, 135:34 mins remaining. EditEclContextDescriptionFromTextEditor_NEW. time: 15450ms [INFO] Pass 345 (774) processed. 0 failed. spent: 109:55, 135:34 mins remaining. EditEclContextDescriptionFromTextEditor_NEW. time: 15450ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:44:50.831 [INFO] !MESSAGE [AUT-0] Finished: EditEclContextNameFromTextEditor.test in 14933 (345 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:44:50.833 [INFO] !MESSAGE [AUT-0] Starting: EditEclContextTagFromTextEditor_NEW.test (346 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:44:50.895 [INFO] !MESSAGE Pass 346 (774) processed. 0 failed. spent: 110:12, 135:13 mins remaining. EditEclContextNameFromTextEditor. time: 14933ms [INFO] Pass 346 (774) processed. 0 failed. spent: 110:12, 135:13 mins remaining. EditEclContextNameFromTextEditor. time: 14933ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:45:07.271 [INFO] !MESSAGE [AUT-0] Finished: EditEclContextTagFromTextEditor_NEW.test in 15099 (346 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:45:07.273 [INFO] !MESSAGE [AUT-0] Starting: EditExtRefFromTextEditor.test (347 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:45:07.315 [INFO] !MESSAGE Pass 347 (774) processed. 0 failed. spent: 110:28, 134:50 mins remaining. EditEclContextTagFromTextEditor_NEW. time: 15099ms [INFO] Pass 347 (774) processed. 0 failed. spent: 110:28, 134:50 mins remaining. EditEclContextTagFromTextEditor_NEW. time: 15099ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:45:25.722 [INFO] !MESSAGE [AUT-0] Finished: EditExtRefFromTextEditor.test in 16767 (347 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:45:25.723 [INFO] !MESSAGE [AUT-0] Starting: EditGroupContextDescriptionFromTextEditor.test (348 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:45:25.742 [INFO] !MESSAGE Pass 348 (774) processed. 0 failed. spent: 110:46, 134:30 mins remaining. EditExtRefFromTextEditor. time: 16767ms [INFO] Pass 348 (774) processed. 0 failed. spent: 110:46, 134:30 mins remaining. EditExtRefFromTextEditor. time: 16767ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:45:42.653 [INFO] !MESSAGE [AUT-0] Finished: EditGroupContextDescriptionFromTextEditor.test in 15600 (348 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:45:42.654 [INFO] !MESSAGE [AUT-0] Starting: EditGroupContextNameFromTextEditor.test (349 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:45:42.660 [INFO] !MESSAGE Pass 349 (774) processed. 0 failed. spent: 111:03, 134:08 mins remaining. EditGroupContextDescriptionFromTextEditor. time: 15600ms [INFO] Pass 349 (774) processed. 0 failed. spent: 111:03, 134:08 mins remaining. EditGroupContextDescriptionFromTextEditor. time: 15600ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:45:58.599 [INFO] !MESSAGE [AUT-0] Finished: EditGroupContextNameFromTextEditor.test in 14444 (349 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:45:58.600 [INFO] !MESSAGE [AUT-0] Starting: EditGroupContextTagFromTextEditor.test (350 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:45:58.678 [INFO] !MESSAGE Pass 350 (774) processed. 0 failed. spent: 111:19, 133:46 mins remaining. EditGroupContextNameFromTextEditor. time: 14444ms [INFO] Pass 350 (774) processed. 0 failed. spent: 111:19, 133:46 mins remaining. EditGroupContextNameFromTextEditor. time: 14444ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:46:14.536 [INFO] !MESSAGE [AUT-0] Finished: EditGroupContextTagFromTextEditor.test in 14447 (350 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:46:14.537 [INFO] !MESSAGE [AUT-0] Starting: EditNameFromTextEditor.test (351 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:46:14.595 [INFO] !MESSAGE Pass 351 (774) processed. 0 failed. spent: 111:35, 133:23 mins remaining. EditGroupContextTagFromTextEditor. time: 14447ms [INFO] Pass 351 (774) processed. 0 failed. spent: 111:35, 133:23 mins remaining. EditGroupContextTagFromTextEditor. time: 14447ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:46:31.971 [INFO] !MESSAGE [AUT-0] Finished: EditNameFromTextEditor.test in 15903 (351 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:46:31.972 [INFO] !MESSAGE [AUT-0] Starting: EditParameterInParametersContext.test (352 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:46:32.023 [INFO] !MESSAGE Pass 352 (774) processed. 0 failed. spent: 111:53, 133:03 mins remaining. EditNameFromTextEditor. time: 15903ms [INFO] Pass 352 (774) processed. 0 failed. spent: 111:53, 133:03 mins remaining. EditNameFromTextEditor. time: 15903ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:46:45.413 [INFO] !MESSAGE [AUT-0] Finished: EditParameterInParametersContext.test in 12185 (352 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:46:45.414 [INFO] !MESSAGE [AUT-0] Starting: EditParameterInParametersContext2.test (353 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:46:45.438 [INFO] !MESSAGE Pass 353 (774) processed. 0 failed. spent: 112:06, 132:37 mins remaining. EditParameterInParametersContext. time: 12185ms [INFO] Pass 353 (774) processed. 0 failed. spent: 112:06, 132:37 mins remaining. EditParameterInParametersContext. time: 12185ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:46:55.783 [INFO] !MESSAGE [AUT-0] Finished: EditParameterInParametersContext2.test in 9288 (353 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:46:55.784 [INFO] !MESSAGE [AUT-0] Starting: EditPrefContextDescriptionFromTextEditor.test (354 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:46:55.849 [INFO] !MESSAGE Pass 354 (774) processed. 0 failed. spent: 112:16, 132:08 mins remaining. EditParameterInParametersContext2. time: 9288ms [INFO] Pass 354 (774) processed. 0 failed. spent: 112:16, 132:08 mins remaining. EditParameterInParametersContext2. time: 9288ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:47:11.684 [INFO] !MESSAGE [AUT-0] Finished: EditPrefContextDescriptionFromTextEditor.test in 14603 (354 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:47:11.685 [INFO] !MESSAGE [AUT-0] Starting: EditPrefContextNameFromTextEditor.test (355 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:47:11.768 [INFO] !MESSAGE Pass 355 (774) processed. 0 failed. spent: 112:32, 131:45 mins remaining. EditPrefContextDescriptionFromTextEditor. time: 14603ms [INFO] Pass 355 (774) processed. 0 failed. spent: 112:32, 131:45 mins remaining. EditPrefContextDescriptionFromTextEditor. time: 14603ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:47:29.121 [INFO] !MESSAGE [AUT-0] Finished: EditPrefContextNameFromTextEditor.test in 15833 (355 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:47:29.123 [INFO] !MESSAGE [AUT-0] Starting: EditPrefContextTagFromTextEditor.test (356 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:47:29.189 [INFO] !MESSAGE Pass 356 (774) processed. 0 failed. spent: 112:50, 131:25 mins remaining. EditPrefContextNameFromTextEditor. time: 15833ms [INFO] Pass 356 (774) processed. 0 failed. spent: 112:50, 131:25 mins remaining. EditPrefContextNameFromTextEditor. time: 15833ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:47:45.061 [INFO] !MESSAGE [AUT-0] Finished: EditPrefContextTagFromTextEditor.test in 14458 (356 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:47:45.063 [INFO] !MESSAGE [AUT-0] Starting: EditScriptFromTextEditor.test (357 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:47:45.108 [INFO] !MESSAGE Pass 357 (774) processed. 0 failed. spent: 113:06, 131:03 mins remaining. EditPrefContextTagFromTextEditor. time: 14458ms [INFO] Pass 357 (774) processed. 0 failed. spent: 113:06, 131:03 mins remaining. EditPrefContextTagFromTextEditor. time: 14458ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:48:02.009 [INFO] !MESSAGE [AUT-0] Finished: EditScriptFromTextEditor.test in 15503 (357 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:48:02.010 [INFO] !MESSAGE [AUT-0] Starting: EditTagFromTextEditor.test (358 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:48:02.030 [INFO] !MESSAGE Pass 358 (774) processed. 0 failed. spent: 113:23, 130:42 mins remaining. EditScriptFromTextEditor. time: 15503ms [INFO] Pass 358 (774) processed. 0 failed. spent: 113:23, 130:42 mins remaining. EditScriptFromTextEditor. time: 15503ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:48:18.924 [INFO] !MESSAGE [AUT-0] Finished: EditTagFromTextEditor.test in 15294 (358 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:48:18.925 [INFO] !MESSAGE [AUT-0] Starting: EditTagsFromTextEditor.test (359 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:48:18.951 [INFO] !MESSAGE Pass 359 (774) processed. 0 failed. spent: 113:40, 130:21 mins remaining. EditTagFromTextEditor. time: 15294ms [INFO] Pass 359 (774) processed. 0 failed. spent: 113:40, 130:21 mins remaining. EditTagFromTextEditor. time: 15294ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:48:36.387 [INFO] !MESSAGE [AUT-0] Finished: EditTagsFromTextEditor.test in 15977 (359 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:48:36.388 [INFO] !MESSAGE [AUT-0] Starting: EditTestNameFromTextEditor.test (360 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:48:36.468 [INFO] !MESSAGE Pass 360 (774) processed. 0 failed. spent: 113:57, 130:00 mins remaining. EditTagsFromTextEditor. time: 15977ms [INFO] Pass 360 (774) processed. 0 failed. spent: 113:57, 130:00 mins remaining. EditTagsFromTextEditor. time: 15977ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:48:51.290 [INFO] !MESSAGE [AUT-0] Finished: EditTestNameFromTextEditor.test in 13424 (360 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:48:51.291 [INFO] !MESSAGE [AUT-0] Starting: EditTreeItems.test (361 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:48:51.383 [INFO] !MESSAGE Pass 361 (774) processed. 0 failed. spent: 114:12, 129:36 mins remaining. EditTestNameFromTextEditor. time: 13424ms [INFO] Pass 361 (774) processed. 0 failed. spent: 114:12, 129:36 mins remaining. EditTestNameFromTextEditor. time: 13424ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:49:05.217 [INFO] !MESSAGE [AUT-0] Finished: EditTreeItems.test in 12501 (361 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:49:05.219 [INFO] !MESSAGE [AUT-0] Starting: EditWbContextDescriptionFromTextEditor.test (362 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:49:05.300 [INFO] !MESSAGE Pass 362 (774) processed. 0 failed. spent: 114:26, 129:12 mins remaining. EditTreeItems. time: 12501ms [INFO] Pass 362 (774) processed. 0 failed. spent: 114:26, 129:12 mins remaining. EditTreeItems. time: 12501ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:49:21.644 [INFO] !MESSAGE [AUT-0] Finished: EditWbContextDescriptionFromTextEditor.test in 15236 (362 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:49:21.646 [INFO] !MESSAGE [AUT-0] Starting: EditWbContextNameFromTextEditor_NEW1.test (363 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:49:21.720 [INFO] !MESSAGE Pass 363 (774) processed. 0 failed. spent: 114:42, 128:50 mins remaining. EditWbContextDescriptionFromTextEditor. time: 15236ms [INFO] Pass 363 (774) processed. 0 failed. spent: 114:42, 128:50 mins remaining. EditWbContextDescriptionFromTextEditor. time: 15236ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:49:38.090 [INFO] !MESSAGE [AUT-0] Finished: EditWbContextNameFromTextEditor_NEW1.test in 14707 (363 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:49:38.092 [INFO] !MESSAGE [AUT-0] Starting: EditWbContextTagFromTextEditor.test (364 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:49:38.140 [INFO] !MESSAGE Pass 364 (774) processed. 0 failed. spent: 114:59, 128:29 mins remaining. EditWbContextNameFromTextEditor_NEW. time: 14707ms [INFO] Pass 364 (774) processed. 0 failed. spent: 114:59, 128:29 mins remaining. EditWbContextNameFromTextEditor_NEW. time: 14707ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:49:54.033 [INFO] !MESSAGE [AUT-0] Finished: EditWbContextTagFromTextEditor.test in 14297 (364 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:49:54.034 [INFO] !MESSAGE [AUT-0] Starting: EditWsContextDescriptionFromTextEditor.test (365 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:49:54.058 [INFO] !MESSAGE Pass 365 (774) processed. 0 failed. spent: 115:15, 128:07 mins remaining. EditWbContextTagFromTextEditor. time: 14297ms [INFO] Pass 365 (774) processed. 0 failed. spent: 115:15, 128:07 mins remaining. EditWbContextTagFromTextEditor. time: 14297ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:50:10.973 [INFO] !MESSAGE [AUT-0] Finished: EditWsContextDescriptionFromTextEditor.test in 15319 (365 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:50:10.975 [INFO] !MESSAGE [AUT-0] Starting: EmptyErrorLog.test (366 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:50:10.977 [INFO] !MESSAGE Pass 366 (774) processed. 0 failed. spent: 115:32, 127:46 mins remaining. EditWsContextDescriptionFromTextEditor. time: 15319ms [INFO] Pass 366 (774) processed. 0 failed. spent: 115:32, 127:46 mins remaining. EditWsContextDescriptionFromTextEditor. time: 15319ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:50:19.397 [INFO] !MESSAGE [AUT-0] Finished: EmptyErrorLog.test in 6758 (366 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:50:19.398 [INFO] !MESSAGE [AUT-0] Starting: EmptyWindowInAssertionMode.test (367 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:50:19.487 [INFO] !MESSAGE Pass 367 (774) processed. 0 failed. spent: 115:40, 127:15 mins remaining. EmptyErrorLog. time: 6758ms [INFO] Pass 367 (774) processed. 0 failed. spent: 115:40, 127:15 mins remaining. EmptyErrorLog. time: 6758ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:51:28.256 [INFO] !MESSAGE [AUT-0] Finished: EmptyWindowInAssertionMode.test in 67786 (367 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:51:28.257 [INFO] !MESSAGE [AUT-0] Starting: EnableClearWorkspaceInContext.test (368 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:51:28.341 [INFO] !MESSAGE Pass 368 (774) processed. 0 failed. spent: 116:49, 127:52 mins remaining. EmptyWindowInAssertionMode. time: 67786ms [INFO] Pass 368 (774) processed. 0 failed. spent: 116:49, 127:52 mins remaining. EmptyWindowInAssertionMode. time: 67786ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:52:48.700 [INFO] !MESSAGE [AUT-0] Finished: EnableClearWorkspaceInContext.test in 79069 (368 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:52:48.701 [INFO] !MESSAGE [AUT-0] Starting: Encrypt passwords during test recording.test (369 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:52:48.744 [INFO] !MESSAGE Pass 369 (774) processed. 0 failed. spent: 118:09, 128:39 mins remaining. EnableClearWorkspaceInContext. time: 79069ms [INFO] Pass 369 (774) processed. 0 failed. spent: 118:09, 128:39 mins remaining. EnableClearWorkspaceInContext. time: 79069ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:53:58.630 [INFO] !MESSAGE [AUT-0] Finished: Encrypt passwords during test recording.test in 68614 (369 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:53:58.632 [INFO] !MESSAGE [AUT-0] Starting: EnterDiacriticSymbolsInDescription.test (370 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:53:58.655 [INFO] !MESSAGE Pass 370 (774) processed. 0 failed. spent: 119:19, 129:15 mins remaining. Encrypt passwords during test recording. time: 68614ms [INFO] Pass 370 (774) processed. 0 failed. spent: 119:19, 129:15 mins remaining. Encrypt passwords during test recording. time: 68614ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:54:21.525 [INFO] !MESSAGE [AUT-0] Finished: EnterDiacriticSymbolsInDescription.test in 21349 (370 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:54:21.527 [INFO] !MESSAGE [AUT-0] Starting: EnterSpecialSymbolsInDescription.test (371 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:54:21.583 [INFO] !MESSAGE Pass 371 (774) processed. 0 failed. spent: 119:42, 129:00 mins remaining. EnterDiacriticSymbolsInDescription. time: 21349ms [INFO] Pass 371 (774) processed. 0 failed. spent: 119:42, 129:00 mins remaining. EnterDiacriticSymbolsInDescription. time: 21349ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:54:41.942 [INFO] !MESSAGE [AUT-0] Finished: EnterSpecialSymbolsInDescription.test in 18862 (371 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:54:41.943 [INFO] !MESSAGE [AUT-0] Starting: EnterTestDescriptionInControlPanel.test (372 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:54:42.007 [INFO] !MESSAGE Pass 372 (774) processed. 0 failed. spent: 120:03, 128:43 mins remaining. EnterSpecialSymbolsInDescription. time: 18862ms [INFO] Pass 372 (774) processed. 0 failed. spent: 120:03, 128:43 mins remaining. EnterSpecialSymbolsInDescription. time: 18862ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:55:53.409 [INFO] !MESSAGE [AUT-0] Finished: EnterTestDescriptionInControlPanel.test in 70077 (372 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:55:53.410 [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-06-10 16:55:53.449 [INFO] !MESSAGE Pass 373 (774) processed. 0 failed. spent: 121:14, 129:18 mins remaining. EnterTestDescriptionInControlPanel. time: 70077ms [INFO] Pass 373 (774) processed. 0 failed. spent: 121:14, 129:18 mins remaining. EnterTestDescriptionInControlPanel. time: 70077ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:56:07.916 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Add New Entry in Error Log Verification.test in 12831 (373 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:56:07.918 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Capture ErrorLog Verification.test (374 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:56:07.965 [INFO] !MESSAGE Pass 374 (774) processed. 0 failed. spent: 121:29, 128:54 mins remaining. ErrLogVerification_Add New Entry in Error Log Verification. time: 12831ms [INFO] Pass 374 (774) processed. 0 failed. spent: 121:29, 128:54 mins remaining. ErrLogVerification_Add New Entry in Error Log Verification. time: 12831ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:56:26.355 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Capture ErrorLog Verification.test in 16878 (374 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:56:26.362 [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-06-10 16:56:26.388 [INFO] !MESSAGE Pass 375 (774) processed. 0 failed. spent: 121:47, 128:34 mins remaining. ErrLogVerification_Capture ErrorLog Verification. time: 16878ms [INFO] Pass 375 (774) processed. 0 failed. spent: 121:47, 128:34 mins remaining. ErrLogVerification_Capture ErrorLog Verification. time: 16878ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:56:38.313 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Create New Error Log Verification.test in 10306 (375 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:56:38.314 [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-06-10 16:56:38.403 [INFO] !MESSAGE Pass 376 (774) processed. 0 failed. spent: 121:59, 128:06 mins remaining. ErrLogVerification_Create New Error Log Verification. time: 10306ms [INFO] Pass 376 (774) processed. 0 failed. spent: 121:59, 128:06 mins remaining. ErrLogVerification_Create New Error Log Verification. time: 10306ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:56:50.204 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Delete Entry in Error Log Verification.test in 10320 (376 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:56:50.206 [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-06-10 16:56:50.218 [INFO] !MESSAGE Pass 377 (774) processed. 0 failed. spent: 122:11, 127:39 mins remaining. ErrLogVerification_Delete Entry in Error Log Verification. time: 10320ms [INFO] Pass 377 (774) processed. 0 failed. spent: 122:11, 127:39 mins remaining. ErrLogVerification_Delete Entry in Error Log Verification. time: 10320ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:57:03.626 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification.test in 11748 (377 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:57:03.628 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Multiple Drag and Drop.test (378 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 16:57:03.634 [INFO] !MESSAGE Pass 378 (774) processed. 0 failed. spent: 122:24, 127:13 mins remaining. ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification. time: 11748ms [INFO] Pass 378 (774) processed. 0 failed. spent: 122:24, 127:13 mins remaining. ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification. time: 11748ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:57:16.046 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Multiple Drag and Drop.test in 10951 (378 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:57:16.048 [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-06-10 16:57:16.050 [INFO] !MESSAGE Pass 379 (774) processed. 0 failed. spent: 122:37, 126:48 mins remaining. ErrLogVerification_Multiple Drag and Drop. time: 10951ms [INFO] Pass 379 (774) processed. 0 failed. spent: 122:37, 126:48 mins remaining. ErrLogVerification_Multiple Drag and Drop. time: 10951ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:57:34.493 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Error.test in 16982 (379 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:57:34.494 [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-06-10 16:57:34.572 [INFO] !MESSAGE Pass 380 (774) processed. 0 failed. spent: 122:55, 126:27 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Error. time: 16982ms [INFO] Pass 380 (774) processed. 0 failed. spent: 122:55, 126:27 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Error. time: 16982ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:57:56.460 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Info.test in 20412 (380 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:57:56.462 [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-06-10 16:57:56.547 [INFO] !MESSAGE Pass 381 (774) processed. 0 failed. spent: 123:17, 126:10 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Info. time: 20412ms [INFO] Pass 381 (774) processed. 0 failed. spent: 123:17, 126:10 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Info. time: 20412ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:58:20.979 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern.test in 22748 (381 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:58:20.981 [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-06-10 16:58:21.076 [INFO] !MESSAGE Pass 382 (774) processed. 0 failed. spent: 123:42, 125:57 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern. time: 22748ms [INFO] Pass 382 (774) processed. 0 failed. spent: 123:42, 125:57 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern. time: 22748ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:58:39.411 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern.test in 16887 (382 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:58:39.412 [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-06-10 16:58:39.499 [INFO] !MESSAGE Pass 383 (774) processed. 0 failed. spent: 124:00, 125:36 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern. time: 16887ms [INFO] Pass 383 (774) processed. 0 failed. spent: 124:00, 125:36 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern. time: 16887ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:59:02.404 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Warning.test in 21342 (383 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:59:02.405 [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-06-10 16:59:02.426 [INFO] !MESSAGE Pass 384 (774) processed. 0 failed. spent: 124:23, 125:21 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Warning. time: 21342ms [INFO] Pass 384 (774) processed. 0 failed. spent: 124:23, 125:21 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Warning. time: 21342ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:59:21.336 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type).test in 17461 (384 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:59:21.338 [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-06-10 16:59:21.347 [INFO] !MESSAGE Pass 385 (774) processed. 0 failed. spent: 124:42, 125:01 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type). time: 17461ms [INFO] Pass 385 (774) processed. 0 failed. spent: 124:42, 125:01 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type). time: 17461ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:59:40.282 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern).test in 17488 (385 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:59:40.283 [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-06-10 16:59:40.366 [INFO] !MESSAGE Pass 386 (774) processed. 0 failed. spent: 125:01, 124:41 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern). time: 17488ms [INFO] Pass 386 (774) processed. 0 failed. spent: 125:01, 124:41 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern). time: 17488ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:59:58.719 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code).test in 17104 (386 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 16:59:58.720 [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-06-10 16:59:58.789 [INFO] !MESSAGE Pass 387 (774) processed. 0 failed. spent: 125:19, 124:21 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code). time: 17104ms [INFO] Pass 387 (774) processed. 0 failed. spent: 125:19, 124:21 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code). time: 17104ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:00:18.168 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern).test in 17713 (387 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:00:18.169 [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-06-10 17:00:18.241 [INFO] !MESSAGE Pass 388 (774) processed. 0 failed. spent: 125:39, 124:02 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern). time: 17713ms [INFO] Pass 388 (774) processed. 0 failed. spent: 125:39, 124:02 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern). time: 17713ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:00:37.107 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_POSITIVE Case Required Entry_Multiple Type.test in 17485 (388 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:00:37.108 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Plain Text Serialization.test (389 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:00:37.162 [INFO] !MESSAGE Pass 389 (774) processed. 0 failed. spent: 125:58, 123:42 mins remaining. ErrLogVerification_POSITIVE Case Required Entry_Multiple Type. time: 17485ms [INFO] Pass 389 (774) processed. 0 failed. spent: 125:58, 123:42 mins remaining. ErrLogVerification_POSITIVE Case Required Entry_Multiple Type. time: 17485ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:00:57.553 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Plain Text Serialization.test in 18849 (389 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:00:57.554 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Run Test Positive Case .test (390 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:00:57.585 [INFO] !MESSAGE Pass 390 (774) processed. 0 failed. spent: 126:18, 123:24 mins remaining. ErrLogVerification_Plain Text Serialization. time: 18849ms [INFO] Pass 390 (774) processed. 0 failed. spent: 126:18, 123:24 mins remaining. ErrLogVerification_Plain Text Serialization. time: 18849ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:01:10.964 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Run Test Positive Case .test in 12104 (390 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:01:10.965 [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-06-10 17:01:11.002 [INFO] !MESSAGE Pass 391 (774) processed. 0 failed. spent: 126:32, 122:59 mins remaining. ErrLogVerification_Run Test Positive Case . time: 12104ms [INFO] Pass 391 (774) processed. 0 failed. spent: 126:32, 122:59 mins remaining. ErrLogVerification_Run Test Positive Case . time: 12104ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:01:22.900 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Spaces In Plugin Code Should Be Trimmed.test in 10243 (391 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:01:22.901 [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-06-10 17:01:22.918 [INFO] !MESSAGE Pass 392 (774) processed. 0 failed. spent: 126:44, 122:33 mins remaining. ErrLogVerification_Spaces In Plugin Code Should Be Trimmed. time: 10243ms [INFO] Pass 392 (774) processed. 0 failed. spent: 126:44, 122:33 mins remaining. ErrLogVerification_Spaces In Plugin Code Should Be Trimmed. time: 10243ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:01:33.812 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition.test in 9336 (392 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:01:33.813 [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-06-10 17:01:33.838 [INFO] !MESSAGE Pass 393 (774) processed. 0 failed. spent: 126:54, 122:04 mins remaining. ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition. time: 9336ms [INFO] Pass 393 (774) processed. 0 failed. spent: 126:54, 122:04 mins remaining. ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition. time: 9336ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:01:47.818 [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 12483 (393 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:01:47.820 [INFO] !MESSAGE [AUT-0] Starting: Error In ECL Context.test (394 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:01:47.855 [INFO] !MESSAGE Pass 394 (774) processed. 0 failed. spent: 127:08, 121:40 mins remaining. ErrLogVerification_Widget is disposed is thrown when you add any entry after you edit verification's name and press Ctrl+S. time: 12483ms [INFO] Pass 394 (774) processed. 0 failed. spent: 127:08, 121:40 mins remaining. ErrLogVerification_Widget is disposed is thrown when you add any entry after you edit verification's name and press Ctrl+S. time: 12483ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:02:02.730 [INFO] !MESSAGE [AUT-0] Finished: Error In ECL Context.test in 13573 (394 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:02:02.731 [INFO] !MESSAGE [AUT-0] Starting: ErrorAtOpeningEditorForNonExistingFile.test (395 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:02:02.772 [INFO] !MESSAGE Pass 395 (774) processed. 0 failed. spent: 127:23, 121:17 mins remaining. Error In ECL Context. time: 13573ms [INFO] Pass 395 (774) processed. 0 failed. spent: 127:23, 121:17 mins remaining. Error In ECL Context. time: 13573ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:02:19.180 [INFO] !MESSAGE [AUT-0] Finished: ErrorAtOpeningEditorForNonExistingFile.test in 14862 (395 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:02:19.181 [INFO] !MESSAGE [AUT-0] Starting: ErrorAtOpeningNonExistingView.test (396 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:02:19.191 [INFO] !MESSAGE Pass 396 (774) processed. 0 failed. spent: 127:40, 120:55 mins remaining. ErrorAtOpeningEditorForNonExistingFile. time: 14862ms [INFO] Pass 396 (774) processed. 0 failed. spent: 127:40, 120:55 mins remaining. ErrorAtOpeningEditorForNonExistingFile. time: 14862ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:02:33.637 [INFO] !MESSAGE [AUT-0] Finished: ErrorAtOpeningNonExistingView.test in 13054 (396 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:02:33.638 [INFO] !MESSAGE [AUT-0] Starting: ErrorAtRecordingTestCase.test (397 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:02:33.708 [INFO] !MESSAGE Pass 397 (774) processed. 0 failed. spent: 127:54, 120:31 mins remaining. ErrorAtOpeningNonExistingView. time: 13054ms [INFO] Pass 397 (774) processed. 0 failed. spent: 127:54, 120:31 mins remaining. ErrorAtOpeningNonExistingView. time: 13054ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:02:46.554 [INFO] !MESSAGE [AUT-0] Finished: ErrorAtRecordingTestCase.test in 11709 (397 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:02:46.556 [INFO] !MESSAGE [AUT-0] Starting: ErrorWhenPerspectiveIncorrect.test (398 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:02:46.624 [INFO] !MESSAGE Pass 398 (774) processed. 0 failed. spent: 128:07, 120:06 mins remaining. ErrorAtRecordingTestCase. time: 11709ms [INFO] Pass 398 (774) processed. 0 failed. spent: 128:07, 120:06 mins remaining. ErrorAtRecordingTestCase. time: 11709ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:03:01.994 [INFO] !MESSAGE [AUT-0] Finished: ErrorWhenPerspectiveIncorrect.test in 13897 (398 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:03:01.996 [INFO] !MESSAGE [AUT-0] Starting: ExcludeRows.test (399 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:03:02.043 [INFO] !MESSAGE Pass 399 (774) processed. 0 failed. spent: 128:23, 119:44 mins remaining. ErrorWhenPerspectiveIncorrect. time: 13897ms [INFO] Pass 399 (774) processed. 0 failed. spent: 128:23, 119:44 mins remaining. ErrorWhenPerspectiveIncorrect. time: 13897ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:03:16.902 [INFO] !MESSAGE [AUT-0] Finished: ExcludeRows.test in 13396 (399 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:03:16.904 [INFO] !MESSAGE [AUT-0] Starting: Execute1Tests.test (400 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:03:16.960 [INFO] !MESSAGE Pass 400 (774) processed. 0 failed. spent: 128:38, 119:21 mins remaining. ExcludeRows. time: 13396ms [INFO] Pass 400 (774) processed. 0 failed. spent: 128:38, 119:21 mins remaining. ExcludeRows. time: 13396ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:03:39.855 [INFO] !MESSAGE [AUT-0] Finished: Execute1Tests.test in 21546 (400 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:03:39.857 [INFO] !MESSAGE [AUT-0] Starting: Execute3Tests.test (401 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:03:39.863 [INFO] !MESSAGE Pass 401 (774) processed. 0 failed. spent: 129:01, 119:05 mins remaining. Execute1Test. time: 21546ms [INFO] Pass 401 (774) processed. 0 failed. spent: 129:01, 119:05 mins remaining. Execute1Test. time: 21546ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:04:19.446 [INFO] !MESSAGE [AUT-0] Finished: Execute3Tests.test in 37801 (401 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:04:19.448 [INFO] !MESSAGE [AUT-0] Starting: ExecuteFilteredTestsFromQ7Explorer.test (402 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:04:19.483 [INFO] !MESSAGE Pass 402 (774) processed. 0 failed. spent: 129:40, 119:04 mins remaining. Execute3Tests. time: 37801ms [INFO] Pass 402 (774) processed. 0 failed. spent: 129:40, 119:04 mins remaining. Execute3Tests. time: 37801ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:05:00.482 [INFO] !MESSAGE [AUT-0] Finished: ExecuteFilteredTestsFromQ7Explorer.test in 39490 (402 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:05:00.483 [INFO] !MESSAGE [AUT-0] Starting: ExecuteGroupContext.test (403 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:05:00.528 [INFO] !MESSAGE Pass 403 (774) processed. 0 failed. spent: 130:21, 119:05 mins remaining. ExecuteFilteredTestsFromQ7Explorer. time: 39490ms [INFO] Pass 403 (774) processed. 0 failed. spent: 130:21, 119:05 mins remaining. ExecuteFilteredTestsFromQ7Explorer. time: 39490ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:05:08.455 [INFO] !MESSAGE [AUT-0] Finished: ExecuteGroupContext.test in 7536, Failed to execute org.eclipse.rcptt.core.ecl.core.model.impl.EnterContextImpl@6faf9c69 (host: null) (403 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:05:08.455 [INFO] !MESSAGE AUT is not active, restarting.. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:05:08.457 [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-06-10 17:05:08.539 [INFO] !MESSAGE Fail 404 (774) processed. 1 failed. spent: 130:29, 119:12 mins remaining. ExecuteGroupContext. time: 7536ms Cause: Failed to execute org.eclipse.rcptt.core.ecl.core.model.impl.EnterContextImpl@6faf9c69 (host: null) [INFO] Fail 404 (774) processed. 1 failed. spent: 130:29, 119:12 mins remaining. ExecuteGroupContext. time: 7536ms Cause: Failed to execute org.eclipse.rcptt.core.ecl.core.model.impl.EnterContextImpl@6faf9c69 (host: null) [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-06-10 17:05:10.274 [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-06-10 17:05:10.341 [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-06-10 17:05:10.341 [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-06-10 17:05:38.606 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: AUT JVM arguments is set to : [-Xms200m, -Xmx2G, --add-modules=ALL-SYSTEM, -XX:+HeapDumpOnOutOfMemoryError, -Xmx3G, -Dq7id=a9e3576d-ac8f-401d-a308-d0e559cf08f8, -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=a9e3576d-ac8f-401d-a308-d0e559cf08f8 [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-06-10 17:05:38.645 [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-06-10 17:06:00.342 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:06:00.851 [INFO] !MESSAGE [AUT-0] Starting: ExecuteTestSuiteAndTestCaseFromExplorer.test (404 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:08:16.380 [INFO] !MESSAGE [AUT-0] Finished: ExecuteTestSuiteAndTestCaseFromExplorer.test in 132118, Assertion caption failed. Widget is already disposed. (404 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:08:16.382 [INFO] !MESSAGE [AUT-0] Starting: ExecuteTestSuiteAtStopOnFirstFailure.test (405 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:08:16.446 [INFO] !MESSAGE Fail 405 (774) processed. 2 failed. spent: 133:37, 120:48 mins remaining. ExecuteTestSuiteAndTestCaseFromExplorer. time: 132118ms Cause: Assertion caption failed. Widget is already disposed. [INFO] Fail 405 (774) processed. 2 failed. spent: 133:37, 120:48 mins remaining. ExecuteTestSuiteAndTestCaseFromExplorer. time: 132118ms Cause: Assertion caption failed. Widget is already disposed. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:08:41.823 [INFO] !MESSAGE [AUT-0] Finished: ExecuteTestSuiteAtStopOnFirstFailure.test in 23894 (405 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:08:41.825 [INFO] !MESSAGE [AUT-0] Starting: ExecuteTestSuiteWithFailedTest.test (406 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:08:41.844 [INFO] !MESSAGE Pass 406 (774) processed. 2 failed. spent: 134:02, 120:33 mins remaining. ExecuteTestSuiteAtStopOnFirstFailure. time: 23894ms [INFO] Pass 406 (774) processed. 2 failed. spent: 134:02, 120:33 mins remaining. ExecuteTestSuiteAtStopOnFirstFailure. time: 23894ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:09:08.821 [INFO] !MESSAGE [AUT-0] Finished: ExecuteTestSuiteWithFailedTest.test in 25461 (406 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:09:08.823 [INFO] !MESSAGE [AUT-0] Starting: ExpandCollapse.test (407 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:09:08.848 [INFO] !MESSAGE Pass 407 (774) processed. 2 failed. spent: 134:29, 120:20 mins remaining. ExecuteTestSuiteWithFailedTest. time: 25461ms [INFO] Pass 407 (774) processed. 2 failed. spent: 134:29, 120:20 mins remaining. ExecuteTestSuiteWithFailedTest. time: 25461ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:09:21.654 [INFO] !MESSAGE [AUT-0] Finished: ExpandCollapse.test in 11584 (407 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:09:21.656 [INFO] !MESSAGE [AUT-0] Starting: ExpandCollapse.test (408 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:09:21.664 [INFO] !MESSAGE Pass 408 (774) processed. 2 failed. spent: 134:42, 119:54 mins remaining. ExpandCollapse. time: 11584ms [INFO] Pass 408 (774) processed. 2 failed. spent: 134:42, 119:54 mins remaining. ExpandCollapse. time: 11584ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:09:33.949 [INFO] !MESSAGE [AUT-0] Finished: ExpandCollapse.test in 11183 (408 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:09:33.951 [INFO] !MESSAGE [AUT-0] Starting: ExpandTreeItems.test (409 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:09:33.980 [INFO] !MESSAGE Pass 409 (774) processed. 2 failed. spent: 134:55, 119:29 mins remaining. ExpandCollapse. time: 11183ms [INFO] Pass 409 (774) processed. 2 failed. spent: 134:55, 119:29 mins remaining. ExpandCollapse. time: 11183ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:09:42.228 [INFO] !MESSAGE [AUT-0] Finished: ExpandTreeItems.test in 7357 (409 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:09:42.229 [INFO] !MESSAGE [AUT-0] Starting: ExportToClipboard.test (410 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:09:42.290 [INFO] !MESSAGE Pass 410 (774) processed. 2 failed. spent: 135:03, 118:59 mins remaining. ExpandCollapseTreeItems. time: 7357ms [INFO] Pass 410 (774) processed. 2 failed. spent: 135:03, 118:59 mins remaining. ExpandCollapseTreeItems. time: 7357ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:09:57.012 [INFO] !MESSAGE [AUT-0] Finished: ExportToClipboard.test in 13346 (410 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:09:57.014 [INFO] !MESSAGE [AUT-0] Starting: ExportToClipboardTwoTestCases.test (411 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:09:57.055 [INFO] !MESSAGE Pass 411 (774) processed. 2 failed. spent: 135:18, 118:35 mins remaining. ExportToClipboard. time: 13346ms [INFO] Pass 411 (774) processed. 2 failed. spent: 135:18, 118:35 mins remaining. ExportToClipboard. time: 13346ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:10:13.436 [INFO] !MESSAGE [AUT-0] Finished: ExportToClipboardTwoTestCases.test in 14656 (411 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:10:13.439 [INFO] !MESSAGE [AUT-0] Starting: ExportToFile.test (412 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:10:13.475 [INFO] !MESSAGE Pass 412 (774) processed. 2 failed. spent: 135:34, 118:12 mins remaining. ExportToClipboardTwoTestCasesSelection. time: 14656ms [INFO] Pass 412 (774) processed. 2 failed. spent: 135:34, 118:12 mins remaining. ExportToClipboardTwoTestCasesSelection. time: 14656ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:10:33.710 [INFO] !MESSAGE [AUT-0] Finished: ExportToFile.test in 19194 (412 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:10:33.712 [INFO] !MESSAGE [AUT-0] Starting: F2RenameDebugContext.test (413 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:10:33.801 [INFO] !MESSAGE Pass 413 (774) processed. 2 failed. spent: 135:54, 117:53 mins remaining. ExportToFile. time: 19194ms [INFO] Pass 413 (774) processed. 2 failed. spent: 135:54, 117:53 mins remaining. ExportToFile. time: 19194ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:10:44.977 [INFO] !MESSAGE [AUT-0] Finished: F2RenameDebugContext.test in 10380 (413 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:10:44.978 [INFO] !MESSAGE [AUT-0] Starting: F2RenameECLContext.test (414 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:10:45.016 [INFO] !MESSAGE Pass 414 (774) processed. 2 failed. spent: 136:06, 117:27 mins remaining. F2RenameDebugContext. time: 10380ms [INFO] Pass 414 (774) processed. 2 failed. spent: 136:06, 117:27 mins remaining. F2RenameDebugContext. time: 10380ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:10:57.269 [INFO] !MESSAGE [AUT-0] Finished: F2RenameECLContext.test in 11411 (414 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:10:57.271 [INFO] !MESSAGE [AUT-0] Starting: F2RenameGroupContext.test (415 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:10:57.336 [INFO] !MESSAGE Pass 415 (774) processed. 2 failed. spent: 136:18, 117:00 mins remaining. F2RenameECLContext. time: 11411ms [INFO] Pass 415 (774) processed. 2 failed. spent: 136:18, 117:00 mins remaining. F2RenameECLContext. time: 11411ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:11:09.041 [INFO] !MESSAGE [AUT-0] Finished: F2RenameGroupContext.test in 10536 (415 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:11:09.046 [INFO] !MESSAGE [AUT-0] Starting: F2RenamePreferenceContext.test (416 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:11:09.052 [INFO] !MESSAGE Pass 416 (774) processed. 2 failed. spent: 136:30, 116:34 mins remaining. F2RenameGroupContext. time: 10536ms [INFO] Pass 416 (774) processed. 2 failed. spent: 136:30, 116:34 mins remaining. F2RenameGroupContext. time: 10536ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:11:21.310 [INFO] !MESSAGE [AUT-0] Finished: F2RenamePreferenceContext.test in 11216 (416 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:11:21.313 [INFO] !MESSAGE [AUT-0] Starting: F2RenameTestCase.test (417 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:11:21.369 [INFO] !MESSAGE Pass 417 (774) processed. 2 failed. spent: 136:42, 116:08 mins remaining. F2RenamePreferenceContext. time: 11216ms [INFO] Pass 417 (774) processed. 2 failed. spent: 136:42, 116:08 mins remaining. F2RenamePreferenceContext. time: 11216ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:11:33.581 [INFO] !MESSAGE [AUT-0] Finished: F2RenameTestCase.test in 11120 (417 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:11:33.583 [INFO] !MESSAGE [AUT-0] Starting: F2RenameWorkbenchContextt.test (418 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:11:33.586 [INFO] !MESSAGE Pass 418 (774) processed. 2 failed. spent: 136:54, 115:42 mins remaining. F2RenameTestCase. time: 11120ms [INFO] Pass 418 (774) processed. 2 failed. spent: 136:54, 115:42 mins remaining. F2RenameTestCase. time: 11120ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:11:45.351 [INFO] !MESSAGE [AUT-0] Finished: F2RenameWorkbenchContextt.test in 10528 (418 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:11:45.353 [INFO] !MESSAGE [AUT-0] Starting: F2RenameWorkspaceContext.test (419 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:11:45.404 [INFO] !MESSAGE Pass 419 (774) processed. 2 failed. spent: 137:06, 115:16 mins remaining. F2RenameWorkbenchContextt. time: 10528ms [INFO] Pass 419 (774) processed. 2 failed. spent: 137:06, 115:16 mins remaining. F2RenameWorkbenchContextt. time: 10528ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:11:57.135 [INFO] !MESSAGE [AUT-0] Finished: F2RenameWorkspaceContext.test in 10691 (419 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:11:57.136 [INFO] !MESSAGE [AUT-0] Starting: F2ShouldBeDisabledIfMoreThenOneIsSelected.test (420 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:11:57.220 [INFO] !MESSAGE Pass 420 (774) processed. 2 failed. spent: 137:18, 114:51 mins remaining. F2RenameWorkspaceContext. time: 10691ms [INFO] Pass 420 (774) processed. 2 failed. spent: 137:18, 114:51 mins remaining. F2RenameWorkspaceContext. time: 10691ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:12:07.422 [INFO] !MESSAGE [AUT-0] Finished: F2ShouldBeDisabledIfMoreThenOneIsSelected.test in 9161 (420 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:12:07.424 [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-06-10 17:12:07.433 [INFO] !MESSAGE Pass 421 (774) processed. 2 failed. spent: 137:28, 114:23 mins remaining. F2ShouldBeDisabledIfMoreThenOneIsSelected. time: 9161ms [INFO] Pass 421 (774) processed. 2 failed. spent: 137:28, 114:23 mins remaining. F2ShouldBeDisabledIfMoreThenOneIsSelected. time: 9161ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:12:16.674 [INFO] !MESSAGE [AUT-0] Finished: Fill and Clear Description in Workspace Context.test in 8062 (421 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:12:16.676 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByContainedProject.test (422 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:12:16.745 [INFO] !MESSAGE Pass 422 (774) processed. 2 failed. spent: 137:37, 113:55 mins remaining. Fill and Clear Description in Workspace Context. time: 8062ms [INFO] Pass 422 (774) processed. 2 failed. spent: 137:37, 113:55 mins remaining. Fill and Clear Description in Workspace Context. time: 8062ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:12:32.457 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByContainedProject.test in 14655 (422 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:12:32.459 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByDescription.test (423 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:12:32.464 [INFO] !MESSAGE Pass 423 (774) processed. 2 failed. spent: 137:53, 113:33 mins remaining. FilterSearchContextByContainedProject. time: 14655ms [INFO] Pass 423 (774) processed. 2 failed. spent: 137:53, 113:33 mins remaining. FilterSearchContextByContainedProject. time: 14655ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:12:59.714 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByDescription.test in 26267 (423 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:12:59.716 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByName.test (424 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:12:59.795 [INFO] !MESSAGE Pass 424 (774) processed. 2 failed. spent: 138:20, 113:19 mins remaining. FilterSearchContextByDescription. time: 26267ms [INFO] Pass 424 (774) processed. 2 failed. spent: 138:20, 113:19 mins remaining. FilterSearchContextByDescription. time: 26267ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:13:09.490 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByName.test in 8886 (424 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:13:09.492 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByTag.test (425 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:13:09.507 [INFO] !MESSAGE Pass 425 (774) processed. 2 failed. spent: 138:30, 112:52 mins remaining. FilterSearchContextByName. time: 8886ms [INFO] Pass 425 (774) processed. 2 failed. spent: 138:30, 112:52 mins remaining. FilterSearchContextByName. time: 8886ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:13:35.247 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByTag.test in 24798 (425 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:13:35.251 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchTestCaseByDescription.test (426 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:13:35.339 [INFO] !MESSAGE Pass 426 (774) processed. 2 failed. spent: 138:56, 112:38 mins remaining. FilterSearchContextByTag. time: 24798ms [INFO] Pass 426 (774) processed. 2 failed. spent: 138:56, 112:38 mins remaining. FilterSearchContextByTag. time: 24798ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:13:45.525 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchTestCaseByDescription.test in 9097 (426 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:13:45.527 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchTestCaseByName.test (427 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:13:45.551 [INFO] !MESSAGE Pass 427 (774) processed. 2 failed. spent: 139:06, 112:11 mins remaining. FilterSearchTestCaseByDescription. time: 9097ms [INFO] Pass 427 (774) processed. 2 failed. spent: 139:06, 112:11 mins remaining. FilterSearchTestCaseByDescription. time: 9097ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:13:55.271 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchTestCaseByName.test in 8381 (427 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:13:55.273 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchTestCaseByTag.test (428 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:13:55.363 [INFO] !MESSAGE Pass 428 (774) processed. 2 failed. spent: 139:16, 111:44 mins remaining. FilterSearchTestCaseByName. time: 8381ms [INFO] Pass 428 (774) processed. 2 failed. spent: 139:16, 111:44 mins remaining. FilterSearchTestCaseByName. time: 8381ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:14:05.021 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchTestCaseByTag.test in 8853 (428 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:14:05.024 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchWorksWithInvalidTestFiles.test (429 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:14:05.071 [INFO] !MESSAGE Pass 429 (774) processed. 2 failed. spent: 139:26, 111:17 mins remaining. FilterSearchTestCaseByTag. time: 8853ms [INFO] Pass 429 (774) processed. 2 failed. spent: 139:26, 111:17 mins remaining. FilterSearchTestCaseByTag. time: 8853ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:14:16.286 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchWorksWithInvalidTestFiles.test in 10344 (429 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:14:16.291 [INFO] !MESSAGE [AUT-0] Starting: FilteringAtClearingLaunchConfiguration.test (430 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:14:16.381 [INFO] !MESSAGE Pass 430 (774) processed. 2 failed. spent: 139:37, 110:51 mins remaining. FilterSearchWorksWithInvalidTestFiles. time: 10344ms [INFO] Pass 430 (774) processed. 2 failed. spent: 139:37, 110:51 mins remaining. FilterSearchWorksWithInvalidTestFiles. time: 10344ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:15:08.097 [INFO] !MESSAGE [AUT-0] Finished: FilteringAtClearingLaunchConfiguration.test in 50395 (430 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:15:08.099 [INFO] !MESSAGE [AUT-0] Starting: FilteringContextsInContextList.test (431 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:15:08.193 [INFO] !MESSAGE Pass 431 (774) processed. 2 failed. spent: 140:29, 110:57 mins remaining. FilteringAtClearingLaunchConfiguration. time: 50395ms [INFO] Pass 431 (774) processed. 2 failed. spent: 140:29, 110:57 mins remaining. FilteringAtClearingLaunchConfiguration. time: 50395ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:15:19.964 [INFO] !MESSAGE [AUT-0] Finished: FilteringContextsInContextList.test in 10601 (431 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:15:19.965 [INFO] !MESSAGE [AUT-0] Starting: FindReplaceInControlPanel.test (432 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:15:20.008 [INFO] !MESSAGE Pass 432 (774) processed. 2 failed. spent: 140:41, 110:32 mins remaining. FilteringContextsInContextList. time: 10601ms [INFO] Pass 432 (774) processed. 2 failed. spent: 140:41, 110:32 mins remaining. FilteringContextsInContextList. time: 10601ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:15:36.743 [INFO] !MESSAGE [AUT-0] Finished: FindReplaceInControlPanel.test in 15532 (432 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:15:36.745 [INFO] !MESSAGE [AUT-0] Starting: FindReplaceInScriptByShortKey.test (433 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:15:36.829 [INFO] !MESSAGE Pass 433 (774) processed. 2 failed. spent: 140:57, 110:10 mins remaining. FindReplaceInControlPanel. time: 15532ms [INFO] Pass 433 (774) processed. 2 failed. spent: 140:57, 110:10 mins remaining. FindReplaceInControlPanel. time: 15532ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:15:50.065 [INFO] !MESSAGE [AUT-0] Finished: FindReplaceInScriptByShortKey.test in 12058 (433 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:15:50.067 [INFO] !MESSAGE [AUT-0] Starting: FinishButtonShouldBeDisabledIfLocationIsEmpty.test (434 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:15:50.151 [INFO] !MESSAGE Pass 434 (774) processed. 2 failed. spent: 141:11, 109:46 mins remaining. FindReplaceInScriptByShortKey. time: 12058ms [INFO] Pass 434 (774) processed. 2 failed. spent: 141:11, 109:46 mins remaining. FindReplaceInScriptByShortKey. time: 12058ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:16:05.328 [INFO] !MESSAGE [AUT-0] Finished: FinishButtonShouldBeDisabledIfLocationIsEmpty.test in 14311 (434 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:16:05.330 [INFO] !MESSAGE [AUT-0] Starting: FolderContextWithVariable.test (435 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:16:05.368 [INFO] !MESSAGE Pass 435 (774) processed. 2 failed. spent: 141:26, 109:23 mins remaining. FinishButtonShouldBeDisabledIfLocationIsEmpty. time: 14311ms [INFO] Pass 435 (774) processed. 2 failed. spent: 141:26, 109:23 mins remaining. FinishButtonShouldBeDisabledIfLocationIsEmpty. time: 14311ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:16:14.590 [INFO] !MESSAGE [AUT-0] Finished: FolderContextWithVariable.test in 8089 (435 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:16:14.592 [INFO] !MESSAGE [AUT-0] Starting: FolderContext_CopyPaste_Name_ContextMenu.test (436 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:16:14.679 [INFO] !MESSAGE Pass 436 (774) processed. 2 failed. spent: 141:35, 108:56 mins remaining. FolderContextWithVariable. time: 8089ms [INFO] Pass 436 (774) processed. 2 failed. spent: 141:35, 108:56 mins remaining. FolderContextWithVariable. time: 8089ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:16:23.831 [INFO] !MESSAGE [AUT-0] Finished: FolderContext_CopyPaste_Name_ContextMenu.test in 8443 (436 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:16:23.833 [INFO] !MESSAGE [AUT-0] Starting: FolderContext_CopyPaste_Name_ContextMenu.test (437 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:16:23.890 [INFO] !MESSAGE Pass 437 (774) processed. 2 failed. spent: 141:45, 108:29 mins remaining. FolderContext_CopyPaste_Name_ContextMenu. time: 8443ms [INFO] Pass 437 (774) processed. 2 failed. spent: 141:45, 108:29 mins remaining. FolderContext_CopyPaste_Name_ContextMenu. time: 8443ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:16:34.104 [INFO] !MESSAGE [AUT-0] Finished: FolderContext_CopyPaste_Name_ContextMenu.test in 9223 (437 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:16:34.106 [INFO] !MESSAGE [AUT-0] Starting: FolderContext_CopyPaste_Tags_ContextMenu.test (438 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:16:34.203 [INFO] !MESSAGE Pass 438 (774) processed. 2 failed. spent: 141:55, 108:03 mins remaining. GroupContext_CopyPaste_Name_ContextMenu. time: 9223ms [INFO] Pass 438 (774) processed. 2 failed. spent: 141:55, 108:03 mins remaining. GroupContext_CopyPaste_Name_ContextMenu. time: 9223ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:16:44.363 [INFO] !MESSAGE [AUT-0] Finished: FolderContext_CopyPaste_Tags_ContextMenu.test in 9220 (438 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:16:44.365 [INFO] !MESSAGE [AUT-0] Starting: FormToolkitRecording.test (439 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:16:44.416 [INFO] !MESSAGE Pass 439 (774) processed. 2 failed. spent: 142:05, 107:36 mins remaining. FolderContext_CopyPaste_Tags_ContextMenu. time: 9220ms [INFO] Pass 439 (774) processed. 2 failed. spent: 142:05, 107:36 mins remaining. FolderContext_CopyPaste_Tags_ContextMenu. time: 9220ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:18:01.194 [INFO] !MESSAGE [AUT-0] Finished: FormToolkitRecording.test in 75865 (439 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:18:01.196 [INFO] !MESSAGE [AUT-0] Starting: FormWithLinksRecording.test (440 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:18:01.263 [INFO] !MESSAGE Pass 440 (774) processed. 2 failed. spent: 143:22, 108:00 mins remaining. FormToolkitRecording. time: 75865ms [INFO] Pass 440 (774) processed. 2 failed. spent: 143:22, 108:00 mins remaining. FormToolkitRecording. time: 75865ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:19:14.427 [INFO] !MESSAGE [AUT-0] Finished: FormWithLinksRecording.test in 72168 (440 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:19:14.429 [INFO] !MESSAGE [AUT-0] Starting: GeneratePomFileInProject.test (441 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:19:14.465 [INFO] !MESSAGE Pass 441 (774) processed. 2 failed. spent: 144:35, 108:21 mins remaining. FormWithLinksRecording. time: 72168ms [INFO] Pass 441 (774) processed. 2 failed. spent: 144:35, 108:21 mins remaining. FormWithLinksRecording. time: 72168ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:19:29.196 [INFO] !MESSAGE [AUT-0] Finished: GeneratePomFileInProject.test in 13850 (441 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:19:29.198 [INFO] !MESSAGE [AUT-0] Starting: GenerateSecondPomFileInProject.test (442 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:19:29.283 [INFO] !MESSAGE Pass 442 (774) processed. 2 failed. spent: 144:50, 107:58 mins remaining. GeneratePomFileInProject. time: 13850ms [INFO] Pass 442 (774) processed. 2 failed. spent: 144:50, 107:58 mins remaining. GeneratePomFileInProject. time: 13850ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:19:45.450 [INFO] !MESSAGE [AUT-0] Finished: GenerateSecondPomFileInProject.test in 15472 (442 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:19:45.452 [INFO] !MESSAGE [AUT-0] Starting: GetChildrenFromFile.test (443 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:19:45.505 [INFO] !MESSAGE Pass 443 (774) processed. 2 failed. spent: 145:06, 107:36 mins remaining. GenerateSecondPomFileInProject. time: 15472ms [INFO] Pass 443 (774) processed. 2 failed. spent: 145:06, 107:36 mins remaining. GenerateSecondPomFileInProject. time: 15472ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:19:49.200 [INFO] !MESSAGE [AUT-0] Finished: GetChildrenFromFile.test in 3011 (443 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:19:49.202 [INFO] !MESSAGE [AUT-0] Starting: GetExistsFromFile.test (444 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:19:49.209 [INFO] !MESSAGE Pass 444 (774) processed. 2 failed. spent: 145:10, 107:05 mins remaining. GetChildrenFromFile. time: 3011ms [INFO] Pass 444 (774) processed. 2 failed. spent: 145:10, 107:05 mins remaining. GetChildrenFromFile. time: 3011ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:19:51.896 [INFO] !MESSAGE [AUT-0] Finished: GetExistsFromFile.test in 1891 (444 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:19:51.897 [INFO] !MESSAGE [AUT-0] Starting: GetFile.test (445 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:19:51.913 [INFO] !MESSAGE Pass 445 (774) processed. 2 failed. spent: 145:13, 106:33 mins remaining. GetExistsFromFile. time: 1891ms [INFO] Pass 445 (774) processed. 2 failed. spent: 145:13, 106:33 mins remaining. GetExistsFromFile. time: 1891ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:19:54.588 [INFO] !MESSAGE [AUT-0] Finished: GetFile.test in 1727 (445 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:19:54.590 [INFO] !MESSAGE [AUT-0] Starting: GetHotkey.test (446 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:19:54.617 [INFO] !MESSAGE Pass 446 (774) processed. 2 failed. spent: 145:15, 106:01 mins remaining. GetFile. time: 1727ms [INFO] Pass 446 (774) processed. 2 failed. spent: 145:15, 106:01 mins remaining. GetFile. time: 1727ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:20:03.820 [INFO] !MESSAGE [AUT-0] Finished: GetHotkey.test in 8478 (446 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:20:03.821 [INFO] !MESSAGE [AUT-0] Starting: GetIsDirectoryFromFile.test (447 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:20:03.828 [INFO] !MESSAGE Pass 447 (774) processed. 2 failed. spent: 145:24, 105:34 mins remaining. GetHotkey. time: 8478ms [INFO] Pass 447 (774) processed. 2 failed. spent: 145:24, 105:34 mins remaining. GetHotkey. time: 8478ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:20:07.488 [INFO] !MESSAGE [AUT-0] Finished: GetIsDirectoryFromFile.test in 2891 (447 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:20:07.490 [INFO] !MESSAGE [AUT-0] Starting: GetMenu.test (448 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:20:07.533 [INFO] !MESSAGE Pass 448 (774) processed. 2 failed. spent: 145:28, 105:03 mins remaining. GetIsDirectoryFromFile. time: 2891ms [INFO] Pass 448 (774) processed. 2 failed. spent: 145:28, 105:03 mins remaining. GetIsDirectoryFromFile. time: 2891ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:20:11.653 [INFO] !MESSAGE [AUT-0] Finished: GetMenu.test in 3394 (448 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:20:11.654 [INFO] !MESSAGE [AUT-0] Starting: GetNameFromFile.test (449 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:20:11.739 [INFO] !MESSAGE Pass 449 (774) processed. 2 failed. spent: 145:32, 104:33 mins remaining. GetMenu. time: 3394ms [INFO] Pass 449 (774) processed. 2 failed. spent: 145:32, 104:33 mins remaining. GetMenu. time: 3394ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:20:14.307 [INFO] !MESSAGE [AUT-0] Finished: GetNameFromFile.test in 1708 (449 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:20:14.309 [INFO] !MESSAGE [AUT-0] Starting: GetPropertyWithoutEscaping.test (450 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:20:14.342 [INFO] !MESSAGE Pass 450 (774) processed. 2 failed. spent: 145:35, 104:02 mins remaining. GetNameFromFile. time: 1708ms [INFO] Pass 450 (774) processed. 2 failed. spent: 145:35, 104:02 mins remaining. GetNameFromFile. time: 1708ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:20:21.034 [INFO] !MESSAGE [AUT-0] Finished: GetPropertyWithoutEscaping.test in 5512 (450 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:20:21.036 [INFO] !MESSAGE [AUT-0] Starting: GetTestCaseName.test (451 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:20:21.050 [INFO] !MESSAGE Pass 451 (774) processed. 2 failed. spent: 145:42, 103:33 mins remaining. GetPropertyWithoutEscaping. time: 5512ms [INFO] Pass 451 (774) processed. 2 failed. spent: 145:42, 103:33 mins remaining. GetPropertyWithoutEscaping. time: 5512ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:20:24.709 [INFO] !MESSAGE [AUT-0] Finished: GetTestCaseName.test in 2899 (451 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:20:24.711 [INFO] !MESSAGE [AUT-0] Starting: GetTooltipsWhenColumnsWithoutText.test (452 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:20:24.755 [INFO] !MESSAGE Pass 452 (774) processed. 2 failed. spent: 145:45, 103:03 mins remaining. GetTestCaseName. time: 2899ms [INFO] Pass 452 (774) processed. 2 failed. spent: 145:45, 103:03 mins remaining. GetTestCaseName. time: 2899ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:20:42.989 [INFO] !MESSAGE [AUT-0] Finished: GetTooltipsWhenColumnsWithoutText.test in 17231 (452 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:20:42.991 [INFO] !MESSAGE [AUT-0] Starting: GetTreeElementWithoutHardEscaping.test (453 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:20:43.077 [INFO] !MESSAGE Pass 453 (774) processed. 2 failed. spent: 146:04, 102:43 mins remaining. GetTooltipsWhenColumnsWithoutText. time: 17231ms [INFO] Pass 453 (774) processed. 2 failed. spent: 146:04, 102:43 mins remaining. GetTooltipsWhenColumnsWithoutText. time: 17231ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:22:11.296 [INFO] !MESSAGE [AUT-0] Finished: GetTreeElementWithoutHardEscaping.test in 87265 (453 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:22:11.298 [INFO] !MESSAGE [AUT-0] Starting: GoIntoInQ7Explorer.test (454 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:22:11.365 [INFO] !MESSAGE Pass 454 (774) processed. 2 failed. spent: 147:32, 103:12 mins remaining. GetTreeElementWithoutHardEscaping. time: 87265ms [INFO] Pass 454 (774) processed. 2 failed. spent: 147:32, 103:12 mins remaining. GetTreeElementWithoutHardEscaping. time: 87265ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:22:25.646 [INFO] !MESSAGE [AUT-0] Finished: GoIntoInQ7Explorer.test in 12878 (454 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:22:25.676 [INFO] !MESSAGE Pass 455 (774) processed. 2 failed. spent: 147:46, 103:22 mins remaining. GoIntoInQ7Explorer. time: 12878ms [INFO] Pass 455 (774) processed. 2 failed. spent: 147:46, 103:22 mins remaining. GoIntoInQ7Explorer. time: 12878ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:22:25.678 [INFO] !MESSAGE [AUT-0] Starting: GroupContext_CopyPaste_Context_ContextMenu.test (455 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:22:35.427 [INFO] !MESSAGE [AUT-0] Finished: GroupContext_CopyPaste_Context_ContextMenu.test in 8925 (455 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:22:35.429 [INFO] !MESSAGE [AUT-0] Starting: GroupContext_CopyPaste_Tags_ContextMenu.test (456 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:22:35.488 [INFO] !MESSAGE Pass 456 (774) processed. 2 failed. spent: 147:56, 102:23 mins remaining. GroupContext_CopyPaste_Context_ContextMenu. time: 8925ms [INFO] Pass 456 (774) processed. 2 failed. spent: 147:56, 102:23 mins remaining. GroupContext_CopyPaste_Context_ContextMenu. time: 8925ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:22:44.187 [INFO] !MESSAGE [AUT-0] Finished: GroupContext_CopyPaste_Tags_ContextMenu.test in 7849 (456 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:22:44.188 [INFO] !MESSAGE [AUT-0] Starting: GroupContexts.test (457 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:22:44.199 [INFO] !MESSAGE Pass 457 (774) processed. 2 failed. spent: 148:05, 101:56 mins remaining. GroupContext_CopyPaste_Tags_ContextMenu. time: 7849ms [INFO] Pass 457 (774) processed. 2 failed. spent: 148:05, 101:56 mins remaining. GroupContext_CopyPaste_Tags_ContextMenu. time: 7849ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:23:00.961 [INFO] !MESSAGE [AUT-0] Finished: GroupContexts.test in 15632 (457 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:23:00.963 [INFO] !MESSAGE [AUT-0] Starting: HumanReadableECL.test (458 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:23:01.047 [INFO] !MESSAGE Pass 458 (774) processed. 2 failed. spent: 148:22, 101:35 mins remaining. GroupContexts. time: 15632ms [INFO] Pass 458 (774) processed. 2 failed. spent: 148:22, 101:35 mins remaining. GroupContexts. time: 15632ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:23:27.828 [INFO] !MESSAGE [AUT-0] Finished: HumanReadableECL.test in 25810 (458 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:23:27.830 [INFO] !MESSAGE [AUT-0] Starting: Ignore File At Clearing Workspace.test (459 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:23:27.877 [INFO] !MESSAGE Pass 459 (774) processed. 2 failed. spent: 148:49, 101:21 mins remaining. HumanReadableECL. time: 25810ms [INFO] Pass 459 (774) processed. 2 failed. spent: 148:49, 101:21 mins remaining. HumanReadableECL. time: 25810ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:23:58.672 [INFO] !MESSAGE [AUT-0] Finished: Ignore File At Clearing Workspace.test in 29664 (459 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:23:58.674 [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-06-10 17:23:58.715 [INFO] !MESSAGE Pass 460 (774) processed. 2 failed. spent: 149:19, 101:09 mins remaining. Ignore File At Clearing Workspace. time: 29664ms [INFO] Pass 460 (774) processed. 2 failed. spent: 149:19, 101:09 mins remaining. Ignore File At Clearing Workspace. time: 29664ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:24:45.534 [INFO] !MESSAGE [AUT-0] Finished: Ignore Non-Existing File At Clearing Workspace.test in 45637 (460 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:24:45.536 [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-06-10 17:24:45.560 [INFO] !MESSAGE Pass 461 (774) processed. 2 failed. spent: 150:06, 101:08 mins remaining. Ignore Non-Existing File At Clearing Workspace. time: 45637ms [INFO] Pass 461 (774) processed. 2 failed. spent: 150:06, 101:08 mins remaining. Ignore Non-Existing File At Clearing Workspace. time: 45637ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:25:20.357 [INFO] !MESSAGE [AUT-0] Finished: Ignore Some Files At Clearing Workspace.test in 33847 (461 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:25:20.359 [INFO] !MESSAGE [AUT-0] Starting: Import Files In Workspace Context.test (462 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:25:20.400 [INFO] !MESSAGE Pass 462 (774) processed. 2 failed. spent: 150:41, 100:59 mins remaining. Ignore Some Files At Clearing Workspace. time: 33847ms [INFO] Pass 462 (774) processed. 2 failed. spent: 150:41, 100:59 mins remaining. Ignore Some Files At Clearing Workspace. time: 33847ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:25:33.153 [INFO] !MESSAGE [AUT-0] Finished: Import Files In Workspace Context.test in 11828 (462 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:25:33.155 [INFO] !MESSAGE [AUT-0] Starting: Import Projects In Workspace Context.test (463 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:25:33.215 [INFO] !MESSAGE Pass 463 (774) processed. 2 failed. spent: 150:54, 100:36 mins remaining. Import Files In Workspace Context. time: 11828ms [INFO] Pass 463 (774) processed. 2 failed. spent: 150:54, 100:36 mins remaining. Import Files In Workspace Context. time: 11828ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:25:45.445 [INFO] !MESSAGE [AUT-0] Finished: Import Projects In Workspace Context.test in 11330 (463 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:25:45.447 [INFO] !MESSAGE [AUT-0] Starting: ImportFromClipboard.test (464 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:25:45.532 [INFO] !MESSAGE Pass 464 (774) processed. 2 failed. spent: 151:06, 100:11 mins remaining. Import Projects In Workspace Context. time: 11330ms [INFO] Pass 464 (774) processed. 2 failed. spent: 151:06, 100:11 mins remaining. Import Projects In Workspace Context. time: 11330ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:26:00.247 [INFO] !MESSAGE [AUT-0] Finished: ImportFromClipboard.test in 13651 (464 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:26:00.250 [INFO] !MESSAGE Pass 465 (774) processed. 2 failed. spent: 151:21, 100:21 mins remaining. ImportFromClipboard. time: 13651ms [INFO] Pass 465 (774) processed. 2 failed. spent: 151:21, 100:21 mins remaining. ImportFromClipboard. time: 13651ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:26:00.263 [INFO] !MESSAGE [AUT-0] Starting: ImportFromClipboardToTheProjectWithSameContexts.test (465 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:26:22.539 [INFO] !MESSAGE [AUT-0] Finished: ImportFromClipboardToTheProjectWithSameContexts.test in 20959 (465 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:26:22.541 [INFO] !MESSAGE [AUT-0] Starting: ImportFromClipboardToTheSameProject.test (466 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:26:22.574 [INFO] !MESSAGE Pass 466 (774) processed. 2 failed. spent: 151:43, 99:31 mins remaining. ImportFromClipboardToTheProjectWithSameContexts. time: 20959ms [INFO] Pass 466 (774) processed. 2 failed. spent: 151:43, 99:31 mins remaining. ImportFromClipboardToTheProjectWithSameContexts. time: 20959ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:26:38.306 [INFO] !MESSAGE [AUT-0] Finished: ImportFromClipboardToTheSameProject.test in 14900 (466 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:26:38.308 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFile.test (467 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:26:38.395 [INFO] !MESSAGE Pass 467 (774) processed. 2 failed. spent: 151:59, 99:09 mins remaining. ImportFromClipboardToTheSameProject. time: 14900ms [INFO] Pass 467 (774) processed. 2 failed. spent: 151:59, 99:09 mins remaining. ImportFromClipboardToTheSameProject. time: 14900ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:26:52.555 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFile.test in 13251 (467 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:26:52.557 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFileAddMissingReferences.test (468 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:26:52.613 [INFO] !MESSAGE Pass 468 (774) processed. 2 failed. spent: 152:13, 98:46 mins remaining. ImportFromFile. time: 13251ms [INFO] Pass 468 (774) processed. 2 failed. spent: 152:13, 98:46 mins remaining. ImportFromFile. time: 13251ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:27:08.348 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFileAddMissingReferences.test in 14499 (468 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:27:08.349 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFileToTheProjectWithSameContexts.test (469 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:27:08.433 [INFO] !MESSAGE Pass 469 (774) processed. 2 failed. spent: 152:29, 98:25 mins remaining. ImportFromFileAddMissingReferences. time: 14499ms [INFO] Pass 469 (774) processed. 2 failed. spent: 152:29, 98:25 mins remaining. ImportFromFileAddMissingReferences. time: 14499ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:27:29.629 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFileToTheProjectWithSameContexts.test in 20409 (469 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:27:29.631 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFileToTheSameProject.test (470 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:27:29.658 [INFO] !MESSAGE Pass 470 (774) processed. 2 failed. spent: 152:50, 98:06 mins remaining. ImportFromFileToTheProjectWithSameContexts. time: 20409ms [INFO] Pass 470 (774) processed. 2 failed. spent: 152:50, 98:06 mins remaining. ImportFromFileToTheProjectWithSameContexts. time: 20409ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:27:47.398 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFileToTheSameProject.test in 16943 (470 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:27:47.400 [INFO] !MESSAGE [AUT-0] Starting: ImportPreferencesInPrefContext.test (471 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:27:47.480 [INFO] !MESSAGE Pass 471 (774) processed. 2 failed. spent: 153:08, 97:46 mins remaining. ImportFromFileToTheSameProject. time: 16943ms [INFO] Pass 471 (774) processed. 2 failed. spent: 153:08, 97:46 mins remaining. ImportFromFileToTheSameProject. time: 16943ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:27:57.709 [INFO] !MESSAGE [AUT-0] Finished: ImportPreferencesInPrefContext.test in 9109 (471 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:27:57.711 [INFO] !MESSAGE [AUT-0] Starting: ImportProjectToWSContextFromArchiveFile.test (472 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:27:57.795 [INFO] !MESSAGE Pass 472 (774) processed. 2 failed. spent: 153:18, 97:20 mins remaining. ImportPreferencesInPrefContext. time: 9109ms [INFO] Pass 472 (774) processed. 2 failed. spent: 153:18, 97:20 mins remaining. ImportPreferencesInPrefContext. time: 9109ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:28:11.507 [INFO] !MESSAGE [AUT-0] Finished: ImportProjectToWSContextFromArchiveFile.test in 12688 (472 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:28:11.509 [INFO] !MESSAGE [AUT-0] Starting: ImportSameNamedButDifferentTypedContextsIsNotAllowed.test (473 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:28:11.513 [INFO] !MESSAGE Pass 473 (774) processed. 2 failed. spent: 153:32, 96:58 mins remaining. ImportProjectToWSContextFromArchiveFile. time: 12688ms [INFO] Pass 473 (774) processed. 2 failed. spent: 153:32, 96:58 mins remaining. ImportProjectToWSContextFromArchiveFile. time: 12688ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:28:28.781 [INFO] !MESSAGE [AUT-0] Finished: ImportSameNamedButDifferentTypedContextsIsNotAllowed.test in 16081 (473 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:28:28.782 [INFO] !MESSAGE [AUT-0] Starting: ImportedContextFromFileEqualsExported.test (474 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:28:28.827 [INFO] !MESSAGE Pass 474 (774) processed. 2 failed. spent: 153:49, 96:37 mins remaining. ImportSameNamedButDifferentTypedContextsIsNotAllowed. time: 16081ms [INFO] Pass 474 (774) processed. 2 failed. spent: 153:49, 96:37 mins remaining. ImportSameNamedButDifferentTypedContextsIsNotAllowed. time: 16081ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:28:52.589 [INFO] !MESSAGE [AUT-0] Finished: ImportedContextFromFileEqualsExported.test in 22517 (474 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:28:52.590 [INFO] !MESSAGE [AUT-0] Starting: ImportedContextsEqualsExported.test (475 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:28:52.652 [INFO] !MESSAGE Pass 475 (774) processed. 2 failed. spent: 154:13, 96:20 mins remaining. ImportedContextFromFileEqualsExported. time: 22517ms [INFO] Pass 475 (774) processed. 2 failed. spent: 154:13, 96:20 mins remaining. ImportedContextFromFileEqualsExported. time: 22517ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:29:25.396 [INFO] !MESSAGE [AUT-0] Finished: ImportedContextsEqualsExported.test in 31641 (475 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:29:25.398 [INFO] !MESSAGE [AUT-0] Starting: ImportedFromFileTestCaseEqualsExported.test (476 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:29:25.491 [INFO] !MESSAGE Pass 476 (774) processed. 2 failed. spent: 154:46, 96:09 mins remaining. ImportedContextsEqualsExported. time: 31641ms [INFO] Pass 476 (774) processed. 2 failed. spent: 154:46, 96:09 mins remaining. ImportedContextsEqualsExported. time: 31641ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:29:40.693 [INFO] !MESSAGE [AUT-0] Finished: ImportedFromFileTestCaseEqualsExported.test in 14397 (476 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:29:40.695 [INFO] !MESSAGE [AUT-0] Starting: ImportedTesCaseEqualsExported.test (477 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:29:40.710 [INFO] !MESSAGE Pass 477 (774) processed. 2 failed. spent: 155:01, 95:47 mins remaining. ImportedFromFileTestCaseEqualsExported. time: 14397ms [INFO] Pass 477 (774) processed. 2 failed. spent: 155:01, 95:47 mins remaining. ImportedFromFileTestCaseEqualsExported. time: 14397ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:30:00.506 [INFO] !MESSAGE [AUT-0] Finished: ImportedTesCaseEqualsExported.test in 18600 (477 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:30:00.507 [INFO] !MESSAGE [AUT-0] Starting: IsEmptyText.test (478 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:30:00.536 [INFO] !MESSAGE Pass 478 (774) processed. 2 failed. spent: 155:21, 95:28 mins remaining. ImportedTesCaseEqualsExported. time: 18600ms [INFO] Pass 478 (774) processed. 2 failed. spent: 155:21, 95:28 mins remaining. ImportedTesCaseEqualsExported. time: 18600ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:30:09.766 [INFO] !MESSAGE [AUT-0] Finished: IsEmptyText.test in 8236 (478 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:30:09.767 [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-06-10 17:30:09.847 [INFO] !MESSAGE Pass 479 (774) processed. 2 failed. spent: 155:30, 95:02 mins remaining. IsEmptyText. time: 8236ms [INFO] Pass 479 (774) processed. 2 failed. spent: 155:30, 95:02 mins remaining. IsEmptyText. time: 8236ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:31:25.594 [INFO] !MESSAGE [AUT-0] Finished: Job error is captured by Error Log Verification.test in 75011 (479 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:31:25.595 [INFO] !MESSAGE [AUT-0] Starting: Launch Test From Report Viewer.test (480 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:31:25.678 [INFO] !MESSAGE Pass 480 (774) processed. 2 failed. spent: 156:46, 95:17 mins remaining. Job error is captured by Error Log Verification. time: 75011ms [INFO] Pass 480 (774) processed. 2 failed. spent: 156:46, 95:17 mins remaining. Job error is captured by Error Log Verification. time: 75011ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:32:54.946 [INFO] !MESSAGE [AUT-0] Finished: Launch Test From Report Viewer.test in 88394 (480 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:32:54.948 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_ECL_SuperContext.test (481 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:32:54.989 [INFO] !MESSAGE Pass 481 (774) processed. 2 failed. spent: 158:16, 95:40 mins remaining. Launch Test From Report Viewer. time: 88394ms [INFO] Pass 481 (774) processed. 2 failed. spent: 158:16, 95:40 mins remaining. Launch Test From Report Viewer. time: 88394ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:33:16.271 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_ECL_SuperContext.test in 20100 (481 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:33:16.273 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Group_SuperConext.test (482 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:33:16.347 [INFO] !MESSAGE Pass 482 (774) processed. 2 failed. spent: 158:37, 95:21 mins remaining. LaunchCheck_ECL_SuperContext. time: 20100ms [INFO] Pass 482 (774) processed. 2 failed. spent: 158:37, 95:21 mins remaining. LaunchCheck_ECL_SuperContext. time: 20100ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:33:49.096 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Group_SuperConext.test in 31283 (482 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:33:49.098 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Launch_SuperContext.test (483 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:33:49.188 [INFO] !MESSAGE Pass 483 (774) processed. 2 failed. spent: 159:10, 95:10 mins remaining. LaunchCheck_Group_SuperConext. time: 31283ms [INFO] Pass 483 (774) processed. 2 failed. spent: 159:10, 95:10 mins remaining. LaunchCheck_Group_SuperConext. time: 31283ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:34:15.994 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Launch_SuperContext.test in 25665 (483 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:34:15.996 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Wb_SuperContext.test (484 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:34:16.021 [INFO] !MESSAGE Pass 484 (774) processed. 2 failed. spent: 159:37, 94:54 mins remaining. LaunchCheck_Launch_SuperContext. time: 25665ms [INFO] Pass 484 (774) processed. 2 failed. spent: 159:37, 94:54 mins remaining. LaunchCheck_Launch_SuperContext. time: 25665ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:34:57.340 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Wb_SuperContext.test in 40146 (484 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:34:57.342 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Ws_Pref_SuperContext.test (485 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:34:57.378 [INFO] !MESSAGE Pass 485 (774) processed. 2 failed. spent: 160:18, 94:47 mins remaining. LaunchCheck_Wb_SuperContext. time: 40146ms [INFO] Pass 485 (774) processed. 2 failed. spent: 160:18, 94:47 mins remaining. LaunchCheck_Wb_SuperContext. time: 40146ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:35:31.794 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Ws_Pref_SuperContext.test in 32673 (485 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:35:31.796 [INFO] !MESSAGE [AUT-0] Starting: LaunchngATestCaseWithUnsavedContext.test (486 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:35:31.820 [INFO] !MESSAGE Pass 486 (774) processed. 2 failed. spent: 160:52, 94:36 mins remaining. LaunchCheck_Ws_Pref_SuperContext. time: 32673ms [INFO] Pass 486 (774) processed. 2 failed. spent: 160:52, 94:36 mins remaining. LaunchCheck_Ws_Pref_SuperContext. time: 32673ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:35:44.151 [INFO] !MESSAGE [AUT-0] Finished: LaunchngATestCaseWithUnsavedContext.test in 11171 (486 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:35:44.153 [INFO] !MESSAGE [AUT-0] Starting: LinkWithEditorInQ7Explorer.test (487 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:35:44.236 [INFO] !MESSAGE Pass 487 (774) processed. 2 failed. spent: 161:05, 94:12 mins remaining. LaunchngATestCaseWithUnsavedContext. time: 11171ms [INFO] Pass 487 (774) processed. 2 failed. spent: 161:05, 94:12 mins remaining. LaunchngATestCaseWithUnsavedContext. time: 11171ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:35:55.447 [INFO] !MESSAGE [AUT-0] Finished: LinkWithEditorInQ7Explorer.test in 10413 (487 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:35:55.449 [INFO] !MESSAGE [AUT-0] Starting: ListFeatures.test (488 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:35:55.456 [INFO] !MESSAGE Pass 488 (774) processed. 2 failed. spent: 161:16, 93:47 mins remaining. LinkWithEditorInQ7Explorer. time: 10413ms [INFO] Pass 488 (774) processed. 2 failed. spent: 161:16, 93:47 mins remaining. LinkWithEditorInQ7Explorer. time: 10413ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:36:28.298 [INFO] !MESSAGE [AUT-0] Finished: ListFeatures.test in 31431 (488 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:36:28.300 [INFO] !MESSAGE [AUT-0] Starting: ListPlugins.test (489 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:36:28.345 [INFO] !MESSAGE Pass 489 (774) processed. 2 failed. spent: 161:49, 93:35 mins remaining. ListFeatures. time: 31431ms [INFO] Pass 489 (774) processed. 2 failed. spent: 161:49, 93:35 mins remaining. ListFeatures. time: 31431ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:36:53.683 [INFO] !MESSAGE [AUT-0] Finished: ListPlugins.test in 23899 (489 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:36:53.684 [INFO] !MESSAGE [AUT-0] Starting: LoadAUTfromFolderContext.test (490 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:36:53.688 [INFO] !MESSAGE Pass 490 (774) processed. 2 failed. spent: 162:14, 93:19 mins remaining. ListPlugins. time: 23899ms [INFO] Pass 490 (774) processed. 2 failed. spent: 162:14, 93:19 mins remaining. ListPlugins. time: 23899ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:38:41.077 [INFO] !MESSAGE [AUT-0] Finished: LoadAUTfromFolderContext.test in 105999 (490 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:38:41.079 [INFO] !MESSAGE [AUT-0] Starting: LoadReport.test (491 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:38:41.142 [INFO] !MESSAGE Pass 491 (774) processed. 2 failed. spent: 164:02, 93:49 mins remaining. LoadAUTfromFolderContext. time: 105999ms [INFO] Pass 491 (774) processed. 2 failed. spent: 164:02, 93:49 mins remaining. LoadAUTfromFolderContext. time: 105999ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:38:49.908 [INFO] !MESSAGE [AUT-0] Finished: LoadReport.test in 7681 (491 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:38:49.910 [INFO] !MESSAGE [AUT-0] Starting: MarkTaskAsCompleted.test (492 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:38:49.951 [INFO] !MESSAGE Pass 492 (774) processed. 2 failed. spent: 164:11, 93:23 mins remaining. LoadReport. time: 7681ms [INFO] Pass 492 (774) processed. 2 failed. spent: 164:11, 93:23 mins remaining. LoadReport. time: 7681ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:39:09.734 [INFO] !MESSAGE [AUT-0] Finished: MarkTaskAsCompleted.test in 18407 (492 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:39:09.738 [INFO] !MESSAGE [AUT-0] Starting: MarkersCanBeAsserted.test (493 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:39:09.769 [INFO] !MESSAGE Pass 493 (774) processed. 2 failed. spent: 164:30, 93:03 mins remaining. MarkTaskAsCompleted. time: 18407ms [INFO] Pass 493 (774) processed. 2 failed. spent: 164:30, 93:03 mins remaining. MarkTaskAsCompleted. time: 18407ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:39:22.016 [INFO] !MESSAGE [AUT-0] Finished: MarkersCanBeAsserted.test in 11426 (493 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:39:22.018 [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-06-10 17:39:22.082 [INFO] !MESSAGE Pass 494 (774) processed. 2 failed. spent: 164:43, 92:39 mins remaining. MarkersCanBeAsserted. time: 11426ms [INFO] Pass 494 (774) processed. 2 failed. spent: 164:43, 92:39 mins remaining. MarkersCanBeAsserted. time: 11426ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:39:56.348 [INFO] !MESSAGE [AUT-0] Finished: Merge Resources in same-named project .test in 33398 (494 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:39:56.350 [INFO] !MESSAGE [AUT-0] Starting: MergeWSContextsWithCaseSensitiveFileNames.test (495 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:39:56.366 [INFO] !MESSAGE Pass 495 (774) processed. 2 failed. spent: 165:17, 92:27 mins remaining. Merge Resources in same-named project . time: 33398ms [INFO] Pass 495 (774) processed. 2 failed. spent: 165:17, 92:27 mins remaining. Merge Resources in same-named project . time: 33398ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:40:13.206 [INFO] !MESSAGE [AUT-0] Finished: MergeWSContextsWithCaseSensitiveFileNames.test in 15551 (495 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:40:13.207 [INFO] !MESSAGE [AUT-0] Starting: MinimalSave.test (496 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:40:13.246 [INFO] !MESSAGE Pass 496 (774) processed. 2 failed. spent: 165:34, 92:05 mins remaining. MergeWSContextsWithCaseSensitiveFileNames. time: 15551ms [INFO] Pass 496 (774) processed. 2 failed. spent: 165:34, 92:05 mins remaining. MergeWSContextsWithCaseSensitiveFileNames. time: 15551ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:40:25.050 [INFO] !MESSAGE [AUT-0] Finished: MinimalSave.test in 10825 (496 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:40:25.051 [INFO] !MESSAGE [AUT-0] Starting: MoveBunchOfElementsToAnotherProject.test (497 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:40:25.058 [INFO] !MESSAGE Pass 497 (774) processed. 2 failed. spent: 165:46, 91:41 mins remaining. MinimalSave. time: 10825ms [INFO] Pass 497 (774) processed. 2 failed. spent: 165:46, 91:41 mins remaining. MinimalSave. time: 10825ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:40:37.341 [INFO] !MESSAGE [AUT-0] Finished: MoveBunchOfElementsToAnotherProject.test in 11299 (497 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:40:37.343 [INFO] !MESSAGE [AUT-0] Starting: MoveContextByDragDrop.test (498 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:40:37.371 [INFO] !MESSAGE Pass 498 (774) processed. 2 failed. spent: 165:58, 91:16 mins remaining. MoveBunchOfElementsToAnotherProject. time: 11299ms [INFO] Pass 498 (774) processed. 2 failed. spent: 165:58, 91:16 mins remaining. MoveBunchOfElementsToAnotherProject. time: 11299ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:40:58.604 [INFO] !MESSAGE [AUT-0] Finished: MoveContextByDragDrop.test in 20286 (498 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:40:58.606 [INFO] !MESSAGE [AUT-0] Starting: MoveContextInContextList.test (499 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:40:58.697 [INFO] !MESSAGE Pass 499 (774) processed. 2 failed. spent: 166:19, 90:57 mins remaining. MoveContextByDragDrop. time: 20286ms [INFO] Pass 499 (774) processed. 2 failed. spent: 166:19, 90:57 mins remaining. MoveContextByDragDrop. time: 20286ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:41:15.371 [INFO] !MESSAGE [AUT-0] Finished: MoveContextInContextList.test in 15576 (499 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:41:15.373 [INFO] !MESSAGE [AUT-0] Starting: MoveElementsToAnotherProjectOneByOne.test (500 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:41:15.418 [INFO] !MESSAGE Pass 500 (774) processed. 2 failed. spent: 166:36, 90:36 mins remaining. MoveContextInContextList. time: 15576ms [INFO] Pass 500 (774) processed. 2 failed. spent: 166:36, 90:36 mins remaining. MoveContextInContextList. time: 15576ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:41:33.171 [INFO] !MESSAGE [AUT-0] Finished: MoveElementsToAnotherProjectOneByOne.test in 16657 (500 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:41:33.174 [INFO] !MESSAGE [AUT-0] Starting: MoveEntireContextsToAnotherProject.test (501 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:41:33.240 [INFO] !MESSAGE Pass 501 (774) processed. 2 failed. spent: 166:54, 90:15 mins remaining. MoveElementsToAnotherProjectOneByOne. time: 16657ms [INFO] Pass 501 (774) processed. 2 failed. spent: 166:54, 90:15 mins remaining. MoveElementsToAnotherProjectOneByOne. time: 16657ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:41:49.920 [INFO] !MESSAGE [AUT-0] Finished: MoveEntireContextsToAnotherProject.test in 15823 (501 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:41:49.921 [INFO] !MESSAGE [AUT-0] Starting: MoveFolderToProjectWithDuplicateFolder.test (502 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:41:49.960 [INFO] !MESSAGE Pass 502 (774) processed. 2 failed. spent: 167:11, 89:53 mins remaining. MoveEntireContextsToAnotherProject. time: 15823ms [INFO] Pass 502 (774) processed. 2 failed. spent: 167:11, 89:53 mins remaining. MoveEntireContextsToAnotherProject. time: 15823ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:42:15.706 [INFO] !MESSAGE [AUT-0] Finished: MoveFolderToProjectWithDuplicateFolder.test in 24785 (502 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:42:15.708 [INFO] !MESSAGE [AUT-0] Starting: MoveFolderWithTestAndContext.test (503 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:42:15.792 [INFO] !MESSAGE Pass 503 (774) processed. 2 failed. spent: 167:36, 89:36 mins remaining. MoveFolderToProjectWithDuplicateFolder. time: 24785ms [INFO] Pass 503 (774) processed. 2 failed. spent: 167:36, 89:36 mins remaining. MoveFolderToProjectWithDuplicateFolder. time: 24785ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:42:50.001 [INFO] !MESSAGE [AUT-0] Finished: MoveFolderWithTestAndContext.test in 33394 (503 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:42:50.003 [INFO] !MESSAGE [AUT-0] Starting: MoveLineByAltUp_DownInEclContext.test (504 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:42:50.073 [INFO] !MESSAGE Pass 504 (774) processed. 2 failed. spent: 168:11, 89:24 mins remaining. MoveFolderWithTestAndContext. time: 33394ms [INFO] Pass 504 (774) processed. 2 failed. spent: 168:11, 89:24 mins remaining. MoveFolderWithTestAndContext. time: 33394ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:43:05.278 [INFO] !MESSAGE [AUT-0] Finished: MoveLineByAltUp_DownInEclContext.test in 14182 (504 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:43:05.279 [INFO] !MESSAGE [AUT-0] Starting: MoveLineByAltUp_DownInScriptViewer.test (505 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:43:05.292 [INFO] !MESSAGE Pass 505 (774) processed. 2 failed. spent: 168:26, 89:02 mins remaining. MoveLineByAltUp\DownInEclContext. time: 14182ms [INFO] Pass 505 (774) processed. 2 failed. spent: 168:26, 89:02 mins remaining. MoveLineByAltUp\DownInEclContext. time: 14182ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:43:24.463 [INFO] !MESSAGE [AUT-0] Finished: MoveLineByAltUp_DownInScriptViewer.test in 17710 (505 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:43:24.464 [INFO] !MESSAGE [AUT-0] Starting: MoveObjectToProjectWithDuplicateObject.test (506 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:43:24.539 [INFO] !MESSAGE Pass 506 (774) processed. 2 failed. spent: 168:45, 88:41 mins remaining. MoveLineByAltUp\DownInScriptViewer. time: 17710ms [INFO] Pass 506 (774) processed. 2 failed. spent: 168:45, 88:41 mins remaining. MoveLineByAltUp\DownInScriptViewer. time: 17710ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:43:53.278 [INFO] !MESSAGE [AUT-0] Finished: MoveObjectToProjectWithDuplicateObject.test in 27498 (506 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:43:53.279 [INFO] !MESSAGE [AUT-0] Starting: MoveObjectsByDragDrop.test (507 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:43:53.371 [INFO] !MESSAGE Pass 507 (774) processed. 2 failed. spent: 169:14, 88:26 mins remaining. MoveObjectToProjectWithDuplicateObject. time: 27498ms [INFO] Pass 507 (774) processed. 2 failed. spent: 169:14, 88:26 mins remaining. MoveObjectToProjectWithDuplicateObject. time: 27498ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:44:14.551 [INFO] !MESSAGE [AUT-0] Finished: MoveObjectsByDragDrop.test in 19996 (507 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:44:14.553 [INFO] !MESSAGE [AUT-0] Starting: MoveOneTestByDragDrop.test (508 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:44:14.597 [INFO] !MESSAGE Pass 508 (774) processed. 2 failed. spent: 169:35, 88:07 mins remaining. MoveObjectsByDragDrop. time: 19996ms [INFO] Pass 508 (774) processed. 2 failed. spent: 169:35, 88:07 mins remaining. MoveObjectsByDragDrop. time: 19996ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:44:37.845 [INFO] !MESSAGE [AUT-0] Finished: MoveOneTestByDragDrop.test in 22285 (508 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:44:37.847 [INFO] !MESSAGE [AUT-0] Starting: MoveReadOnlyResourceIntoAFolder.test (509 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:44:37.922 [INFO] !MESSAGE Pass 509 (774) processed. 2 failed. spent: 169:59, 87:49 mins remaining. MoveOneTestByDragDrop. time: 22285ms [INFO] Pass 509 (774) processed. 2 failed. spent: 169:59, 87:49 mins remaining. MoveOneTestByDragDrop. time: 22285ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:44:53.568 [INFO] !MESSAGE [AUT-0] Finished: MoveReadOnlyResourceIntoAFolder.test in 14798 (509 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:44:53.570 [INFO] !MESSAGE [AUT-0] Starting: MultipleScenarioModificationTest.test (510 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:44:53.648 [INFO] !MESSAGE Pass 510 (774) processed. 2 failed. spent: 170:14, 87:26 mins remaining. MoveReadOnlyResourceIntoAFolder. time: 14798ms [INFO] Pass 510 (774) processed. 2 failed. spent: 170:14, 87:26 mins remaining. MoveReadOnlyResourceIntoAFolder. time: 14798ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:45:32.363 [INFO] !MESSAGE [AUT-0] Finished: MultipleScenarioModificationTest.test in 37520 (510 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:45:32.365 [INFO] !MESSAGE [AUT-0] Starting: NavigationInContextDescription.test (511 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:45:32.393 [INFO] !MESSAGE Pass 511 (774) processed. 2 failed. spent: 170:53, 87:16 mins remaining. MultipleScenarioModificationTest. time: 37520ms [INFO] Pass 511 (774) processed. 2 failed. spent: 170:53, 87:16 mins remaining. MultipleScenarioModificationTest. time: 37520ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:45:46.650 [INFO] !MESSAGE [AUT-0] Finished: NavigationInContextDescription.test in 12990 (511 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:45:46.651 [INFO] !MESSAGE [AUT-0] Starting: NavigationInTagsFieldOfTestCase.test (512 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:45:46.709 [INFO] !MESSAGE Pass 512 (774) processed. 2 failed. spent: 171:07, 86:53 mins remaining. NavigationInContextDescription. time: 12990ms [INFO] Pass 512 (774) processed. 2 failed. spent: 171:07, 86:53 mins remaining. NavigationInContextDescription. time: 12990ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:46:02.446 [INFO] !MESSAGE [AUT-0] Finished: NavigationInTagsFieldOfTestCase.test in 14678 (512 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:46:02.448 [INFO] !MESSAGE [AUT-0] Starting: NavigationInTestDescription.test (513 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:46:02.527 [INFO] !MESSAGE Pass 513 (774) processed. 2 failed. spent: 171:23, 86:31 mins remaining. NavigationInTagsFieldOfTestCase. time: 14678ms [INFO] Pass 513 (774) processed. 2 failed. spent: 171:23, 86:31 mins remaining. NavigationInTagsFieldOfTestCase. time: 14678ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:46:16.742 [INFO] !MESSAGE [AUT-0] Finished: NavigationInTestDescription.test in 13323 (513 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:46:16.744 [INFO] !MESSAGE [AUT-0] Starting: NavigationInTestSuiteDescription.test (514 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:46:16.744 [INFO] !MESSAGE Pass 514 (774) processed. 2 failed. spent: 171:37, 86:08 mins remaining. NavigationInTestDescription. time: 13323ms [INFO] Pass 514 (774) processed. 2 failed. spent: 171:37, 86:08 mins remaining. NavigationInTestDescription. time: 13323ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:46:30.521 [INFO] !MESSAGE [AUT-0] Finished: NavigationInTestSuiteDescription.test in 12626 (514 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:46:30.523 [INFO] !MESSAGE [AUT-0] Starting: NavigationOnScriptViewer.test (515 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:46:30.560 [INFO] !MESSAGE Pass 515 (774) processed. 2 failed. spent: 171:51, 85:45 mins remaining. NavigationInTestSuiteDescription. time: 12626ms [INFO] Pass 515 (774) processed. 2 failed. spent: 171:51, 85:45 mins remaining. NavigationInTestSuiteDescription. time: 12626ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:46:40.833 [INFO] !MESSAGE [AUT-0] Finished: NavigationOnScriptViewer.test in 9043 (515 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:46:40.835 [INFO] !MESSAGE [AUT-0] Starting: New Contexts Creation.scenario (516 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:46:40.870 [INFO] !MESSAGE Pass 516 (774) processed. 2 failed. spent: 172:02, 85:21 mins remaining. NavigationOnScriptViewer. time: 9043ms [INFO] Pass 516 (774) processed. 2 failed. spent: 172:02, 85:21 mins remaining. NavigationOnScriptViewer. time: 9043ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:47:05.142 [INFO] !MESSAGE [AUT-0] Finished: New Contexts Creation.scenario in 23089 (516 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:47:05.143 [INFO] !MESSAGE [AUT-0] Starting: New Project Creation.scenario (517 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:47:05.195 [INFO] !MESSAGE Pass 517 (774) processed. 2 failed. spent: 172:26, 85:03 mins remaining. New Contexts Creation. time: 23089ms [INFO] Pass 517 (774) processed. 2 failed. spent: 172:26, 85:03 mins remaining. New Contexts Creation. time: 23089ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:47:13.390 [INFO] !MESSAGE [AUT-0] Finished: New Project Creation.scenario in 7549 (517 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:47:13.392 [INFO] !MESSAGE [AUT-0] Starting: New Scenario Creation.scenario (518 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:47:13.405 [INFO] !MESSAGE Pass 518 (774) processed. 2 failed. spent: 172:34, 84:37 mins remaining. New Project Creation. time: 7549ms [INFO] Pass 518 (774) processed. 2 failed. spent: 172:34, 84:37 mins remaining. New Project Creation. time: 7549ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:47:23.129 [INFO] !MESSAGE [AUT-0] Finished: New Scenario Creation.scenario in 8952 (518 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:47:23.131 [INFO] !MESSAGE [AUT-0] Starting: NewFolderInRootPath.test (519 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:47:23.217 [INFO] !MESSAGE Pass 519 (774) processed. 2 failed. spent: 172:44, 84:12 mins remaining. New Scenario Creation. time: 8952ms [INFO] Pass 519 (774) processed. 2 failed. spent: 172:44, 84:12 mins remaining. New Scenario Creation. time: 8952ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:47:38.897 [INFO] !MESSAGE [AUT-0] Finished: NewFolderInRootPath.test in 14989 (519 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:47:38.899 [INFO] !MESSAGE [AUT-0] Starting: NoLaunchDuplicates.test (520 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:47:38.936 [INFO] !MESSAGE Pass 520 (774) processed. 2 failed. spent: 173:00, 83:50 mins remaining. NewFolderInRootPath. time: 14989ms [INFO] Pass 520 (774) processed. 2 failed. spent: 173:00, 83:50 mins remaining. NewFolderInRootPath. time: 14989ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:48:27.822 [INFO] !MESSAGE [AUT-0] Finished: NoLaunchDuplicates.test in 47730 (520 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:48:27.824 [INFO] !MESSAGE [AUT-0] Starting: NoUndoInReopenedDocument.test (521 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:48:27.859 [INFO] !MESSAGE Pass 521 (774) processed. 2 failed. spent: 173:48, 83:44 mins remaining. NoLaunchDuplicates. time: 47730ms [INFO] Pass 521 (774) processed. 2 failed. spent: 173:48, 83:44 mins remaining. NoLaunchDuplicates. time: 47730ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:48:41.705 [INFO] !MESSAGE [AUT-0] Finished: NoUndoInReopenedDocument.test in 12559 (521 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:48:41.715 [INFO] !MESSAGE [AUT-0] Starting: NotAllowedToReplaceInContexts.test (522 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:48:41.773 [INFO] !MESSAGE Pass 522 (774) processed. 2 failed. spent: 174:02, 83:21 mins remaining. NoUndoInReopenedDocument. time: 12559ms [INFO] Pass 522 (774) processed. 2 failed. spent: 174:02, 83:21 mins remaining. NoUndoInReopenedDocument. time: 12559ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:48:49.976 [INFO] !MESSAGE [AUT-0] Finished: NotAllowedToReplaceInContexts.test in 7279 (522 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:48:49.977 [INFO] !MESSAGE [AUT-0] Starting: NotRemoveDuplicateContextFromTestAtAddingDefaultContexts.test (523 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:48:49.983 [INFO] !MESSAGE Pass 523 (774) processed. 2 failed. spent: 174:11, 82:56 mins remaining. NotAllowedToReplaceInContexts. time: 7279ms [INFO] Pass 523 (774) processed. 2 failed. spent: 174:11, 82:56 mins remaining. NotAllowedToReplaceInContexts. time: 7279ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:49:12.245 [INFO] !MESSAGE [AUT-0] Finished: NotRemoveDuplicateContextFromTestAtAddingDefaultContexts.test in 21038 (523 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:49:12.246 [INFO] !MESSAGE [AUT-0] Starting: NotSaveChangesInContext.test (524 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:49:12.345 [INFO] !MESSAGE Pass 524 (774) processed. 2 failed. spent: 174:33, 82:37 mins remaining. NotRemoveDuplicateContextFromTestAtAddingDefaultContexts. time: 21038ms [INFO] Pass 524 (774) processed. 2 failed. spent: 174:33, 82:37 mins remaining. NotRemoveDuplicateContextFromTestAtAddingDefaultContexts. time: 21038ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:49:32.616 [INFO] !MESSAGE [AUT-0] Finished: NotSaveChangesInContext.test in 19074 (524 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:49:32.617 [INFO] !MESSAGE [AUT-0] Starting: NotSaveChangesInTest.test (525 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:49:32.667 [INFO] !MESSAGE Pass 525 (774) processed. 2 failed. spent: 174:53, 82:17 mins remaining. NotSaveChangesInContext. time: 19074ms [INFO] Pass 525 (774) processed. 2 failed. spent: 174:53, 82:17 mins remaining. NotSaveChangesInContext. time: 19074ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:49:49.400 [INFO] !MESSAGE [AUT-0] Finished: NotSaveChangesInTest.test in 15767 (525 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:49:49.401 [INFO] !MESSAGE [AUT-0] Starting: Open File From Workspace Context.test (526 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:49:49.486 [INFO] !MESSAGE Pass 526 (774) processed. 2 failed. spent: 175:10, 81:56 mins remaining. NotSaveChangesInTest. time: 15767ms [INFO] Pass 526 (774) processed. 2 failed. spent: 175:10, 81:56 mins remaining. NotSaveChangesInTest. time: 15767ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:50:00.679 [INFO] !MESSAGE [AUT-0] Finished: Open File From Workspace Context.test in 10236 (526 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:50:00.680 [INFO] !MESSAGE [AUT-0] Starting: OpenAndApplyTestAfterSearching.test (527 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:50:00.699 [INFO] !MESSAGE Pass 527 (774) processed. 2 failed. spent: 175:21, 81:32 mins remaining. Open File From Workspace Context. time: 10236ms [INFO] Pass 527 (774) processed. 2 failed. spent: 175:21, 81:32 mins remaining. Open File From Workspace Context. time: 10236ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:50:17.435 [INFO] !MESSAGE [AUT-0] Finished: OpenAndApplyTestAfterSearching.test in 15904 (527 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:50:17.437 [INFO] !MESSAGE [AUT-0] Starting: OpenContextEditorFromTestEditor.test (528 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:50:17.519 [INFO] !MESSAGE Pass 528 (774) processed. 2 failed. spent: 175:38, 81:11 mins remaining. OpenAndApplyTestAfterSearching. time: 15904ms [INFO] Pass 528 (774) processed. 2 failed. spent: 175:38, 81:11 mins remaining. OpenAndApplyTestAfterSearching. time: 15904ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:50:36.748 [INFO] !MESSAGE [AUT-0] Finished: OpenContextEditorFromTestEditor.test in 18301 (528 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:50:36.749 [INFO] !MESSAGE [AUT-0] Starting: OpenContextFromToolbar.test (529 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:50:36.842 [INFO] !MESSAGE Pass 529 (774) processed. 2 failed. spent: 175:57, 80:51 mins remaining. OpenContextEditorFromTestEditor. time: 18301ms [INFO] Pass 529 (774) processed. 2 failed. spent: 175:57, 80:51 mins remaining. OpenContextEditorFromTestEditor. time: 18301ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:50:48.540 [INFO] !MESSAGE [AUT-0] Finished: OpenContextFromToolbar.test in 10453 (529 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:50:48.542 [INFO] !MESSAGE [AUT-0] Starting: OpenDefaultContextFRomTestCase.test (530 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:50:48.553 [INFO] !MESSAGE Pass 530 (774) processed. 2 failed. spent: 176:09, 80:27 mins remaining. OpenContextFromToolbar. time: 10453ms [INFO] Pass 530 (774) processed. 2 failed. spent: 176:09, 80:27 mins remaining. OpenContextFromToolbar. time: 10453ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:50:59.820 [INFO] !MESSAGE [AUT-0] Finished: OpenDefaultContextFRomTestCase.test in 9989 (530 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:50:59.822 [INFO] !MESSAGE [AUT-0] Starting: OpenFiles.test (531 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:50:59.866 [INFO] !MESSAGE Pass 531 (774) processed. 2 failed. spent: 176:21, 80:04 mins remaining. OpenDefaultContextFromTestCase. time: 9989ms [INFO] Pass 531 (774) processed. 2 failed. spent: 176:21, 80:04 mins remaining. OpenDefaultContextFromTestCase. time: 9989ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:51:13.081 [INFO] !MESSAGE [AUT-0] Finished: OpenFiles.test in 12261 (531 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:51:13.082 [INFO] !MESSAGE [AUT-0] Starting: OpenFiles.test (532 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:51:13.082 [INFO] !MESSAGE Pass 532 (774) processed. 2 failed. spent: 176:34, 79:41 mins remaining. OpenFiles. time: 12261ms [INFO] Pass 532 (774) processed. 2 failed. spent: 176:34, 79:41 mins remaining. OpenFiles. time: 12261ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:51:25.392 [INFO] !MESSAGE [AUT-0] Finished: OpenFiles.test in 11155 (532 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:51:25.394 [INFO] !MESSAGE [AUT-0] Starting: OpenRCPTTSearchDialog.test (533 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:51:25.397 [INFO] !MESSAGE Pass 533 (774) processed. 2 failed. spent: 176:46, 79:17 mins remaining. OpenFiles. time: 11155ms [INFO] Pass 533 (774) processed. 2 failed. spent: 176:46, 79:17 mins remaining. OpenFiles. time: 11155ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:51:34.270 [INFO] !MESSAGE [AUT-0] Finished: OpenRCPTTSearchDialog.test in 7304 (533 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:51:34.272 [INFO] !MESSAGE [AUT-0] Starting: OpenRunConfigurationFromQ7Explorer.test (534 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:51:34.305 [INFO] !MESSAGE Pass 534 (774) processed. 2 failed. spent: 176:55, 78:53 mins remaining. OpenRCPTTSearchDialog. time: 7304ms [INFO] Pass 534 (774) processed. 2 failed. spent: 176:55, 78:53 mins remaining. OpenRCPTTSearchDialog. time: 7304ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:51:48.045 [INFO] !MESSAGE [AUT-0] Finished: OpenRunConfigurationFromQ7Explorer.test in 12850 (534 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:51:48.047 [INFO] !MESSAGE [AUT-0] Starting: OpenTestFromToolbar.test (535 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:51:48.120 [INFO] !MESSAGE Pass 535 (774) processed. 2 failed. spent: 177:09, 78:30 mins remaining. OpenRunConfigurationFromQ7Explorer. time: 12850ms [INFO] Pass 535 (774) processed. 2 failed. spent: 177:09, 78:30 mins remaining. OpenRunConfigurationFromQ7Explorer. time: 12850ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:51:58.294 [INFO] !MESSAGE [AUT-0] Finished: OpenTestFromToolbar.test in 9312 (535 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:51:58.296 [INFO] !MESSAGE [AUT-0] Starting: OrderContextsInGroupContext.test (536 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:51:58.333 [INFO] !MESSAGE Pass 536 (774) processed. 2 failed. spent: 177:19, 78:06 mins remaining. OpenTestFromToolbar. time: 9312ms [INFO] Pass 536 (774) processed. 2 failed. spent: 177:19, 78:06 mins remaining. OpenTestFromToolbar. time: 9312ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:52:11.061 [INFO] !MESSAGE [AUT-0] Finished: OrderContextsInGroupContext.test in 11703 (536 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:52:11.063 [INFO] !MESSAGE [AUT-0] Starting: PageUp_PageDownInScriptViewer.test (537 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:52:11.148 [INFO] !MESSAGE Pass 537 (774) processed. 2 failed. spent: 177:32, 77:43 mins remaining. OrderContextsInGroupContext. time: 11703ms [INFO] Pass 537 (774) processed. 2 failed. spent: 177:32, 77:43 mins remaining. OrderContextsInGroupContext. time: 11703ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:52:21.369 [INFO] !MESSAGE [AUT-0] Finished: PageUp_PageDownInScriptViewer.test in 9236 (537 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:52:21.375 [INFO] !MESSAGE [AUT-0] Starting: Parameters.test (538 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:52:21.459 [INFO] !MESSAGE Pass 538 (774) processed. 2 failed. spent: 177:42, 77:19 mins remaining. PageUp\PageDownInScriptViewer. time: 9236ms [INFO] Pass 538 (774) processed. 2 failed. spent: 177:42, 77:19 mins remaining. PageUp\PageDownInScriptViewer. time: 9236ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:52:33.194 [INFO] !MESSAGE [AUT-0] Finished: Parameters.test in 10714 (538 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:52:33.195 [INFO] !MESSAGE [AUT-0] Starting: ParseDateTime.test (539 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:52:33.274 [INFO] !MESSAGE Pass 539 (774) processed. 2 failed. spent: 177:54, 76:56 mins remaining. Parameters. time: 10714ms [INFO] Pass 539 (774) processed. 2 failed. spent: 177:54, 76:56 mins remaining. Parameters. time: 10714ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:52:36.865 [INFO] !MESSAGE [AUT-0] Finished: ParseDateTime.test in 2785 (539 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:52:36.867 [INFO] !MESSAGE [AUT-0] Starting: Q7SearchBox2.test (540 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:52:36.879 [INFO] !MESSAGE Pass 540 (774) processed. 2 failed. spent: 177:58, 76:30 mins remaining. ParseDateTime. time: 2785ms [INFO] Pass 540 (774) processed. 2 failed. spent: 177:58, 76:30 mins remaining. ParseDateTime. time: 2785ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:52:48.146 [INFO] !MESSAGE [AUT-0] Finished: Q7SearchBox2.test in 10331 (540 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:52:48.147 [INFO] !MESSAGE [AUT-0] Starting: Q7SearchBoxTest.test (541 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:52:48.189 [INFO] !MESSAGE Pass 541 (774) processed. 2 failed. spent: 178:09, 76:06 mins remaining. Q7SearchBox2. time: 10331ms [INFO] Pass 541 (774) processed. 2 failed. spent: 178:09, 76:06 mins remaining. Q7SearchBox2. time: 10331ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:53:01.390 [INFO] !MESSAGE [AUT-0] Finished: Q7SearchBoxTest.test in 12242 (541 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:53:01.392 [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-06-10 17:53:01.405 [INFO] !MESSAGE Pass 542 (774) processed. 2 failed. spent: 178:22, 75:44 mins remaining. Q7SearchBoxTest. time: 12242ms [INFO] Pass 542 (774) processed. 2 failed. spent: 178:22, 75:44 mins remaining. Q7SearchBoxTest. time: 12242ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:53:12.172 [INFO] !MESSAGE [AUT-0] Finished: QS-1252_It is possible to add duplicate editor in Workbench context.test in 9483 (542 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:53:12.173 [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-06-10 17:53:12.217 [INFO] !MESSAGE Pass 543 (774) processed. 2 failed. spent: 178:33, 75:21 mins remaining. QS-1252_It is possible to add duplicate editor in Workbench context. time: 9483ms [INFO] Pass 543 (774) processed. 2 failed. spent: 178:33, 75:21 mins remaining. QS-1252_It is possible to add duplicate editor in Workbench context. time: 9483ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:53:18.410 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Add a preference for ECL content assist autoactivation.test in 5416 (543 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:53:18.411 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_Check Auto Activation.test (544 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:53:18.425 [INFO] !MESSAGE Pass 544 (774) processed. 2 failed. spent: 178:39, 74:55 mins remaining. QS-2221_Add a preference for ECL content assist autoactivation. time: 5416ms [INFO] Pass 544 (774) processed. 2 failed. spent: 178:39, 74:55 mins remaining. QS-2221_Add a preference for ECL content assist autoactivation. time: 5416ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:53:27.147 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Check Auto Activation.test in 7902 (544 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:53:27.148 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_CheckAutoActivationDisabled.test (545 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:53:27.235 [INFO] !MESSAGE Pass 545 (774) processed. 2 failed. spent: 178:48, 74:31 mins remaining. QS-2221_Check Auto Activation. time: 7902ms [INFO] Pass 545 (774) processed. 2 failed. spent: 178:48, 74:31 mins remaining. QS-2221_Check Auto Activation. time: 7902ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:53:37.447 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_CheckAutoActivationDisabled.test in 9054 (545 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:53:37.449 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_CheckErrorMessages.test (546 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:53:37.547 [INFO] !MESSAGE Pass 546 (774) processed. 2 failed. spent: 178:58, 74:08 mins remaining. QS-2221_CheckAutoActivationDisabled. time: 9054ms [INFO] Pass 546 (774) processed. 2 failed. spent: 178:58, 74:08 mins remaining. QS-2221_CheckAutoActivationDisabled. time: 9054ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:53:43.679 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_CheckErrorMessages.test in 5425 (546 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:53:43.680 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_Resore Defaults.test (547 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:53:43.754 [INFO] !MESSAGE Pass 547 (774) processed. 2 failed. spent: 179:04, 73:42 mins remaining. QS-2221_CheckErrorMessages. time: 5425ms [INFO] Pass 547 (774) processed. 2 failed. spent: 179:04, 73:42 mins remaining. QS-2221_CheckErrorMessages. time: 5425ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:53:48.882 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Resore Defaults.test in 4231 (547 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:53:48.883 [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-06-10 17:53:48.960 [INFO] !MESSAGE Pass 548 (774) processed. 2 failed. spent: 179:10, 73:17 mins remaining. QS-2221_Resore Defaults. time: 4231ms [INFO] Pass 548 (774) processed. 2 failed. spent: 179:10, 73:17 mins remaining. QS-2221_Resore Defaults. time: 4231ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:53:54.078 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled .test in 4267 (548 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:53:54.080 [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-06-10 17:53:54.167 [INFO] !MESSAGE Pass 549 (774) processed. 2 failed. spent: 179:15, 72:52 mins remaining. QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled . time: 4267ms [INFO] Pass 549 (774) processed. 2 failed. spent: 179:15, 72:52 mins remaining. QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled . time: 4267ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:54:04.822 [INFO] !MESSAGE [AUT-0] Finished: QS-2678_Suite editor should update the name of nested test suite if it changed.test in 9980 (549 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:54:04.824 [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-06-10 17:54:04.880 [INFO] !MESSAGE Pass 550 (774) processed. 2 failed. spent: 179:26, 72:29 mins remaining. QS-2678_Suite editor should update the name of nested test suite if it changed. time: 9980ms [INFO] Pass 550 (774) processed. 2 failed. spent: 179:26, 72:29 mins remaining. QS-2678_Suite editor should update the name of nested test suite if it changed. time: 9980ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:54:17.109 [INFO] !MESSAGE [AUT-0] Finished: QS-2678_Suite editor should update the name of the test case if it changed.test in 10989 (550 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:54:17.110 [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-06-10 17:54:17.195 [INFO] !MESSAGE Pass 551 (774) processed. 2 failed. spent: 179:38, 72:06 mins remaining. QS-2678_Suite editor should update the name of the test case if it changed. time: 10989ms [INFO] Pass 551 (774) processed. 2 failed. spent: 179:38, 72:06 mins remaining. QS-2678_Suite editor should update the name of the test case if it changed. time: 10989ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:54:30.883 [INFO] !MESSAGE [AUT-0] Finished: QS-2699_Error removing a reference from supercontext to a context during context removal.test in 12592 (551 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:54:30.885 [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-06-10 17:54:30.912 [INFO] !MESSAGE Pass 552 (774) processed. 2 failed. spent: 179:52, 71:45 mins remaining. QS-2699_Error removing a reference from supercontext to a context during context removal. time: 12592ms [INFO] Pass 552 (774) processed. 2 failed. spent: 179:52, 71:45 mins remaining. QS-2699_Error removing a reference from supercontext to a context during context removal. time: 12592ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-06-10 17:55:24.142 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:55:27.387 [INFO] !MESSAGE [AUT-0] Finished: QS-2734_Q7 can't handle File_Restart.test in 55352 (552 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:55:27.389 [INFO] !MESSAGE [AUT-0] Starting: QS-2815.test (553 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:55:27.445 [INFO] !MESSAGE Pass 553 (774) processed. 2 failed. spent: 180:48, 71:40 mins remaining. QS-2734_Q7 can't handle File/Restart. time: 55352ms [INFO] Pass 553 (774) processed. 2 failed. spent: 180:48, 71:40 mins remaining. QS-2734_Q7 can't handle File/Restart. time: 55352ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:55:32.549 [INFO] !MESSAGE [AUT-0] Finished: QS-2815.test in 4249 (553 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:55:32.551 [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-06-10 17:55:32.551 [INFO] !MESSAGE Pass 554 (774) processed. 2 failed. spent: 180:53, 71:42 mins remaining. QS-2815. time: 4249ms [INFO] Pass 554 (774) processed. 2 failed. spent: 180:53, 71:42 mins remaining. QS-2815. time: 4249ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:55:46.768 [INFO] !MESSAGE [AUT-0] Finished: QS-2819_Navigation to parameter in Parameters context.test in 13093 (554 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:55:46.770 [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-06-10 17:55:46.867 [INFO] !MESSAGE Pass 555 (774) processed. 2 failed. spent: 181:08, 70:53 mins remaining. QS-2819_Navigation to parameter in Parameters context. time: 13093ms [INFO] Pass 555 (774) processed. 2 failed. spent: 181:08, 70:53 mins remaining. QS-2819_Navigation to parameter in Parameters context. time: 13093ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:55:59.054 [INFO] !MESSAGE [AUT-0] Finished: QS-2821_Add tooltip information for references.test in 10988 (555 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:55:59.056 [INFO] !MESSAGE [AUT-0] Starting: QS-2824_Navigation to procedures.test (556 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:55:59.081 [INFO] !MESSAGE Pass 556 (774) processed. 2 failed. spent: 181:20, 70:31 mins remaining. QS-2821_Add tooltip information for references. time: 10988ms [INFO] Pass 556 (774) processed. 2 failed. spent: 181:20, 70:31 mins remaining. QS-2821_Add tooltip information for references. time: 10988ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:56:12.462 [INFO] !MESSAGE [AUT-0] Finished: QS-2824_Navigation to procedures.test in 12010 (556 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:56:12.464 [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-06-10 17:56:12.495 [INFO] !MESSAGE Pass 557 (774) processed. 2 failed. spent: 181:33, 70:09 mins remaining. QS-2824_Navigation to procedures. time: 12010ms [INFO] Pass 557 (774) processed. 2 failed. spent: 181:33, 70:09 mins remaining. QS-2824_Navigation to procedures. time: 12010ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:56:27.236 [INFO] !MESSAGE [AUT-0] Finished: QS-2830_Automatic completeion of references on $ sign.test in 13555 (557 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:56:27.238 [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-06-10 17:56:27.314 [INFO] !MESSAGE Pass 558 (774) processed. 2 failed. spent: 181:48, 69:47 mins remaining. QS-2830_Automatic completeion of references on $ sign. time: 13555ms [INFO] Pass 558 (774) processed. 2 failed. spent: 181:48, 69:47 mins remaining. QS-2830_Automatic completeion of references on $ sign. time: 13555ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:56:39.490 [INFO] !MESSAGE [AUT-0] Finished: QS-2833_Add $ sign to autocompletion triggers.test in 11331 (558 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:56:39.497 [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-06-10 17:56:39.551 [INFO] !MESSAGE Pass 559 (774) processed. 2 failed. spent: 182:00, 69:25 mins remaining. QS-2833_Add $ sign to autocompletion triggers. time: 11331ms [INFO] Pass 559 (774) processed. 2 failed. spent: 182:00, 69:25 mins remaining. QS-2833_Add $ sign to autocompletion triggers. time: 11331ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:56:52.765 [INFO] !MESSAGE [AUT-0] Finished: QS-2834_Ignore all public commands for Open Declaration action_.test in 12440 (559 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:56:52.766 [INFO] !MESSAGE Pass 560 (774) processed. 2 failed. spent: 182:13, 69:30 mins remaining. QS-2834_Ignore all public commands for Open Declaration action.. time: 12440ms [INFO] Pass 560 (774) processed. 2 failed. spent: 182:13, 69:30 mins remaining. QS-2834_Ignore all public commands for Open Declaration action.. time: 12440ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:56:52.766 [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 1 0 2024-06-10 17:58:46.124 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-478_HTML report looks different if it is copied as only html-file.test in 111975 (560 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:58:46.126 [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-06-10 17:58:46.184 [INFO] !MESSAGE Pass 561 (774) processed. 2 failed. spent: 184:07, 69:19 mins remaining. RCPTT-478_HTML report looks different if it is copied as only html-file. time: 111975ms [INFO] Pass 561 (774) processed. 2 failed. spent: 184:07, 69:19 mins remaining. RCPTT-478_HTML report looks different if it is copied as only html-file. time: 111975ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:59:07.412 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-595_Scriptlet is not found in ECL context which is added to context Group.test in 19927 (561 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:59:07.414 [INFO] !MESSAGE [AUT-0] Starting: ReWriteWorkspaceContext.test (562 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:59:07.451 [INFO] !MESSAGE Pass 562 (774) processed. 2 failed. spent: 184:28, 69:00 mins remaining. RCPTT-595_Scriptlet is not found in ECL context which is added to context Group. time: 19927ms [INFO] Pass 562 (774) processed. 2 failed. spent: 184:28, 69:00 mins remaining. RCPTT-595_Scriptlet is not found in ECL context which is added to context Group. time: 19927ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:59:29.745 [INFO] !MESSAGE [AUT-0] Finished: ReWriteWorkspaceContext.test in 21110 (562 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:59:29.747 [INFO] !MESSAGE [AUT-0] Starting: ReadLinesFromFile.test (563 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:59:29.747 [INFO] !MESSAGE Pass 563 (774) processed. 2 failed. spent: 184:50, 68:41 mins remaining. ReWriteWorkspaceContext. time: 21110ms [INFO] Pass 563 (774) processed. 2 failed. spent: 184:50, 68:41 mins remaining. ReWriteWorkspaceContext. time: 21110ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:59:36.088 [INFO] !MESSAGE [AUT-0] Finished: ReadLinesFromFile.test in 5177 (563 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:59:36.090 [INFO] !MESSAGE [AUT-0] Starting: ReadOnly_TryToMakeChangesInReadOnlyContext.test (564 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:59:36.155 [INFO] !MESSAGE Pass 564 (774) processed. 2 failed. spent: 184:57, 68:17 mins remaining. ReadLinesFromFile. time: 5177ms [INFO] Pass 564 (774) processed. 2 failed. spent: 184:57, 68:17 mins remaining. ReadLinesFromFile. time: 5177ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:59:54.817 [INFO] !MESSAGE [AUT-0] Finished: ReadOnly_TryToMakeChangesInReadOnlyContext.test in 17799 (564 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 17:59:54.819 [INFO] !MESSAGE [AUT-0] Starting: ReadOnly_TryToMakeChangesInReadOnlyTest.test (565 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 17:59:54.875 [INFO] !MESSAGE Pass 565 (774) processed. 2 failed. spent: 185:16, 67:57 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyContext. time: 17799ms [INFO] Pass 565 (774) processed. 2 failed. spent: 185:16, 67:57 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyContext. time: 17799ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:00:17.587 [INFO] !MESSAGE [AUT-0] Finished: ReadOnly_TryToMakeChangesInReadOnlyTest.test in 21349 (565 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:00:17.589 [INFO] !MESSAGE [AUT-0] Starting: ReadOnly_TryToMakeChangesInReadOnlyVerification.test (566 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:00:17.598 [INFO] !MESSAGE Pass 566 (774) processed. 2 failed. spent: 185:38, 67:39 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyTest. time: 21349ms [INFO] Pass 566 (774) processed. 2 failed. spent: 185:38, 67:39 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyTest. time: 21349ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:00:38.838 [INFO] !MESSAGE [AUT-0] Finished: ReadOnly_TryToMakeChangesInReadOnlyVerification.test in 20223 (566 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:00:38.840 [INFO] !MESSAGE Pass 567 (774) processed. 2 failed. spent: 185:59, 67:46 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyVerification. time: 20223ms [INFO] Pass 567 (774) processed. 2 failed. spent: 185:59, 67:46 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyVerification. time: 20223ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:00:38.840 [INFO] !MESSAGE [AUT-0] Starting: RecoverContextReferencesAfterUndoDeletingContext.test (567 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:00:57.617 [INFO] !MESSAGE [AUT-0] Finished: RecoverContextReferencesAfterUndoDeletingContext.test in 17473 (567 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:00:57.619 [INFO] !MESSAGE [AUT-0] Starting: RefactoringReferencesAfterRenameProject.test (568 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:00:57.663 [INFO] !MESSAGE Pass 568 (774) processed. 2 failed. spent: 186:18, 67:00 mins remaining. RecoverContextReferencesAfterUndoDeletingContext. time: 17473ms [INFO] Pass 568 (774) processed. 2 failed. spent: 186:18, 67:00 mins remaining. RecoverContextReferencesAfterUndoDeletingContext. time: 17473ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:01:13.892 [INFO] !MESSAGE [AUT-0] Finished: RefactoringReferencesAfterRenameProject.test in 15427 (568 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:01:13.894 [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-06-10 18:01:13.982 [INFO] !MESSAGE Pass 569 (774) processed. 2 failed. spent: 186:35, 66:39 mins remaining. RefactoringReferencesAfterRenameProject. time: 15427ms [INFO] Pass 569 (774) processed. 2 failed. spent: 186:35, 66:39 mins remaining. RefactoringReferencesAfterRenameProject. time: 15427ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:01:26.648 [INFO] !MESSAGE [AUT-0] Finished: Refresh context name in editor after context renaming.test in 11513 (569 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:01:26.649 [INFO] !MESSAGE [AUT-0] Starting: RefreshReferenceAfterRenameFolder.test (570 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:01:26.697 [INFO] !MESSAGE Pass 570 (774) processed. 2 failed. spent: 186:47, 66:17 mins remaining. Refresh context name in editor after context renaming. time: 11513ms [INFO] Pass 570 (774) processed. 2 failed. spent: 186:47, 66:17 mins remaining. Refresh context name in editor after context renaming. time: 11513ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:01:47.935 [INFO] !MESSAGE [AUT-0] Finished: RefreshReferenceAfterRenameFolder.test in 20230 (570 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:01:47.937 [INFO] !MESSAGE [AUT-0] Starting: RefreshReferenceAfterRenameProject.test (571 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:01:48.023 [INFO] !MESSAGE Pass 571 (774) processed. 2 failed. spent: 187:09, 65:58 mins remaining. RefreshReferenceAfterRenameFolder. time: 20230ms [INFO] Pass 571 (774) processed. 2 failed. spent: 187:09, 65:58 mins remaining. RefreshReferenceAfterRenameFolder. time: 20230ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:02:15.729 [INFO] !MESSAGE [AUT-0] Finished: RefreshReferenceAfterRenameProject.test in 26676 (571 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:02:15.738 [INFO] !MESSAGE [AUT-0] Starting: Remove File From Workspace Context.test (572 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:02:15.759 [INFO] !MESSAGE Pass 572 (774) processed. 2 failed. spent: 187:36, 65:41 mins remaining. RefreshReferenceAfterRenameProject. time: 26676ms [INFO] Pass 572 (774) processed. 2 failed. spent: 187:36, 65:41 mins remaining. RefreshReferenceAfterRenameProject. time: 26676ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:02:26.507 [INFO] !MESSAGE [AUT-0] Finished: Remove File From Workspace Context.test in 9579 (572 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:02:26.509 [INFO] !MESSAGE [AUT-0] Starting: RemoveAllFromExecutionsWindow.test (573 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:02:26.571 [INFO] !MESSAGE Pass 573 (774) processed. 2 failed. spent: 187:47, 65:18 mins remaining. Remove File From Workspace Context. time: 9579ms [INFO] Pass 573 (774) processed. 2 failed. spent: 187:47, 65:18 mins remaining. Remove File From Workspace Context. time: 9579ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:03:01.358 [INFO] !MESSAGE [AUT-0] Finished: RemoveAllFromExecutionsWindow.test in 33527 (573 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:03:01.361 [INFO] !MESSAGE [AUT-0] Starting: RemoveAllFromTestSuite.test (574 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:03:01.364 [INFO] !MESSAGE Pass 574 (774) processed. 2 failed. spent: 188:22, 65:04 mins remaining. RemoveAllFromExecutionsWindow. time: 33527ms [INFO] Pass 574 (774) processed. 2 failed. spent: 188:22, 65:04 mins remaining. RemoveAllFromExecutionsWindow. time: 33527ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:03:14.153 [INFO] !MESSAGE [AUT-0] Finished: RemoveAllFromTestSuite.test in 11516 (574 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:03:14.154 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromDefaultContext.test (575 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:03:14.180 [INFO] !MESSAGE Pass 575 (774) processed. 2 failed. spent: 188:35, 64:42 mins remaining. RemoveAllFromTestSuite. time: 11516ms [INFO] Pass 575 (774) processed. 2 failed. spent: 188:35, 64:42 mins remaining. RemoveAllFromTestSuite. time: 11516ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:03:29.949 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromDefaultContext.test in 14785 (575 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:03:29.950 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromGroupContext.test (576 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:03:29.999 [INFO] !MESSAGE Pass 576 (774) processed. 2 failed. spent: 188:51, 64:21 mins remaining. RemoveContextFromDefaultContext. time: 14785ms [INFO] Pass 576 (774) processed. 2 failed. spent: 188:51, 64:21 mins remaining. RemoveContextFromDefaultContext. time: 14785ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:03:46.238 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromGroupContext.test in 15307 (576 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:03:46.240 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromTest.test (577 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:03:46.319 [INFO] !MESSAGE Pass 577 (774) processed. 2 failed. spent: 189:07, 64:01 mins remaining. RemoveContextFromGroupContext. time: 15307ms [INFO] Pass 577 (774) processed. 2 failed. spent: 189:07, 64:01 mins remaining. RemoveContextFromGroupContext. time: 15307ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:03:59.500 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromTest.test in 12251 (577 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:03:59.501 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromTestByDelButton.test (578 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:03:59.549 [INFO] !MESSAGE Pass 578 (774) processed. 2 failed. spent: 189:20, 63:39 mins remaining. RemoveContextFromTest. time: 12251ms [INFO] Pass 578 (774) processed. 2 failed. spent: 189:20, 63:39 mins remaining. RemoveContextFromTest. time: 12251ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:04:11.277 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromTestByDelButton.test in 10609 (578 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:04:11.280 [INFO] !MESSAGE [AUT-0] Starting: RemoveDuplicateContextFromTestAtAddingToDefaultContexts.test (579 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:04:11.363 [INFO] !MESSAGE Pass 579 (774) processed. 2 failed. spent: 189:32, 63:17 mins remaining. RemoveContextFromTestByDelButton. time: 10609ms [INFO] Pass 579 (774) processed. 2 failed. spent: 189:32, 63:17 mins remaining. RemoveContextFromTestByDelButton. time: 10609ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:04:29.571 [INFO] !MESSAGE [AUT-0] Finished: RemoveDuplicateContextFromTestAtAddingToDefaultContexts.test in 17413 (579 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:04:29.573 [INFO] !MESSAGE [AUT-0] Starting: RemoveFolderAndFileFromFolderContext.test (580 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:04:29.583 [INFO] !MESSAGE Pass 580 (774) processed. 2 failed. spent: 189:50, 62:57 mins remaining. RemoveDuplicateContextFromTestAtAddingToDefaultContexts. time: 17413ms [INFO] Pass 580 (774) processed. 2 failed. spent: 189:50, 62:57 mins remaining. RemoveDuplicateContextFromTestAtAddingToDefaultContexts. time: 17413ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:04:42.884 [INFO] !MESSAGE [AUT-0] Finished: RemoveFolderAndFileFromFolderContext.test in 11973 (580 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:04:42.885 [INFO] !MESSAGE [AUT-0] Starting: RemoveInPrefContext.test (581 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:04:42.899 [INFO] !MESSAGE Pass 581 (774) processed. 2 failed. spent: 190:04, 62:35 mins remaining. RemoveFolderAndFileFromFolderContext. time: 11973ms [INFO] Pass 581 (774) processed. 2 failed. spent: 190:04, 62:35 mins remaining. RemoveFolderAndFileFromFolderContext. time: 11973ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:04:54.181 [INFO] !MESSAGE [AUT-0] Finished: RemoveInPrefContext.test in 10278 (581 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:04:54.183 [INFO] !MESSAGE [AUT-0] Starting: RemoveLaunchContext.test (582 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:04:54.213 [INFO] !MESSAGE Pass 582 (774) processed. 2 failed. spent: 190:15, 62:13 mins remaining. RemoveInPrefContext. time: 10278ms [INFO] Pass 582 (774) processed. 2 failed. spent: 190:15, 62:13 mins remaining. RemoveInPrefContext. time: 10278ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:05:12.498 [INFO] !MESSAGE [AUT-0] Finished: RemoveLaunchContext.test in 17010 (582 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:05:12.499 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestButNotRemoveReferenceToTestSuite.test (583 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:05:12.553 [INFO] !MESSAGE Pass 583 (774) processed. 2 failed. spent: 190:33, 61:53 mins remaining. RemoveLaunchContext. time: 17010ms [INFO] Pass 583 (774) processed. 2 failed. spent: 190:33, 61:53 mins remaining. RemoveLaunchContext. time: 17010ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:05:36.269 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestButNotRemoveReferenceToTestSuite.test in 22519 (583 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:05:36.271 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestWhichUsedInTestSuite.test (584 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:05:36.283 [INFO] !MESSAGE Pass 584 (774) processed. 2 failed. spent: 190:57, 61:35 mins remaining. RemoveTestButNotRemoveReferenceToTestSuite. time: 22519ms [INFO] Pass 584 (774) processed. 2 failed. spent: 190:57, 61:35 mins remaining. RemoveTestButNotRemoveReferenceToTestSuite. time: 22519ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:05:59.086 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestWhichUsedInTestSuite.test in 21779 (584 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:05:59.108 [INFO] !MESSAGE Pass 585 (774) processed. 2 failed. spent: 191:20, 61:42 mins remaining. RemoveTestWhichUsedInTestSuite. time: 21779ms [INFO] Pass 585 (774) processed. 2 failed. spent: 191:20, 61:42 mins remaining. RemoveTestWhichUsedInTestSuite. time: 21779ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:05:59.205 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestsFromTestSuite.test (585 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:06:24.035 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestsFromTestSuite.test in 23639 (585 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:06:24.037 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestsFromTestSuiteByPressingButton.test (586 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:06:24.061 [INFO] !MESSAGE Pass 586 (774) processed. 2 failed. spent: 191:45, 60:58 mins remaining. RemoveTestsFromTestSuite. time: 23639ms [INFO] Pass 586 (774) processed. 2 failed. spent: 191:45, 60:58 mins remaining. RemoveTestsFromTestSuite. time: 23639ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:06:39.803 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestsFromTestSuiteByPressingButton.test in 14522 (586 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:06:39.805 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestsFromTestSuiteViaContextMenu.test (587 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:06:39.877 [INFO] !MESSAGE Pass 587 (774) processed. 2 failed. spent: 192:01, 60:38 mins remaining. RemoveTestsFromTestSuiteByPressingButton. time: 14522ms [INFO] Pass 587 (774) processed. 2 failed. spent: 192:01, 60:38 mins remaining. RemoveTestsFromTestSuiteByPressingButton. time: 14522ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:06:52.580 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestsFromTestSuiteViaContextMenu.test in 11617 (587 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:06:52.581 [INFO] !MESSAGE [AUT-0] Starting: Rename Workspace Context.test (588 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:06:52.591 [INFO] !MESSAGE Pass 588 (774) processed. 2 failed. spent: 192:13, 60:16 mins remaining. RemoveTestsFromTestSuiteViaContextMenu. time: 11617ms [INFO] Pass 588 (774) processed. 2 failed. spent: 192:13, 60:16 mins remaining. RemoveTestsFromTestSuiteViaContextMenu. time: 11617ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:07:08.869 [INFO] !MESSAGE [AUT-0] Finished: Rename Workspace Context.test in 15172 (588 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:07:08.870 [INFO] !MESSAGE [AUT-0] Starting: Rename.test (589 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:07:08.911 [INFO] !MESSAGE Pass 589 (774) processed. 2 failed. spent: 192:30, 59:55 mins remaining. Rename Workspace Context. time: 15172ms [INFO] Pass 589 (774) processed. 2 failed. spent: 192:30, 59:55 mins remaining. Rename Workspace Context. time: 15172ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:07:24.165 [INFO] !MESSAGE [AUT-0] Finished: Rename.test in 14176 (589 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:07:24.167 [INFO] !MESSAGE [AUT-0] Starting: Rename.test (590 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:07:24.228 [INFO] !MESSAGE Pass 590 (774) processed. 2 failed. spent: 192:45, 59:34 mins remaining. Rename. time: 14176ms [INFO] Pass 590 (774) processed. 2 failed. spent: 192:45, 59:34 mins remaining. Rename. time: 14176ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:07:45.454 [INFO] !MESSAGE [AUT-0] Finished: Rename.test in 20157 (590 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:07:45.456 [INFO] !MESSAGE [AUT-0] Starting: RenameAUTConfiguration.test (591 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:07:45.553 [INFO] !MESSAGE Pass 591 (774) processed. 2 failed. spent: 193:06, 59:15 mins remaining. Rename. time: 20157ms [INFO] Pass 591 (774) processed. 2 failed. spent: 193:06, 59:15 mins remaining. Rename. time: 20157ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:07:54.212 [INFO] !MESSAGE [AUT-0] Finished: RenameAUTConfiguration.test in 7731 (591 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:07:54.214 [INFO] !MESSAGE [AUT-0] Starting: RenameContext.test (592 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:07:54.263 [INFO] !MESSAGE Pass 592 (774) processed. 2 failed. spent: 193:15, 58:53 mins remaining. RenameAUTConfiguration. time: 7731ms [INFO] Pass 592 (774) processed. 2 failed. spent: 193:15, 58:53 mins remaining. RenameAUTConfiguration. time: 7731ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:08:02.949 [INFO] !MESSAGE [AUT-0] Finished: RenameContext.test in 7813 (592 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:08:02.950 [INFO] !MESSAGE [AUT-0] Starting: RenameContextInEditor.test (593 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:08:02.973 [INFO] !MESSAGE Pass 593 (774) processed. 2 failed. spent: 193:24, 58:30 mins remaining. RenameContext. time: 7813ms [INFO] Pass 593 (774) processed. 2 failed. spent: 193:24, 58:30 mins remaining. RenameContext. time: 7813ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:08:14.204 [INFO] !MESSAGE [AUT-0] Finished: RenameContextInEditor.test in 10054 (593 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:08:14.205 [INFO] !MESSAGE [AUT-0] Starting: RenameContextToAVeryLongName.test (594 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:08:14.287 [INFO] !MESSAGE Pass 594 (774) processed. 2 failed. spent: 193:35, 58:08 mins remaining. RenameContextInEditor. time: 10054ms [INFO] Pass 594 (774) processed. 2 failed. spent: 193:35, 58:08 mins remaining. RenameContextInEditor. time: 10054ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:08:25.443 [INFO] !MESSAGE [AUT-0] Finished: RenameContextToAVeryLongName.test in 10463 (594 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:08:25.445 [INFO] !MESSAGE [AUT-0] Starting: RenameEntireGroupContext.test (595 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:08:25.500 [INFO] !MESSAGE Pass 595 (774) processed. 2 failed. spent: 193:46, 57:46 mins remaining. RenameContextToAVeryLongName. time: 10463ms [INFO] Pass 595 (774) processed. 2 failed. spent: 193:46, 57:46 mins remaining. RenameContextToAVeryLongName. time: 10463ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:09:43.835 [INFO] !MESSAGE [AUT-0] Finished: RenameEntireGroupContext.test in 77306 (595 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:09:43.837 [INFO] !MESSAGE [AUT-0] Starting: RenameFolder.test (596 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:09:43.857 [INFO] !MESSAGE Pass 596 (774) processed. 2 failed. spent: 195:04, 57:44 mins remaining. RenameEntireGroupContext. time: 77306ms [INFO] Pass 596 (774) processed. 2 failed. spent: 195:04, 57:44 mins remaining. RenameEntireGroupContext. time: 77306ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:10:08.665 [INFO] !MESSAGE [AUT-0] Finished: RenameFolder.test in 23383 (596 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:10:08.666 [INFO] !MESSAGE [AUT-0] Starting: RenameFolderToDuplicateName.test (597 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:10:08.686 [INFO] !MESSAGE Pass 597 (774) processed. 2 failed. spent: 195:29, 57:26 mins remaining. RenameFolder. time: 23383ms [INFO] Pass 597 (774) processed. 2 failed. spent: 195:29, 57:26 mins remaining. RenameFolder. time: 23383ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:10:24.439 [INFO] !MESSAGE [AUT-0] Finished: RenameFolderToDuplicateName.test in 14819 (597 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:10:24.441 [INFO] !MESSAGE [AUT-0] Starting: RenameLastSubTag.test (598 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:10:24.506 [INFO] !MESSAGE Pass 598 (774) processed. 2 failed. spent: 195:45, 57:05 mins remaining. RenameFolderToDuplicateName. time: 14819ms [INFO] Pass 598 (774) processed. 2 failed. spent: 195:45, 57:05 mins remaining. RenameFolderToDuplicateName. time: 14819ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:10:39.689 [INFO] !MESSAGE [AUT-0] Finished: RenameLastSubTag.test in 14377 (598 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:10:39.690 [INFO] !MESSAGE [AUT-0] Starting: RenameMiddleSubTag.test (599 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:10:39.725 [INFO] !MESSAGE Pass 599 (774) processed. 2 failed. spent: 196:00, 56:44 mins remaining. RenameLastSubTag. time: 14377ms [INFO] Pass 599 (774) processed. 2 failed. spent: 196:00, 56:44 mins remaining. RenameLastSubTag. time: 14377ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:10:55.940 [INFO] !MESSAGE [AUT-0] Finished: RenameMiddleSubTag.test in 15182 (599 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:10:55.941 [INFO] !MESSAGE [AUT-0] Starting: RenameProject.test (600 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:10:55.944 [INFO] !MESSAGE Pass 600 (774) processed. 2 failed. spent: 196:17, 56:24 mins remaining. RenameMiddleSubTag. time: 15182ms [INFO] Pass 600 (774) processed. 2 failed. spent: 196:17, 56:24 mins remaining. RenameMiddleSubTag. time: 15182ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:11:20.700 [INFO] !MESSAGE [AUT-0] Finished: RenameProject.test in 23817 (600 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:11:20.701 [INFO] !MESSAGE [AUT-0] Starting: RenameSimpleTag.test (601 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:11:20.772 [INFO] !MESSAGE Pass 601 (774) processed. 2 failed. spent: 196:41, 56:06 mins remaining. RenameProject. time: 23817ms [INFO] Pass 601 (774) processed. 2 failed. spent: 196:41, 56:06 mins remaining. RenameProject. time: 23817ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:11:37.963 [INFO] !MESSAGE [AUT-0] Finished: RenameSimpleTag.test in 16130 (601 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:11:37.965 [INFO] !MESSAGE [AUT-0] Starting: RenameTagWithSubTags.test (602 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:11:37.993 [INFO] !MESSAGE Pass 602 (774) processed. 2 failed. spent: 196:59, 55:46 mins remaining. RenameSimpleTag. time: 16130ms [INFO] Pass 602 (774) processed. 2 failed. spent: 196:59, 55:46 mins remaining. RenameSimpleTag. time: 16130ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:11:54.707 [INFO] !MESSAGE [AUT-0] Finished: RenameTagWithSubTags.test in 16004 (602 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:11:54.709 [INFO] !MESSAGE [AUT-0] Starting: RenameTestCase.test (603 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:11:54.714 [INFO] !MESSAGE Pass 603 (774) processed. 2 failed. spent: 197:15, 55:25 mins remaining. RenameTagWithSubTags. time: 16004ms [INFO] Pass 603 (774) processed. 2 failed. spent: 197:15, 55:25 mins remaining. RenameTagWithSubTags. time: 16004ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:12:07.967 [INFO] !MESSAGE [AUT-0] Finished: RenameTestCase.test in 12518 (603 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:12:08.029 [INFO] !MESSAGE Pass 604 (774) processed. 2 failed. spent: 197:29, 55:29 mins remaining. RenameTestCase. time: 12518ms [INFO] Pass 604 (774) processed. 2 failed. spent: 197:29, 55:29 mins remaining. RenameTestCase. time: 12518ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:12:08.046 [INFO] !MESSAGE [AUT-0] Starting: RenameTestCaseInTestSuite.test (604 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:12:40.915 [INFO] !MESSAGE [AUT-0] Finished: RenameTestCaseInTestSuite.test in 30818 (604 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:12:40.917 [INFO] !MESSAGE [AUT-0] Starting: RenameTestCaseToEmptyName.test (605 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:12:40.978 [INFO] !MESSAGE Pass 605 (774) processed. 2 failed. spent: 198:02, 54:48 mins remaining. RenameTestCaseInTestSuite. time: 30818ms [INFO] Pass 605 (774) processed. 2 failed. spent: 198:02, 54:48 mins remaining. RenameTestCaseInTestSuite. time: 30818ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:12:54.227 [INFO] !MESSAGE [AUT-0] Finished: RenameTestCaseToEmptyName.test in 12025 (605 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:12:54.229 [INFO] !MESSAGE [AUT-0] Starting: RenameTestInEditor.test (606 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:12:54.294 [INFO] !MESSAGE Pass 606 (774) processed. 2 failed. spent: 198:15, 54:27 mins remaining. F2/MenuRenameTestCaseToEmptyName. time: 12025ms [INFO] Pass 606 (774) processed. 2 failed. spent: 198:15, 54:27 mins remaining. F2/MenuRenameTestCaseToEmptyName. time: 12025ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:13:04.975 [INFO] !MESSAGE [AUT-0] Finished: RenameTestInEditor.test in 9914 (606 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:13:04.976 [INFO] !MESSAGE [AUT-0] Starting: RenameTestSuite.test (607 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:13:05.008 [INFO] !MESSAGE Pass 607 (774) processed. 2 failed. spent: 198:26, 54:05 mins remaining. RenameTestInEditor. time: 9914ms [INFO] Pass 607 (774) processed. 2 failed. spent: 198:26, 54:05 mins remaining. RenameTestInEditor. time: 9914ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:13:19.723 [INFO] !MESSAGE [AUT-0] Finished: RenameTestSuite.test in 13837 (607 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:13:19.725 [INFO] !MESSAGE [AUT-0] Starting: RenameTestSuiteWhichInTestSuite.test (608 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:13:19.726 [INFO] !MESSAGE Pass 608 (774) processed. 2 failed. spent: 198:40, 53:44 mins remaining. RenameTestSuite. time: 13837ms [INFO] Pass 608 (774) processed. 2 failed. spent: 198:40, 53:44 mins remaining. RenameTestSuite. time: 13837ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:13:37.512 [INFO] !MESSAGE [AUT-0] Finished: RenameTestSuiteWhichInTestSuite.test in 16771 (608 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:13:37.514 [INFO] !MESSAGE [AUT-0] Starting: RenameTestToAVeryLongName.test (609 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:13:37.549 [INFO] !MESSAGE Pass 609 (774) processed. 2 failed. spent: 198:58, 53:24 mins remaining. RenameTestSuiteWhichInTestSuite. time: 16771ms [INFO] Pass 609 (774) processed. 2 failed. spent: 198:58, 53:24 mins remaining. RenameTestSuiteWhichInTestSuite. time: 16771ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:13:51.306 [INFO] !MESSAGE [AUT-0] Finished: RenameTestToAVeryLongName.test in 12934 (609 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:13:51.307 [INFO] !MESSAGE [AUT-0] Starting: Repeated Save of Folder Context.test (610 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:13:51.365 [INFO] !MESSAGE Pass 610 (774) processed. 2 failed. spent: 199:12, 53:03 mins remaining. RenameTestToAVeryLongName. time: 12934ms [INFO] Pass 610 (774) processed. 2 failed. spent: 199:12, 53:03 mins remaining. RenameTestToAVeryLongName. time: 12934ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:18:03.159 [INFO] !MESSAGE [AUT-0] Finished: Repeated Save of Folder Context.test in 250727 (610 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:18:03.161 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInDescription.test (611 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:18:03.216 [INFO] !MESSAGE Pass 611 (774) processed. 2 failed. spent: 203:24, 53:45 mins remaining. Repeated Save of Folder Context. time: 250727ms [INFO] Pass 611 (774) processed. 2 failed. spent: 203:24, 53:45 mins remaining. Repeated Save of Folder Context. time: 250727ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:18:24.967 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInDescription.test in 20488 (611 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:18:24.968 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInEclContext.test (612 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:18:25.038 [INFO] !MESSAGE Pass 612 (774) processed. 2 failed. spent: 203:46, 53:25 mins remaining. ReplaceInDescription. time: 20488ms [INFO] Pass 612 (774) processed. 2 failed. spent: 203:46, 53:25 mins remaining. ReplaceInDescription. time: 20488ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:18:37.267 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInEclContext.test in 11070 (612 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:18:37.269 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInOpenedEclContext.test (613 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:18:37.349 [INFO] !MESSAGE Pass 613 (774) processed. 2 failed. spent: 203:58, 53:03 mins remaining. ReplaceInEclContext. time: 11070ms [INFO] Pass 613 (774) processed. 2 failed. spent: 203:58, 53:03 mins remaining. ReplaceInEclContext. time: 11070ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:18:49.064 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInOpenedEclContext.test in 10567 (613 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:18:49.065 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInScript.test (614 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:18:49.068 [INFO] !MESSAGE Pass 614 (774) processed. 2 failed. spent: 204:10, 52:41 mins remaining. ReplaceInOpenedEclContext. time: 10567ms [INFO] Pass 614 (774) processed. 2 failed. spent: 204:10, 52:41 mins remaining. ReplaceInOpenedEclContext. time: 10567ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:19:08.867 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInScript.test in 18857 (614 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:19:08.869 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInTags.test (615 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:19:08.893 [INFO] !MESSAGE Pass 615 (774) processed. 2 failed. spent: 204:30, 52:22 mins remaining. ReplaceInScript. time: 18857ms [INFO] Pass 615 (774) processed. 2 failed. spent: 204:30, 52:22 mins remaining. ReplaceInScript. time: 18857ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:19:17.673 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInTags.test in 7946 (615 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:19:17.674 [INFO] !MESSAGE [AUT-0] Starting: ReplayButtonShouldBeDisabledDuringRecording.test (616 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:19:17.703 [INFO] !MESSAGE Pass 616 (774) processed. 2 failed. spent: 204:38, 51:59 mins remaining. NotAllowedToReplaceInTags. time: 7946ms [INFO] Pass 616 (774) processed. 2 failed. spent: 204:38, 51:59 mins remaining. NotAllowedToReplaceInTags. time: 7946ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:19:28.925 [INFO] !MESSAGE [AUT-0] Finished: ReplayButtonShouldBeDisabledDuringRecording.test in 10462 (616 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:19:28.926 [INFO] !MESSAGE [AUT-0] Starting: ReportMainThread.test (617 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:19:28.944 [INFO] !MESSAGE Pass 617 (774) processed. 2 failed. spent: 204:50, 51:37 mins remaining. ReplayButtonShouldBeDisabledDuringRecording. time: 10462ms [INFO] Pass 617 (774) processed. 2 failed. spent: 204:50, 51:37 mins remaining. ReplayButtonShouldBeDisabledDuringRecording. time: 10462ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:19:38.704 [INFO] !MESSAGE [AUT-0] Finished: ReportMainThread.test in 8487 (617 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:19:38.706 [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-06-10 18:19:38.755 [INFO] !MESSAGE Pass 618 (774) processed. 2 failed. spent: 204:59, 51:14 mins remaining. ReportMainThread. time: 8487ms [INFO] Pass 618 (774) processed. 2 failed. spent: 204:59, 51:14 mins remaining. ReportMainThread. time: 8487ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:19:48.975 [INFO] !MESSAGE [AUT-0] Finished: Reset Perspective should be disabled if no perspective is set.test in 9333 (618 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:19:48.977 [INFO] !MESSAGE [AUT-0] Starting: ResetPerspectiveInWBContext.test (619 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:19:49.068 [INFO] !MESSAGE Pass 619 (774) processed. 2 failed. spent: 205:10, 50:52 mins remaining. Reset Perspective should be disabled if no perspective is set. time: 9333ms [INFO] Pass 619 (774) processed. 2 failed. spent: 205:10, 50:52 mins remaining. Reset Perspective should be disabled if no perspective is set. time: 9333ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:20:30.288 [INFO] !MESSAGE [AUT-0] Finished: ResetPerspectiveInWBContext.test in 40115 (619 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:20:30.289 [INFO] !MESSAGE [AUT-0] Starting: ResourceRenameTest.test (620 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:20:30.351 [INFO] !MESSAGE Pass 620 (774) processed. 2 failed. spent: 205:51, 50:38 mins remaining. ResetPerspectiveInWBContext. time: 40115ms [INFO] Pass 620 (774) processed. 2 failed. spent: 205:51, 50:38 mins remaining. ResetPerspectiveInWBContext. time: 40115ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:20:45.647 [INFO] !MESSAGE [AUT-0] Finished: ResourceRenameTest.test in 14048 (620 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:20:45.649 [INFO] !MESSAGE [AUT-0] Starting: RestartAUT.test (621 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:20:45.668 [INFO] !MESSAGE Pass 621 (774) processed. 2 failed. spent: 206:06, 50:17 mins remaining. ResourceRenameTest. time: 14048ms [INFO] Pass 621 (774) processed. 2 failed. spent: 206:06, 50:17 mins remaining. ResourceRenameTest. time: 14048ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-06-10 18:21:35.446 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:21:42.340 [INFO] !MESSAGE [AUT-0] Finished: RestartAUT.test in 55677 (621 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:21:42.343 [INFO] !MESSAGE [AUT-0] Starting: RestoreDefaults.test (622 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:21:42.366 [INFO] !MESSAGE Pass 622 (774) processed. 2 failed. spent: 207:03, 50:06 mins remaining. RestartAUT. time: 55677ms [INFO] Pass 622 (774) processed. 2 failed. spent: 207:03, 50:06 mins remaining. RestartAUT. time: 55677ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:21:55.052 [INFO] !MESSAGE [AUT-0] Finished: RestoreDefaults.test in 11525 (622 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:21:55.054 [INFO] !MESSAGE [AUT-0] Starting: ResumeDebugging.test (623 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:21:55.079 [INFO] !MESSAGE Pass 623 (774) processed. 2 failed. spent: 207:16, 49:44 mins remaining. RestoreDefaults. time: 11525ms [INFO] Pass 623 (774) processed. 2 failed. spent: 207:16, 49:44 mins remaining. RestoreDefaults. time: 11525ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:24:02.564 [INFO] !MESSAGE [AUT-0] Finished: ResumeDebugging.test in 125708 (623 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:24:02.566 [INFO] !MESSAGE [AUT-0] Starting: ReturnToQ7FromControlPanel.test (624 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:24:02.651 [INFO] !MESSAGE Pass 624 (774) processed. 2 failed. spent: 209:23, 49:50 mins remaining. ResumeDebugging. time: 125708ms [INFO] Pass 624 (774) processed. 2 failed. spent: 209:23, 49:50 mins remaining. ResumeDebugging. time: 125708ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:24:17.481 [INFO] !MESSAGE [AUT-0] Finished: ReturnToQ7FromControlPanel.test in 12998 (624 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:24:17.482 [INFO] !MESSAGE [AUT-0] Starting: RunConfiguration_AddWithTag.test (625 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:24:17.541 [INFO] !MESSAGE Pass 625 (774) processed. 2 failed. spent: 209:38, 49:28 mins remaining. ReturnToQ7FromControlPanel. time: 12998ms [INFO] Pass 625 (774) processed. 2 failed. spent: 209:38, 49:28 mins remaining. ReturnToQ7FromControlPanel. time: 12998ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:24:29.760 [INFO] !MESSAGE [AUT-0] Finished: RunConfiguration_AddWithTag.test in 10896 (625 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:24:29.761 [INFO] !MESSAGE [AUT-0] Starting: RunFailedTestCases.test (626 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:24:29.855 [INFO] !MESSAGE Pass 626 (774) processed. 2 failed. spent: 209:50, 49:07 mins remaining. RunConfiguration_AddWithTag. time: 10896ms [INFO] Pass 626 (774) processed. 2 failed. spent: 209:50, 49:07 mins remaining. RunConfiguration_AddWithTag. time: 10896ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:25:06.551 [INFO] !MESSAGE [AUT-0] Finished: RunFailedTestCases.test in 35569 (626 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:25:06.553 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuite.test (627 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:25:06.563 [INFO] !MESSAGE Pass 627 (774) processed. 2 failed. spent: 210:27, 48:50 mins remaining. RunFailedTestCases. time: 35569ms [INFO] Pass 627 (774) processed. 2 failed. spent: 210:27, 48:50 mins remaining. RunFailedTestCases. time: 35569ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:25:33.821 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuite.test in 26486 (627 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:25:33.823 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuiteFromExplorer.test (628 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:25:33.891 [INFO] !MESSAGE Pass 628 (774) processed. 2 failed. spent: 210:55, 48:32 mins remaining. RunTestSuite. time: 26486ms [INFO] Pass 628 (774) processed. 2 failed. spent: 210:55, 48:32 mins remaining. RunTestSuite. time: 26486ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:26:04.589 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuiteFromExplorer.test in 29689 (628 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:26:04.590 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuiteFromRunConfiguration.test (629 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:26:04.656 [INFO] !MESSAGE Pass 629 (774) processed. 2 failed. spent: 211:25, 48:14 mins remaining. RunTestSuiteFromExplorer. time: 29689ms [INFO] Pass 629 (774) processed. 2 failed. spent: 211:25, 48:14 mins remaining. RunTestSuiteFromExplorer. time: 29689ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:26:19.863 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuiteFromRunConfiguration.test in 14380 (629 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:26:19.865 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuitesFromExplorer.test (630 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:26:19.873 [INFO] !MESSAGE Pass 630 (774) processed. 2 failed. spent: 211:41, 47:53 mins remaining. RunTestSuiteFromRunConfiguration. time: 14380ms [INFO] Pass 630 (774) processed. 2 failed. spent: 211:41, 47:53 mins remaining. RunTestSuiteFromRunConfiguration. time: 14380ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:26:51.822 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuitesFromExplorer.test in 30809 (630 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:26:51.824 [INFO] !MESSAGE [AUT-0] Starting: RunTestsFromTagsView_TC1.test (631 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:26:51.841 [INFO] !MESSAGE Pass 631 (774) processed. 2 failed. spent: 212:12, 47:36 mins remaining. RunTestSuitesFromExplorer. time: 30809ms [INFO] Pass 631 (774) processed. 2 failed. spent: 212:12, 47:36 mins remaining. RunTestSuitesFromExplorer. time: 30809ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:27:07.090 [INFO] !MESSAGE [AUT-0] Finished: RunTestsFromTagsView_TC1.test in 14128 (631 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:27:07.091 [INFO] !MESSAGE [AUT-0] Starting: RunTestsFromTagsView_TC2.test (632 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:27:07.158 [INFO] !MESSAGE Pass 632 (774) processed. 2 failed. spent: 212:28, 47:15 mins remaining. RunTestsFromTagsView_TC1. time: 14128ms [INFO] Pass 632 (774) processed. 2 failed. spent: 212:28, 47:15 mins remaining. RunTestsFromTagsView_TC1. time: 14128ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:27:24.853 [INFO] !MESSAGE [AUT-0] Finished: RunTestsFromTagsView_TC2.test in 16838 (632 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:27:24.854 [INFO] !MESSAGE [AUT-0] Starting: RunTestsWhenStopOnFirstFailureSet_TC1.test (633 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:27:24.944 [INFO] !MESSAGE Pass 633 (774) processed. 2 failed. spent: 212:46, 46:54 mins remaining. RunTestsFromTagsView_TC2. time: 16838ms [INFO] Pass 633 (774) processed. 2 failed. spent: 212:46, 46:54 mins remaining. RunTestsFromTagsView_TC2. time: 16838ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:27:48.163 [INFO] !MESSAGE [AUT-0] Finished: RunTestsWhenStopOnFirstFailureSet_TC1.test in 22200 (633 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:27:48.165 [INFO] !MESSAGE [AUT-0] Starting: RunnerArg.test (634 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:27:48.170 [INFO] !MESSAGE Pass 634 (774) processed. 2 failed. spent: 213:09, 46:35 mins remaining. RunTestsWhenStopOnFirstFailureSet_TC1. time: 22200ms [INFO] Pass 634 (774) processed. 2 failed. spent: 213:09, 46:35 mins remaining. RunTestsWhenStopOnFirstFailureSet_TC1. time: 22200ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:27:55.400 [INFO] !MESSAGE [AUT-0] Finished: RunnerArg.test in 6178 (634 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:27:55.401 [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-06-10 18:27:55.478 [INFO] !MESSAGE Pass 635 (774) processed. 2 failed. spent: 213:16, 46:12 mins remaining. RunnerArg. time: 6178ms [INFO] Pass 635 (774) processed. 2 failed. spent: 213:16, 46:12 mins remaining. RunnerArg. time: 6178ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:28:09.135 [INFO] !MESSAGE [AUT-0] Finished: Save AUT Details For Non-running AUT.test in 12963 (635 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:28:09.136 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeLaunchTestCaseAlways.test (636 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:28:09.194 [INFO] !MESSAGE Pass 636 (774) processed. 2 failed. spent: 213:30, 45:50 mins remaining. Save AUT Details For Non-running AUT. time: 12963ms [INFO] Pass 636 (774) processed. 2 failed. spent: 213:30, 45:50 mins remaining. Save AUT Details For Non-running AUT. time: 12963ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:28:25.889 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeLaunchTestCaseAlways.test in 15883 (636 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:28:25.891 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeLaunchTestCaseNever.test (637 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:28:25.915 [INFO] !MESSAGE Pass 637 (774) processed. 2 failed. spent: 213:47, 45:30 mins remaining. SaveBeforeLaunchTestCaseAlways. time: 15883ms [INFO] Pass 637 (774) processed. 2 failed. spent: 213:47, 45:30 mins remaining. SaveBeforeLaunchTestCaseAlways. time: 15883ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:28:38.151 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeLaunchTestCaseNever.test in 11415 (637 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:28:38.153 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeLaunchTestCasePrompt.test (638 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:28:38.229 [INFO] !MESSAGE Pass 638 (774) processed. 2 failed. spent: 213:59, 45:08 mins remaining. SaveBeforeLaunchTestCaseNever. time: 11415ms [INFO] Pass 638 (774) processed. 2 failed. spent: 213:59, 45:08 mins remaining. SaveBeforeLaunchTestCaseNever. time: 11415ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:29:03.442 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeLaunchTestCasePrompt.test in 23971 (638 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:29:03.444 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeRestart.test (639 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:29:03.460 [INFO] !MESSAGE Pass 639 (774) processed. 2 failed. spent: 214:24, 44:49 mins remaining. SaveBeforeLaunchTestCasePrompt. time: 23971ms [INFO] Pass 639 (774) processed. 2 failed. spent: 214:24, 44:49 mins remaining. SaveBeforeLaunchTestCasePrompt. time: 23971ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-06-10 18:29:59.242 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:30:04.958 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeRestart.test in 59488 (639 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:30:04.960 [INFO] !MESSAGE [AUT-0] Starting: SaveChangesInContext.test (640 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:30:05.044 [INFO] !MESSAGE Pass 640 (774) processed. 2 failed. spent: 215:26, 44:37 mins remaining. SaveBeforeRestart. time: 59488ms [INFO] Pass 640 (774) processed. 2 failed. spent: 215:26, 44:37 mins remaining. SaveBeforeRestart. time: 59488ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:30:27.724 [INFO] !MESSAGE [AUT-0] Finished: SaveChangesInContext.test in 21688 (640 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:30:27.726 [INFO] !MESSAGE [AUT-0] Starting: SaveChangesInTest.test (641 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:30:27.770 [INFO] !MESSAGE Pass 641 (774) processed. 2 failed. spent: 215:48, 44:18 mins remaining. SaveChangesInContext. time: 21688ms [INFO] Pass 641 (774) processed. 2 failed. spent: 215:48, 44:18 mins remaining. SaveChangesInContext. time: 21688ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:30:44.017 [INFO] !MESSAGE [AUT-0] Finished: SaveChangesInTest.test in 15232 (641 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:30:44.019 [INFO] !MESSAGE [AUT-0] Starting: SaveContextBeforeLaunchTestCaseAlways.test (642 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:30:44.045 [INFO] !MESSAGE Pass 642 (774) processed. 2 failed. spent: 216:05, 43:57 mins remaining. SaveChangesInTest. time: 15232ms [INFO] Pass 642 (774) processed. 2 failed. spent: 216:05, 43:57 mins remaining. SaveChangesInTest. time: 15232ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:31:12.322 [INFO] !MESSAGE [AUT-0] Finished: SaveContextBeforeLaunchTestCaseAlways.test in 27115 (642 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:31:12.323 [INFO] !MESSAGE [AUT-0] Starting: SaveContextBeforeLaunchTestCaseNever.test (643 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:31:12.378 [INFO] !MESSAGE Pass 643 (774) processed. 2 failed. spent: 216:33, 43:38 mins remaining. SaveContextBeforeLaunchTestCaseAlways. time: 27115ms [INFO] Pass 643 (774) processed. 2 failed. spent: 216:33, 43:38 mins remaining. SaveContextBeforeLaunchTestCaseAlways. time: 27115ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:31:32.117 [INFO] !MESSAGE [AUT-0] Finished: SaveContextBeforeLaunchTestCaseNever.test in 18797 (643 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:31:32.119 [INFO] !MESSAGE [AUT-0] Starting: SaveContextBeforeLaunchTestCasePrompt.test (644 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:31:32.161 [INFO] !MESSAGE Pass 644 (774) processed. 2 failed. spent: 216:53, 43:18 mins remaining. SaveContextBeforeLaunchTestCaseNever. time: 18797ms [INFO] Pass 644 (774) processed. 2 failed. spent: 216:53, 43:18 mins remaining. SaveContextBeforeLaunchTestCaseNever. time: 18797ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:32:05.934 [INFO] !MESSAGE [AUT-0] Finished: SaveContextBeforeLaunchTestCasePrompt.test in 32629 (644 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:32:05.936 [INFO] !MESSAGE [AUT-0] Starting: SaveDiacriticSymbolsInTest.test (645 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:32:06.001 [INFO] !MESSAGE Pass 645 (774) processed. 2 failed. spent: 217:27, 43:01 mins remaining. SaveContextBeforeLaunchTestCasePrompt. time: 32629ms [INFO] Pass 645 (774) processed. 2 failed. spent: 217:27, 43:01 mins remaining. SaveContextBeforeLaunchTestCasePrompt. time: 32629ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:32:22.721 [INFO] !MESSAGE [AUT-0] Finished: SaveDiacriticSymbolsInTest.test in 15598 (645 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:32:22.722 [INFO] !MESSAGE Pass 646 (774) processed. 2 failed. spent: 217:43, 43:04 mins remaining. SaveDiacriticSymbolsInTest. time: 15598ms [INFO] Pass 646 (774) processed. 2 failed. spent: 217:43, 43:04 mins remaining. SaveDiacriticSymbolsInTest. time: 15598ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:32:22.723 [INFO] !MESSAGE [AUT-0] Starting: SaveIsImmediate.test (646 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:32:35.467 [INFO] !MESSAGE [AUT-0] Finished: SaveIsImmediate.test in 11407 (646 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:32:35.469 [INFO] !MESSAGE [AUT-0] Starting: SaveSpecialSymbolsInTest.test (647 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:32:35.540 [INFO] !MESSAGE Pass 647 (774) processed. 2 failed. spent: 217:56, 42:18 mins remaining. SaveIsImmediate. time: 11407ms [INFO] Pass 647 (774) processed. 2 failed. spent: 217:56, 42:18 mins remaining. SaveIsImmediate. time: 11407ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:32:52.209 [INFO] !MESSAGE [AUT-0] Finished: SaveSpecialSymbolsInTest.test in 15731 (647 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:32:52.211 [INFO] !MESSAGE [AUT-0] Starting: SaveTestFromControlPanel.test (648 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:32:52.256 [INFO] !MESSAGE Pass 648 (774) processed. 2 failed. spent: 218:13, 41:57 mins remaining. SaveSpecialSymbolsInTest. time: 15731ms [INFO] Pass 648 (774) processed. 2 failed. spent: 218:13, 41:57 mins remaining. SaveSpecialSymbolsInTest. time: 15731ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:34:19.600 [INFO] !MESSAGE [AUT-0] Finished: SaveTestFromControlPanel.test in 85580 (648 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:34:19.602 [INFO] !MESSAGE [AUT-0] Starting: Script Editor.scenario (649 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:34:19.653 [INFO] !MESSAGE Pass 649 (774) processed. 2 failed. spent: 219:40, 41:50 mins remaining. SaveTestFromControlPanel. time: 85580ms [INFO] Pass 649 (774) processed. 2 failed. spent: 219:40, 41:50 mins remaining. SaveTestFromControlPanel. time: 85580ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:34:34.919 [INFO] !MESSAGE [AUT-0] Finished: Script Editor.scenario in 13955 (649 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:34:34.920 [INFO] !MESSAGE [AUT-0] Starting: ScriptEditingIsDisabledDuringRecording.test (650 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:34:34.949 [INFO] !MESSAGE Pass 650 (774) processed. 2 failed. spent: 219:56, 41:29 mins remaining. Script EditorAutocompletion. time: 13955ms [INFO] Pass 650 (774) processed. 2 failed. spent: 219:56, 41:29 mins remaining. Script EditorAutocompletion. time: 13955ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:34:46.691 [INFO] !MESSAGE [AUT-0] Finished: ScriptEditingIsDisabledDuringRecording.test in 10752 (650 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:34:46.693 [INFO] !MESSAGE [AUT-0] Starting: SearchInWorkingSet.test (651 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:34:46.762 [INFO] !MESSAGE Pass 651 (774) processed. 2 failed. spent: 220:07, 41:07 mins remaining. ScriptEditingIsDisabledDuringRecording. time: 10752ms [INFO] Pass 651 (774) processed. 2 failed. spent: 220:07, 41:07 mins remaining. ScriptEditingIsDisabledDuringRecording. time: 10752ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:35:08.017 [INFO] !MESSAGE [AUT-0] Finished: SearchInWorkingSet.test in 20221 (651 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:35:08.019 [INFO] !MESSAGE [AUT-0] Starting: SearchTestInDescription.test (652 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:35:08.087 [INFO] !MESSAGE Pass 652 (774) processed. 2 failed. spent: 220:29, 40:47 mins remaining. SearchInWorkingSet. time: 20221ms [INFO] Pass 652 (774) processed. 2 failed. spent: 220:29, 40:47 mins remaining. SearchInWorkingSet. time: 20221ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:35:21.303 [INFO] !MESSAGE [AUT-0] Finished: SearchTestInDescription.test in 12118 (652 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:35:21.305 [INFO] !MESSAGE [AUT-0] Starting: SearchTextInContexts.test (653 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:35:21.403 [INFO] !MESSAGE Pass 653 (774) processed. 2 failed. spent: 220:42, 40:26 mins remaining. SearchTestInDescription. time: 12118ms [INFO] Pass 653 (774) processed. 2 failed. spent: 220:42, 40:26 mins remaining. SearchTestInDescription. time: 12118ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:35:34.623 [INFO] !MESSAGE [AUT-0] Finished: SearchTextInContexts.test in 11984 (653 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:35:34.624 [INFO] !MESSAGE [AUT-0] Starting: SearchTextInScript.test (654 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:35:34.720 [INFO] !MESSAGE Pass 654 (774) processed. 2 failed. spent: 220:55, 40:04 mins remaining. SearchTextInContexts. time: 11984ms [INFO] Pass 654 (774) processed. 2 failed. spent: 220:55, 40:04 mins remaining. SearchTextInContexts. time: 11984ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:35:47.409 [INFO] !MESSAGE [AUT-0] Finished: SearchTextInScript.test in 11943 (654 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:35:47.411 [INFO] !MESSAGE [AUT-0] Starting: SearchTextInTags.test (655 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:35:47.434 [INFO] !MESSAGE Pass 655 (774) processed. 2 failed. spent: 221:08, 39:42 mins remaining. SearchTextInScript. time: 11943ms [INFO] Pass 655 (774) processed. 2 failed. spent: 221:08, 39:42 mins remaining. SearchTextInScript. time: 11943ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:36:00.202 [INFO] !MESSAGE [AUT-0] Finished: SearchTextInTags.test in 11824 (655 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:36:00.203 [INFO] !MESSAGE [AUT-0] Starting: SecondControlPanel_RecordSnippet.scenario (656 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:36:00.249 [INFO] !MESSAGE Pass 656 (774) processed. 2 failed. spent: 221:21, 39:21 mins remaining. SearchTextInTags. time: 11824ms [INFO] Pass 656 (774) processed. 2 failed. spent: 221:21, 39:21 mins remaining. SearchTextInTags. time: 11824ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:36:34.501 [INFO] !MESSAGE [AUT-0] Finished: SecondControlPanel_RecordSnippet.scenario in 33249 (656 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:36:34.502 [INFO] !MESSAGE [AUT-0] Starting: SecondControlPanel_ScenarioEditor.scenario (657 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:36:34.590 [INFO] !MESSAGE Pass 657 (774) processed. 2 failed. spent: 221:55, 39:03 mins remaining. SecondControlPanel_RecordSnippet. time: 33249ms [INFO] Pass 657 (774) processed. 2 failed. spent: 221:55, 39:03 mins remaining. SecondControlPanel_RecordSnippet. time: 33249ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:37:09.773 [INFO] !MESSAGE [AUT-0] Finished: SecondControlPanel_ScenarioEditor.scenario in 34254 (657 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:37:09.775 [INFO] !MESSAGE [AUT-0] Starting: SelectAll in Script Viewer.test (658 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:37:09.843 [INFO] !MESSAGE Pass 658 (774) processed. 2 failed. spent: 222:30, 38:46 mins remaining. SecondControlPanel_ScenarioEditor. time: 34254ms [INFO] Pass 658 (774) processed. 2 failed. spent: 222:30, 38:46 mins remaining. SecondControlPanel_ScenarioEditor. time: 34254ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:37:30.564 [INFO] !MESSAGE [AUT-0] Finished: SelectAll in Script Viewer.test in 19538 (658 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:37:30.565 [INFO] !MESSAGE [AUT-0] Starting: SelectLocationAtCreationContext.test (659 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:37:30.567 [INFO] !MESSAGE Pass 659 (774) processed. 2 failed. spent: 222:51, 38:26 mins remaining. SelectAll in Script Viewer. time: 19538ms [INFO] Pass 659 (774) processed. 2 failed. spent: 222:51, 38:26 mins remaining. SelectAll in Script Viewer. time: 19538ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:37:47.864 [INFO] !MESSAGE [AUT-0] Finished: SelectLocationAtCreationContext.test in 16362 (659 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:37:47.866 [INFO] !MESSAGE [AUT-0] Starting: SelectLocationAtCreationTest.test (660 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:37:47.887 [INFO] !MESSAGE Pass 660 (774) processed. 2 failed. spent: 223:09, 38:05 mins remaining. SelectLocationAtCreationContext. time: 16362ms [INFO] Pass 660 (774) processed. 2 failed. spent: 223:09, 38:05 mins remaining. SelectLocationAtCreationContext. time: 16362ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:38:05.648 [INFO] !MESSAGE [AUT-0] Finished: SelectLocationAtCreationTest.test in 16855 (660 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:38:05.649 [INFO] !MESSAGE [AUT-0] Starting: SelectLocationForGroupContext.test (661 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:38:05.658 [INFO] !MESSAGE Pass 661 (774) processed. 2 failed. spent: 223:26, 37:44 mins remaining. SelectLocationAtCreationTest. time: 16855ms [INFO] Pass 661 (774) processed. 2 failed. spent: 223:26, 37:44 mins remaining. SelectLocationAtCreationTest. time: 16855ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:38:17.403 [INFO] !MESSAGE [AUT-0] Finished: SelectLocationForGroupContext.test in 10668 (661 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:38:17.404 [INFO] !MESSAGE [AUT-0] Starting: SelectPerspectiveFromDialog.test (662 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:38:17.472 [INFO] !MESSAGE Pass 662 (774) processed. 2 failed. spent: 223:38, 37:23 mins remaining. SelectLocationForGroupContext. time: 10668ms [INFO] Pass 662 (774) processed. 2 failed. spent: 223:38, 37:23 mins remaining. SelectLocationForGroupContext. time: 10668ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:39:33.686 [INFO] !MESSAGE [AUT-0] Finished: SelectPerspectiveFromDialog.test in 75184 (662 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:39:33.688 [INFO] !MESSAGE [AUT-0] Starting: SelectRows.test (663 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:39:33.769 [INFO] !MESSAGE Pass 663 (774) processed. 2 failed. spent: 224:54, 37:12 mins remaining. SelectPerspectiveFromDialog. time: 75184ms [INFO] Pass 663 (774) processed. 2 failed. spent: 224:54, 37:12 mins remaining. SelectPerspectiveFromDialog. time: 75184ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:39:50.656 [INFO] !MESSAGE [AUT-0] Finished: SelectRows.test in 15549 (663 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:39:50.658 [INFO] !MESSAGE [AUT-0] Starting: Selection in Script Viewer.test (664 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:39:50.755 [INFO] !MESSAGE Pass 664 (774) processed. 2 failed. spent: 225:11, 36:51 mins remaining. SelectRows. time: 15549ms [INFO] Pass 664 (774) processed. 2 failed. spent: 225:11, 36:51 mins remaining. SelectRows. time: 15549ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:40:05.412 [INFO] !MESSAGE [AUT-0] Finished: Selection in Script Viewer.test in 13916 (664 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:40:05.414 [INFO] !MESSAGE [AUT-0] Starting: SelectionAfterDelete.test (665 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:40:05.471 [INFO] !MESSAGE Pass 665 (774) processed. 2 failed. spent: 225:26, 36:30 mins remaining. Selection in Script Viewer. time: 13916ms [INFO] Pass 665 (774) processed. 2 failed. spent: 225:26, 36:30 mins remaining. Selection in Script Viewer. time: 13916ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:40:16.209 [INFO] !MESSAGE [AUT-0] Finished: SelectionAfterDelete.test in 9677 (665 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:40:16.210 [INFO] !MESSAGE [AUT-0] Starting: Set AUT in Launch Configuration.test (666 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:40:16.284 [INFO] !MESSAGE Pass 666 (774) processed. 2 failed. spent: 225:37, 36:08 mins remaining. SelectionAfterDelete. time: 9677ms [INFO] Pass 666 (774) processed. 2 failed. spent: 225:37, 36:08 mins remaining. SelectionAfterDelete. time: 9677ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:41:25.654 [INFO] !MESSAGE [AUT-0] Finished: Set AUT in Launch Configuration.test in 66443 (666 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:41:25.656 [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-06-10 18:41:25.752 [INFO] !MESSAGE Pass 667 (774) processed. 2 failed. spent: 226:46, 35:55 mins remaining. Set AUT in Launch Configuration. time: 66443ms [INFO] Pass 667 (774) processed. 2 failed. spent: 226:46, 35:55 mins remaining. Set AUT in Launch Configuration. time: 66443ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:42:41.439 [INFO] !MESSAGE [AUT-0] Finished: Set AUT in Launch Configuration_Run As TestCase.test in 71873 (667 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:42:41.441 [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-06-10 18:42:41.448 [INFO] !MESSAGE Pass 668 (774) processed. 2 failed. spent: 228:02, 35:44 mins remaining. Set AUT in Launch Configuration_Run As TestCase. time: 71873ms [INFO] Pass 668 (774) processed. 2 failed. spent: 228:02, 35:44 mins remaining. Set AUT in Launch Configuration_Run As TestCase. time: 71873ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:43:36.405 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Current Command Highlighting.test in 52829 (668 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:43:36.407 [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-06-10 18:43:36.490 [INFO] !MESSAGE Pass 669 (774) processed. 2 failed. spent: 228:57, 35:29 mins remaining. Set Breakpoint In Proc_Current Command Highlighting. time: 52829ms [INFO] Pass 669 (774) processed. 2 failed. spent: 228:57, 35:29 mins remaining. Set Breakpoint In Proc_Current Command Highlighting. time: 52829ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:44:16.859 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Step Into_Check Variables.test in 38966 (669 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:44:16.860 [INFO] !MESSAGE [AUT-0] Starting: Set Breakpoint In Proc_Step Into_Step Return.test (670 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:44:16.882 [INFO] !MESSAGE Pass 670 (774) processed. 2 failed. spent: 229:38, 35:11 mins remaining. Set Breakpoint In Proc_Step Into_Check Variables. time: 38966ms [INFO] Pass 670 (774) processed. 2 failed. spent: 229:38, 35:11 mins remaining. Set Breakpoint In Proc_Step Into_Check Variables. time: 38966ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:45:09.051 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Step Into_Step Return.test in 47076 (670 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:45:09.053 [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-06-10 18:45:09.144 [INFO] !MESSAGE Pass 671 (774) processed. 2 failed. spent: 230:30, 34:56 mins remaining. Set Breakpoint In Proc_Step Into_Step Return. time: 47076ms [INFO] Pass 671 (774) processed. 2 failed. spent: 230:30, 34:56 mins remaining. Set Breakpoint In Proc_Step Into_Step Return. time: 47076ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:45:34.114 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Step Over Should Navigate To Next Line.test in 23524 (671 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:45:34.116 [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-06-10 18:45:34.141 [INFO] !MESSAGE Pass 672 (774) processed. 2 failed. spent: 230:55, 34:36 mins remaining. Set Breakpoint In Proc_Step Over Should Navigate To Next Line. time: 23524ms [INFO] Pass 672 (774) processed. 2 failed. spent: 230:55, 34:36 mins remaining. Set Breakpoint In Proc_Step Over Should Navigate To Next Line. time: 23524ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:46:24.020 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Verify ECL Thread.test in 48511 (672 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:46:24.021 [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-06-10 18:46:24.092 [INFO] !MESSAGE Pass 673 (774) processed. 2 failed. spent: 231:45, 34:20 mins remaining. Set Breakpoint In Proc_Verify ECL Thread. time: 48511ms [INFO] Pass 673 (774) processed. 2 failed. spent: 231:45, 34:20 mins remaining. Set Breakpoint In Proc_Verify ECL Thread. time: 48511ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:47:09.941 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint in Procedure_Check Breakpoint.test in 44607 (673 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:47:09.942 [INFO] !MESSAGE [AUT-0] Starting: Set Tag To Workspace Context.test (674 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:47:09.989 [INFO] !MESSAGE Pass 674 (774) processed. 2 failed. spent: 232:31, 34:03 mins remaining. Set Breakpoint in Procedure_Check Breakpoint. time: 44607ms [INFO] Pass 674 (774) processed. 2 failed. spent: 232:31, 34:03 mins remaining. Set Breakpoint in Procedure_Check Breakpoint. time: 44607ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:47:26.254 [INFO] !MESSAGE [AUT-0] Finished: Set Tag To Workspace Context.test in 15294 (674 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:47:26.256 [INFO] !MESSAGE Pass 675 (774) processed. 2 failed. spent: 232:47, 34:05 mins remaining. Set Tag To Workspace Context. time: 15294ms [INFO] Pass 675 (774) processed. 2 failed. spent: 232:47, 34:05 mins remaining. Set Tag To Workspace Context. time: 15294ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:47:26.256 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointByShortKey.test (675 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:47:46.631 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointByShortKey.test in 18972 (675 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:47:46.633 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointInBodyOfMethod.test (676 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:47:46.679 [INFO] !MESSAGE Pass 676 (774) processed. 2 failed. spent: 233:07, 33:21 mins remaining. SetBreakpointByShortKey. time: 18972ms [INFO] Pass 676 (774) processed. 2 failed. spent: 233:07, 33:21 mins remaining. SetBreakpointByShortKey. time: 18972ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:48:05.153 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointInBodyOfMethod.test in 15396 (676 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:48:05.154 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointInTestWithRestarting.test (677 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:48:05.200 [INFO] !MESSAGE Pass 677 (774) processed. 2 failed. spent: 233:26, 33:00 mins remaining. SetBreakpointInBodyOfMethod. time: 15396ms [INFO] Pass 677 (774) processed. 2 failed. spent: 233:26, 33:00 mins remaining. SetBreakpointInBodyOfMethod. time: 15396ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:49:32.600 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointInTestWithRestarting.test in 86027 (677 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:49:32.602 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointOnPartOfLine.test (678 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:49:32.672 [INFO] !MESSAGE Pass 678 (774) processed. 2 failed. spent: 234:53, 32:48 mins remaining. SetBreakpointInTestWithRestarting. time: 86027ms [INFO] Pass 678 (774) processed. 2 failed. spent: 234:53, 32:48 mins remaining. SetBreakpointInTestWithRestarting. time: 86027ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:50:24.518 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointOnPartOfLine.test in 50559 (678 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:50:24.519 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointToCommentLine.test (679 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:50:24.580 [INFO] !MESSAGE Pass 679 (774) processed. 2 failed. spent: 235:45, 32:32 mins remaining. SetBreakpointOnPartOfLine. time: 50559ms [INFO] Pass 679 (774) processed. 2 failed. spent: 235:45, 32:32 mins remaining. SetBreakpointOnPartOfLine. time: 50559ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:50:47.960 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointToCommentLine.test in 22151 (679 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:50:47.962 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointViaContextMenu.test (680 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:50:48.047 [INFO] !MESSAGE Pass 680 (774) processed. 2 failed. spent: 236:09, 32:12 mins remaining. SetBreakpointToCommentLine. time: 22151ms [INFO] Pass 680 (774) processed. 2 failed. spent: 236:09, 32:12 mins remaining. SetBreakpointToCommentLine. time: 22151ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:51:07.834 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointViaContextMenu.test in 18366 (680 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:51:07.836 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointViaMainMenu.test (681 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:51:07.869 [INFO] !MESSAGE Pass 681 (774) processed. 2 failed. spent: 236:29, 31:51 mins remaining. SetBreakpointViaContextMenu. time: 18366ms [INFO] Pass 681 (774) processed. 2 failed. spent: 236:29, 31:51 mins remaining. SetBreakpointViaContextMenu. time: 18366ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:51:27.238 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointViaMainMenu.test in 18207 (681 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:51:27.240 [INFO] !MESSAGE [AUT-0] Starting: SetParameter.test (682 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:51:27.291 [INFO] !MESSAGE Pass 682 (774) processed. 2 failed. spent: 236:48, 31:30 mins remaining. SetBreakpointViaMainMenu. time: 18207ms [INFO] Pass 682 (774) processed. 2 failed. spent: 236:48, 31:30 mins remaining. SetBreakpointViaMainMenu. time: 18207ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:51:39.104 [INFO] !MESSAGE [AUT-0] Finished: SetParameter.test in 10422 (682 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:51:39.105 [INFO] !MESSAGE [AUT-0] Starting: SetUnsetCommentsInScriptViewer.test (683 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:51:39.143 [INFO] !MESSAGE Pass 683 (774) processed. 2 failed. spent: 237:00, 31:08 mins remaining. SetParameterGetParameter. time: 10422ms [INFO] Pass 683 (774) processed. 2 failed. spent: 237:00, 31:08 mins remaining. SetParameterGetParameter. time: 10422ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:51:51.349 [INFO] !MESSAGE [AUT-0] Finished: SetUnsetCommentsInScriptViewer.test in 11150 (683 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:51:51.351 [INFO] !MESSAGE [AUT-0] Starting: ShowInTask.test (684 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:51:51.359 [INFO] !MESSAGE Pass 684 (774) processed. 2 failed. spent: 237:12, 30:46 mins remaining. SetUnsetCommentsInScriptViewer. time: 11150ms [INFO] Pass 684 (774) processed. 2 failed. spent: 237:12, 30:46 mins remaining. SetUnsetCommentsInScriptViewer. time: 11150ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:52:14.208 [INFO] !MESSAGE [AUT-0] Finished: ShowInTask.test in 21829 (684 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:52:14.209 [INFO] !MESSAGE [AUT-0] Starting: ShowOnlyContextsFromTheRequiredProject.test (685 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:52:14.279 [INFO] !MESSAGE Pass 685 (774) processed. 2 failed. spent: 237:35, 30:25 mins remaining. ShowInTask. time: 21829ms [INFO] Pass 685 (774) processed. 2 failed. spent: 237:35, 30:25 mins remaining. ShowInTask. time: 21829ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:52:24.016 [INFO] !MESSAGE [AUT-0] Finished: ShowOnlyContextsFromTheRequiredProject.test in 8573 (685 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:52:24.017 [INFO] !MESSAGE [AUT-0] Starting: Simple Coloring in Script Viewer.test (686 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:52:24.091 [INFO] !MESSAGE Pass 686 (774) processed. 2 failed. spent: 237:45, 30:03 mins remaining. ShowOnlyContextsFromTheRequiredProject. time: 8573ms [INFO] Pass 686 (774) processed. 2 failed. spent: 237:45, 30:03 mins remaining. ShowOnlyContextsFromTheRequiredProject. time: 8573ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:52:35.293 [INFO] !MESSAGE [AUT-0] Finished: Simple Coloring in Script Viewer.test in 10485 (686 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:52:35.294 [INFO] !MESSAGE [AUT-0] Starting: SkipAllBreakpointsInDebug.test (687 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:52:35.304 [INFO] !MESSAGE Pass 687 (774) processed. 2 failed. spent: 237:56, 29:41 mins remaining. Simple Coloring in Script Viewer. time: 10485ms [INFO] Pass 687 (774) processed. 2 failed. spent: 237:56, 29:41 mins remaining. Simple Coloring in Script Viewer. time: 10485ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:52:56.131 [INFO] !MESSAGE [AUT-0] Finished: SkipAllBreakpointsInDebug.test in 19516 (687 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:52:56.133 [INFO] !MESSAGE [AUT-0] Starting: SmallMultipleScenarioModificationTest.test (688 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:52:56.229 [INFO] !MESSAGE Pass 688 (774) processed. 2 failed. spent: 238:17, 29:21 mins remaining. SkipAllBreakpointsInDebug. time: 19516ms [INFO] Pass 688 (774) processed. 2 failed. spent: 238:17, 29:21 mins remaining. SkipAllBreakpointsInDebug. time: 19516ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:53:29.941 [INFO] !MESSAGE [AUT-0] Finished: SmallMultipleScenarioModificationTest.test in 32534 (688 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:53:29.943 [INFO] !MESSAGE [AUT-0] Starting: SortingInQ7Explorer.test (689 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:53:29.969 [INFO] !MESSAGE Pass 689 (774) processed. 2 failed. spent: 238:51, 29:02 mins remaining. SmallMultipleScenarioModificationTest. time: 32534ms [INFO] Pass 689 (774) processed. 2 failed. spent: 238:51, 29:02 mins remaining. SmallMultipleScenarioModificationTest. time: 32534ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:54:25.747 [INFO] !MESSAGE [AUT-0] Finished: SortingInQ7Explorer.test in 54872 (689 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:54:25.748 [INFO] !MESSAGE [AUT-0] Starting: SpecifyDocumentation.scenario (690 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:54:25.759 [INFO] !MESSAGE Pass 690 (774) processed. 2 failed. spent: 239:46, 28:45 mins remaining. SortingInQ7Explorer. time: 54872ms [INFO] Pass 690 (774) processed. 2 failed. spent: 239:46, 28:45 mins remaining. SortingInQ7Explorer. time: 54872ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:54:40.511 [INFO] !MESSAGE [AUT-0] Finished: SpecifyDocumentation.scenario in 13623 (690 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:54:40.512 [INFO] !MESSAGE [AUT-0] Starting: SpecifyDocumentationCopyPaste.scenario (691 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:54:40.576 [INFO] !MESSAGE Pass 691 (774) processed. 2 failed. spent: 240:01, 28:24 mins remaining. SpecifyDocumentation. time: 13623ms [INFO] Pass 691 (774) processed. 2 failed. spent: 240:01, 28:24 mins remaining. SpecifyDocumentation. time: 13623ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:54:55.300 [INFO] !MESSAGE [AUT-0] Finished: SpecifyDocumentationCopyPaste.scenario in 13945 (691 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:54:55.301 [INFO] !MESSAGE [AUT-0] Starting: SplitTest.test (692 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:54:55.393 [INFO] !MESSAGE Pass 692 (774) processed. 2 failed. spent: 240:16, 28:02 mins remaining. SpecifyDocumentationCopyPaste. time: 13945ms [INFO] Pass 692 (774) processed. 2 failed. spent: 240:16, 28:02 mins remaining. SpecifyDocumentationCopyPaste. time: 13945ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:54:59.493 [INFO] !MESSAGE [AUT-0] Finished: SplitTest.test in 3181 (692 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:54:59.494 [INFO] !MESSAGE [AUT-0] Starting: StepIntoAtDebugging.test (693 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:54:59.497 [INFO] !MESSAGE Pass 693 (774) processed. 2 failed. spent: 240:20, 27:39 mins remaining. SplitTest. time: 3181ms [INFO] Pass 693 (774) processed. 2 failed. spent: 240:20, 27:39 mins remaining. SplitTest. time: 3181ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:55:19.288 [INFO] !MESSAGE [AUT-0] Finished: StepIntoAtDebugging.test in 18715 (693 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:55:19.289 [INFO] !MESSAGE [AUT-0] Starting: StepOverAtDebugging.test (694 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:55:19.321 [INFO] !MESSAGE Pass 694 (774) processed. 2 failed. spent: 240:40, 27:19 mins remaining. StepIntoAtDebugging. time: 18715ms [INFO] Pass 694 (774) processed. 2 failed. spent: 240:40, 27:19 mins remaining. StepIntoAtDebugging. time: 18715ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:56:24.235 [INFO] !MESSAGE [AUT-0] Finished: StepOverAtDebugging.test in 63445 (694 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:56:24.237 [INFO] !MESSAGE [AUT-0] Starting: StopAUTByStopCommand.test (695 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:56:24.300 [INFO] !MESSAGE Pass 695 (774) processed. 2 failed. spent: 241:45, 27:03 mins remaining. StepOverAtDebugging. time: 63445ms [INFO] Pass 695 (774) processed. 2 failed. spent: 241:45, 27:03 mins remaining. StepOverAtDebugging. time: 63445ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:56:44.495 [INFO] !MESSAGE [AUT-0] Finished: StopAUTByStopCommand.test in 19188 (695 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:56:44.496 [INFO] !MESSAGE [AUT-0] Starting: StopShouldBeDisabledIfAUTIsNotRunning.test (696 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:56:44.525 [INFO] !MESSAGE Pass 696 (774) processed. 2 failed. spent: 242:05, 26:42 mins remaining. StopAUTByStopCommand. time: 19188ms [INFO] Pass 696 (774) processed. 2 failed. spent: 242:05, 26:42 mins remaining. StopAUTByStopCommand. time: 19188ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:57:41.226 [INFO] !MESSAGE [AUT-0] Finished: StopShouldBeDisabledIfAUTIsNotRunning.test in 55980 (696 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:57:41.227 [INFO] !MESSAGE [AUT-0] Starting: Switch.test (697 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:57:41.256 [INFO] !MESSAGE Pass 697 (774) processed. 2 failed. spent: 243:02, 26:25 mins remaining. StopShouldBeDisabledIfAUTIsNotRunning. time: 55980ms [INFO] Pass 697 (774) processed. 2 failed. spent: 243:02, 26:25 mins remaining. StopShouldBeDisabledIfAUTIsNotRunning. time: 55980ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:57:43.891 [INFO] !MESSAGE [AUT-0] Finished: Switch.test in 1723 (697 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:57:43.893 [INFO] !MESSAGE [AUT-0] Starting: SwitchToAssertionMode.test (698 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:57:43.959 [INFO] !MESSAGE Pass 698 (774) processed. 2 failed. spent: 243:05, 26:02 mins remaining. Switch. time: 1723ms [INFO] Pass 698 (774) processed. 2 failed. spent: 243:05, 26:02 mins remaining. Switch. time: 1723ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:58:46.667 [INFO] !MESSAGE [AUT-0] Finished: SwitchToAssertionMode.test in 61850 (698 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:58:46.668 [INFO] !MESSAGE [AUT-0] Starting: TagsAutocompletion.test (699 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:58:46.750 [INFO] !MESSAGE Pass 699 (774) processed. 2 failed. spent: 244:07, 25:46 mins remaining. SwitchToAssertionMode. time: 61850ms [INFO] Pass 699 (774) processed. 2 failed. spent: 244:07, 25:46 mins remaining. SwitchToAssertionMode. time: 61850ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:58:56.441 [INFO] !MESSAGE [AUT-0] Finished: TagsAutocompletion.test in 8631 (699 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:58:56.442 [INFO] !MESSAGE [AUT-0] Starting: TagsViewUpdateOnFileRestore.test (700 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:58:56.461 [INFO] !MESSAGE Pass 700 (774) processed. 2 failed. spent: 244:17, 25:24 mins remaining. TagsAutocompletion. time: 8631ms [INFO] Pass 700 (774) processed. 2 failed. spent: 244:17, 25:24 mins remaining. TagsAutocompletion. time: 8631ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:59:10.755 [INFO] !MESSAGE [AUT-0] Finished: TagsViewUpdateOnFileRestore.test in 13023 (700 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:59:10.757 [INFO] !MESSAGE [AUT-0] Starting: TagsViewUpdateOnProjectClose.test (701 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:59:10.790 [INFO] !MESSAGE Pass 701 (774) processed. 2 failed. spent: 244:31, 25:02 mins remaining. TagsViewUpdateOnFileRestore. time: 13023ms [INFO] Pass 701 (774) processed. 2 failed. spent: 244:31, 25:02 mins remaining. TagsViewUpdateOnFileRestore. time: 13023ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:59:22.004 [INFO] !MESSAGE [AUT-0] Finished: TagsViewUpdateOnProjectClose.test in 10251 (701 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:59:22.005 [INFO] !MESSAGE [AUT-0] Starting: TagsView_AND.test (702 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:59:22.103 [INFO] !MESSAGE Pass 702 (774) processed. 2 failed. spent: 244:43, 24:40 mins remaining. TagsViewUpdateOnProjectClose. time: 10251ms [INFO] Pass 702 (774) processed. 2 failed. spent: 244:43, 24:40 mins remaining. TagsViewUpdateOnProjectClose. time: 10251ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:59:27.736 [INFO] !MESSAGE [AUT-0] Finished: TagsView_AND.test in 4690 (702 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:59:27.738 [INFO] !MESSAGE [AUT-0] Starting: TagsView_NOT.test (703 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:59:27.809 [INFO] !MESSAGE Pass 703 (774) processed. 2 failed. spent: 244:48, 24:18 mins remaining. TagsView_AND. time: 4690ms [INFO] Pass 703 (774) processed. 2 failed. spent: 244:48, 24:18 mins remaining. TagsView_AND. time: 4690ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:59:33.443 [INFO] !MESSAGE [AUT-0] Finished: TagsView_NOT.test in 4784 (703 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:59:33.444 [INFO] !MESSAGE [AUT-0] Starting: TagsView_OR.test (704 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:59:33.516 [INFO] !MESSAGE Pass 704 (774) processed. 2 failed. spent: 244:54, 23:56 mins remaining. TagsView_NOT. time: 4784ms [INFO] Pass 704 (774) processed. 2 failed. spent: 244:54, 23:56 mins remaining. TagsView_NOT. time: 4784ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:59:41.657 [INFO] !MESSAGE [AUT-0] Finished: TagsView_OR.test in 7176 (704 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:59:41.659 [INFO] !MESSAGE [AUT-0] Starting: TagsView_tag with spaces.test (705 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:59:41.727 [INFO] !MESSAGE Pass 705 (774) processed. 2 failed. spent: 245:02, 23:34 mins remaining. TagsView_OR. time: 7176ms [INFO] Pass 705 (774) processed. 2 failed. spent: 245:02, 23:34 mins remaining. TagsView_OR. time: 7176ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:59:46.366 [INFO] !MESSAGE [AUT-0] Finished: TagsView_tag with spaces.test in 3707 (705 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 18:59:46.368 [INFO] !MESSAGE [AUT-0] Starting: TakeScreenshot.test (706 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 18:59:46.442 [INFO] !MESSAGE Pass 706 (774) processed. 2 failed. spent: 245:07, 23:11 mins remaining. TagsView_tag with spaces. time: 3707ms [INFO] Pass 706 (774) processed. 2 failed. spent: 245:07, 23:11 mins remaining. TagsView_tag with spaces. time: 3707ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:00:27.721 [INFO] !MESSAGE [AUT-0] Finished: TakeScreenshot.test in 40506 (706 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:00:27.722 [INFO] !MESSAGE [AUT-0] Starting: TerminateDebugging.test (707 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:00:27.784 [INFO] !MESSAGE Pass 707 (774) processed. 2 failed. spent: 245:48, 22:52 mins remaining. TakeScreenshot. time: 40506ms [INFO] Pass 707 (774) processed. 2 failed. spent: 245:48, 22:52 mins remaining. TakeScreenshot. time: 40506ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:01:16.092 [INFO] !MESSAGE [AUT-0] Finished: TerminateDebugging.test in 47129 (707 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:01:16.093 [INFO] !MESSAGE [AUT-0] Starting: TerminateExistingLaunches.test (708 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:01:16.154 [INFO] !MESSAGE Pass 708 (774) processed. 2 failed. spent: 246:37, 22:34 mins remaining. TerminateDebugging. time: 47129ms [INFO] Pass 708 (774) processed. 2 failed. spent: 246:37, 22:34 mins remaining. TerminateDebugging. time: 47129ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:02:04.525 [INFO] !MESSAGE [AUT-0] Finished: TerminateExistingLaunches.test in 47058 (708 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:02:04.526 [INFO] !MESSAGE [AUT-0] Starting: TestDeleteUndo.test (709 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:02:04.552 [INFO] !MESSAGE Pass 709 (774) processed. 2 failed. spent: 247:25, 22:16 mins remaining. TerminateExistingLaunches. time: 47058ms [INFO] Pass 709 (774) processed. 2 failed. spent: 247:25, 22:16 mins remaining. TerminateExistingLaunches. time: 47058ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:02:19.894 [INFO] !MESSAGE [AUT-0] Finished: TestDeleteUndo.test in 14107 (709 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:02:19.895 [INFO] !MESSAGE [AUT-0] Starting: TestDeleteUndo2.test (710 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:02:19.964 [INFO] !MESSAGE Pass 710 (774) processed. 2 failed. spent: 247:41, 21:54 mins remaining. TestDeleteUndoRedo. time: 14107ms [INFO] Pass 710 (774) processed. 2 failed. spent: 247:41, 21:54 mins remaining. TestDeleteUndoRedo. time: 14107ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:02:43.664 [INFO] !MESSAGE [AUT-0] Finished: TestDeleteUndo2.test in 22705 (710 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:02:43.666 [INFO] !MESSAGE [AUT-0] Starting: TestNumsAreDisplayedInExecutionView.test (711 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:02:43.691 [INFO] !MESSAGE Pass 711 (774) processed. 2 failed. spent: 248:04, 21:34 mins remaining. TestDeleteUndoRedo2. time: 22705ms [INFO] Pass 711 (774) processed. 2 failed. spent: 248:04, 21:34 mins remaining. TestDeleteUndoRedo2. time: 22705ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:03:18.480 [INFO] !MESSAGE [AUT-0] Finished: TestNumsAreDisplayedInExecutionView.test in 33782 (711 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:03:18.482 [INFO] !MESSAGE [AUT-0] Starting: TestOptionsPopup.test (712 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:03:18.572 [INFO] !MESSAGE Pass 712 (774) processed. 2 failed. spent: 248:39, 21:14 mins remaining. TestNumsAreDisplayedInExecutionView. time: 33782ms [INFO] Pass 712 (774) processed. 2 failed. spent: 248:39, 21:14 mins remaining. TestNumsAreDisplayedInExecutionView. time: 33782ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:03:31.271 [INFO] !MESSAGE [AUT-0] Finished: TestOptionsPopup.test in 11819 (712 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:03:31.272 [INFO] !MESSAGE [AUT-0] Starting: TestParametrizedPreferenceContext.test (713 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:03:31.287 [INFO] !MESSAGE Pass 713 (774) processed. 2 failed. spent: 248:52, 20:53 mins remaining. TestOptionsPopup. time: 11819ms [INFO] Pass 713 (774) processed. 2 failed. spent: 248:52, 20:53 mins remaining. TestOptionsPopup. time: 11819ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:03:35.989 [INFO] !MESSAGE [AUT-0] Finished: TestParametrizedPreferenceContext.test in 3996 (713 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:03:35.990 [INFO] !MESSAGE [AUT-0] Starting: TestSaveAsFromControlPanel.test (714 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:03:35.992 [INFO] !MESSAGE Pass 714 (774) processed. 2 failed. spent: 248:57, 20:30 mins remaining. TestParametrizedPreferenceContext. time: 3996ms [INFO] Pass 714 (774) processed. 2 failed. spent: 248:57, 20:30 mins remaining. TestParametrizedPreferenceContext. time: 3996ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:03:56.778 [INFO] !MESSAGE [AUT-0] Finished: TestSaveAsFromControlPanel.test in 19701 (714 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:03:56.790 [INFO] !MESSAGE [AUT-0] Starting: TestSuiteDebug.test (715 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:03:56.842 [INFO] !MESSAGE Pass 715 (774) processed. 2 failed. spent: 249:17, 20:09 mins remaining. TestSaveAsFromControlPanel. time: 19701ms [INFO] Pass 715 (774) processed. 2 failed. spent: 249:17, 20:09 mins remaining. TestSaveAsFromControlPanel. time: 19701ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:04:28.682 [INFO] !MESSAGE [AUT-0] Finished: TestSuiteDebug.test in 30304 (715 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:04:28.683 [INFO] !MESSAGE [AUT-0] Starting: TestUndoRedoExternalRef.test (716 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:04:28.741 [INFO] !MESSAGE Pass 716 (774) processed. 2 failed. spent: 249:49, 19:49 mins remaining. TestSuiteDebug. time: 30304ms [INFO] Pass 716 (774) processed. 2 failed. spent: 249:49, 19:49 mins remaining. TestSuiteDebug. time: 30304ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:04:40.991 [INFO] !MESSAGE [AUT-0] Finished: TestUndoRedoExternalRef.test in 11226 (716 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:04:40.992 [INFO] !MESSAGE [AUT-0] Starting: TestUndoWithDuplicates.test (717 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:04:41.054 [INFO] !MESSAGE Pass 717 (774) processed. 2 failed. spent: 250:02, 19:28 mins remaining. TestUndoRedoExternalRef. time: 11226ms [INFO] Pass 717 (774) processed. 2 failed. spent: 250:02, 19:28 mins remaining. TestUndoRedoExternalRef. time: 11226ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:05:04.306 [INFO] !MESSAGE [AUT-0] Finished: TestUndoWithDuplicates.test in 22009 (717 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:05:04.308 [INFO] !MESSAGE [AUT-0] Starting: TextVerification_CaptureStyledText.test (718 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:05:04.378 [INFO] !MESSAGE Pass 718 (774) processed. 2 failed. spent: 250:25, 19:07 mins remaining. TestUndoRedoWithDuplicates. time: 22009ms [INFO] Pass 718 (774) processed. 2 failed. spent: 250:25, 19:07 mins remaining. TestUndoRedoWithDuplicates. time: 22009ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:05:28.082 [INFO] !MESSAGE [AUT-0] Finished: TextVerification_CaptureStyledText.test in 22952 (718 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:05:28.083 [INFO] !MESSAGE [AUT-0] Starting: TextVerification_CaptureText.test (719 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:05:28.152 [INFO] !MESSAGE Pass 719 (774) processed. 2 failed. spent: 250:49, 18:47 mins remaining. TextVerification_CaptureStyledText. time: 22952ms [INFO] Pass 719 (774) processed. 2 failed. spent: 250:49, 18:47 mins remaining. TextVerification_CaptureStyledText. time: 22952ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:05:46.444 [INFO] !MESSAGE [AUT-0] Finished: TextVerification_CaptureText.test in 17094 (719 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:05:46.445 [INFO] !MESSAGE [AUT-0] Starting: TimeVerificationAfterRestart.test (720 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:05:46.473 [INFO] !MESSAGE Pass 720 (774) processed. 2 failed. spent: 251:07, 18:26 mins remaining. TextVerification_CaptureText. time: 17094ms [INFO] Pass 720 (774) processed. 2 failed. spent: 251:07, 18:26 mins remaining. TextVerification_CaptureText. time: 17094ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:07:08.924 [INFO] !MESSAGE [AUT-0] Finished: TimeVerificationAfterRestart.test in 81192 (720 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:07:08.925 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_CreateNew.test (721 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:07:08.958 [INFO] !MESSAGE Pass 721 (774) processed. 2 failed. spent: 252:30, 18:09 mins remaining. TimeVerificationAfterRestart. time: 81192ms [INFO] Pass 721 (774) processed. 2 failed. spent: 252:30, 18:09 mins remaining. TimeVerificationAfterRestart. time: 81192ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:07:19.286 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_CreateNew.test in 9133 (721 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:07:19.287 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode.test (722 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:07:19.369 [INFO] !MESSAGE Pass 722 (774) processed. 2 failed. spent: 252:40, 17:47 mins remaining. TreeVerification_CreateNew. time: 9133ms [INFO] Pass 722 (774) processed. 2 failed. spent: 252:40, 17:47 mins remaining. TreeVerification_CreateNew. time: 9133ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:07:31.029 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode.test in 10842 (722 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:07:31.030 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_RegularExpressionsReplayCheck.test (723 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:07:31.045 [INFO] !MESSAGE Pass 723 (774) processed. 2 failed. spent: 252:52, 17:26 mins remaining. TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode. time: 10842ms [INFO] Pass 723 (774) processed. 2 failed. spent: 252:52, 17:26 mins remaining. TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode. time: 10842ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:07:37.830 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_RegularExpressionsReplayCheck.test in 5819 (723 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:07:37.831 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_TableCase.test (724 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:07:37.852 [INFO] !MESSAGE Pass 724 (774) processed. 2 failed. spent: 252:58, 17:04 mins remaining. TreeVerification_RegularExpressionsReplayCheck. time: 5819ms [INFO] Pass 724 (774) processed. 2 failed. spent: 252:58, 17:04 mins remaining. TreeVerification_RegularExpressionsReplayCheck. time: 5819ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:08:05.567 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_TableCase.test in 26467 (724 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:08:05.569 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_TreeCase.test (725 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:08:05.655 [INFO] !MESSAGE Pass 725 (774) processed. 2 failed. spent: 253:26, 16:43 mins remaining. TreeVerification_TableCase. time: 26467ms [INFO] Pass 725 (774) processed. 2 failed. spent: 253:26, 16:43 mins remaining. TreeVerification_TableCase. time: 26467ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:08:25.394 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_TreeCase.test in 18702 (725 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:08:25.396 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture.test (726 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:08:25.473 [INFO] !MESSAGE Pass 726 (774) processed. 2 failed. spent: 253:46, 16:22 mins remaining. TreeVerification_TreeCase. time: 18702ms [INFO] Pass 726 (774) processed. 2 failed. spent: 253:46, 16:22 mins remaining. TreeVerification_TreeCase. time: 18702ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:08:47.181 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture.test in 20709 (726 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:08:47.182 [INFO] !MESSAGE [AUT-0] Starting: TryCatch.test (727 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:08:47.248 [INFO] !MESSAGE Pass 727 (774) processed. 2 failed. spent: 254:08, 16:02 mins remaining. TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture. time: 20709ms [INFO] Pass 727 (774) processed. 2 failed. spent: 254:08, 16:02 mins remaining. TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture. time: 20709ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:08:51.888 [INFO] !MESSAGE [AUT-0] Finished: TryCatch.test in 3651 (727 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:08:51.889 [INFO] !MESSAGE [AUT-0] Starting: TryCatchNPE.test (728 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:08:51.953 [INFO] !MESSAGE Pass 728 (774) processed. 2 failed. spent: 254:13, 15:40 mins remaining. TryCatch. time: 3651ms [INFO] Pass 728 (774) processed. 2 failed. spent: 254:13, 15:40 mins remaining. TryCatch. time: 3651ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:08:54.550 [INFO] !MESSAGE [AUT-0] Finished: TryCatchNPE.test in 1702 (728 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:08:54.551 [INFO] !MESSAGE [AUT-0] Starting: TryToAddTestIntoGroupContext.test (729 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:08:54.556 [INFO] !MESSAGE Pass 729 (774) processed. 2 failed. spent: 254:15, 15:18 mins remaining. TryCatchNPE. time: 1702ms [INFO] Pass 729 (774) processed. 2 failed. spent: 254:15, 15:18 mins remaining. TryCatchNPE. time: 1702ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:09:11.833 [INFO] !MESSAGE [AUT-0] Finished: TryToAddTestIntoGroupContext.test in 15999 (729 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:09:11.834 [INFO] !MESSAGE [AUT-0] Starting: TryToCompareWithLocalHistoryWhenNoChangesWereMade.test (730 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:09:11.876 [INFO] !MESSAGE Pass 730 (774) processed. 2 failed. spent: 254:33, 14:57 mins remaining. TryToAddTestIntoGroupContext. time: 15999ms [INFO] Pass 730 (774) processed. 2 failed. spent: 254:33, 14:57 mins remaining. TryToAddTestIntoGroupContext. time: 15999ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:09:21.101 [INFO] !MESSAGE [AUT-0] Finished: TryToCompareWithLocalHistoryWhenNoChangesWereMade.test in 8091 (730 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:09:21.102 [INFO] !MESSAGE [AUT-0] Starting: TryToCreateCycledGroupContexts.test (731 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:09:21.186 [INFO] !MESSAGE Pass 731 (774) processed. 2 failed. spent: 254:42, 14:35 mins remaining. TryToCompareWithLocalHistoryWhenNoChangesWereMade. time: 8091ms [INFO] Pass 731 (774) processed. 2 failed. spent: 254:42, 14:35 mins remaining. TryToCompareWithLocalHistoryWhenNoChangesWereMade. time: 8091ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:09:40.365 [INFO] !MESSAGE [AUT-0] Finished: TryToCreateCycledGroupContexts.test in 18347 (731 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:09:40.367 [INFO] !MESSAGE [AUT-0] Starting: TryToExportNotTestCase.test (732 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:09:40.409 [INFO] !MESSAGE Pass 732 (774) processed. 2 failed. spent: 255:01, 14:14 mins remaining. TryToCreateCycledGroupContexts. time: 18347ms [INFO] Pass 732 (774) processed. 2 failed. spent: 255:01, 14:14 mins remaining. TryToCreateCycledGroupContexts. time: 18347ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:09:50.128 [INFO] !MESSAGE [AUT-0] Finished: TryToExportNotTestCase.test in 8823 (732 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:09:50.130 [INFO] !MESSAGE [AUT-0] Starting: TryToImportWithEmptyClipboard.test (733 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:09:50.220 [INFO] !MESSAGE Pass 733 (774) processed. 2 failed. spent: 255:11, 13:53 mins remaining. TryToExportNotTestCase. time: 8823ms [INFO] Pass 733 (774) processed. 2 failed. spent: 255:11, 13:53 mins remaining. TryToExportNotTestCase. time: 8823ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:10:02.893 [INFO] !MESSAGE [AUT-0] Finished: TryToImportWithEmptyClipboard.test in 11993 (733 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:10:02.894 [INFO] !MESSAGE [AUT-0] Starting: TryToVerifyUnresolvedWidget.test (734 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:10:02.947 [INFO] !MESSAGE Pass 734 (774) processed. 2 failed. spent: 255:24, 13:32 mins remaining. TryToImportWithEmptyClipboard. time: 11993ms [INFO] Pass 734 (774) processed. 2 failed. spent: 255:24, 13:32 mins remaining. TryToImportWithEmptyClipboard. time: 11993ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:10:26.181 [INFO] !MESSAGE [AUT-0] Finished: TryToVerifyUnresolvedWidget.test in 22054 (734 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:10:26.183 [INFO] !MESSAGE [AUT-0] Starting: UndoDeleteFolder.test (735 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:10:26.273 [INFO] !MESSAGE Pass 735 (774) processed. 2 failed. spent: 255:47, 13:11 mins remaining. TryToVerifyUnresolvedWidget. time: 22054ms [INFO] Pass 735 (774) processed. 2 failed. spent: 255:47, 13:11 mins remaining. TryToVerifyUnresolvedWidget. time: 22054ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:10:53.009 [INFO] !MESSAGE [AUT-0] Finished: UndoDeleteFolder.test in 25390 (735 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:10:53.010 [INFO] !MESSAGE [AUT-0] Starting: UndoDeleteProjectWithoutDeleteFromDiskByEditMenu.test (736 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:10:53.104 [INFO] !MESSAGE Pass 736 (774) processed. 2 failed. spent: 256:14, 12:50 mins remaining. UndoRedoDeleteFolderByHotKeys. time: 25390ms [INFO] Pass 736 (774) processed. 2 failed. spent: 256:14, 12:50 mins remaining. UndoRedoDeleteFolderByHotKeys. time: 25390ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:11:09.780 [INFO] !MESSAGE [AUT-0] Finished: UndoDeleteProjectWithoutDeleteFromDiskByEditMenu.test in 15883 (736 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:11:09.781 [INFO] !MESSAGE [AUT-0] Starting: UndoDeletingTwoContextsInTest.test (737 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:11:09.824 [INFO] !MESSAGE Pass 737 (774) processed. 2 failed. spent: 256:30, 12:29 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByEditMenu. time: 15883ms [INFO] Pass 737 (774) processed. 2 failed. spent: 256:30, 12:29 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByEditMenu. time: 15883ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:11:32.059 [INFO] !MESSAGE [AUT-0] Finished: UndoDeletingTwoContextsInTest.test in 21429 (737 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:11:32.060 [INFO] !MESSAGE [AUT-0] Starting: UndoRedoDeleteFolderByEditMenu.test (738 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:11:32.151 [INFO] !MESSAGE Pass 738 (774) processed. 2 failed. spent: 256:53, 12:08 mins remaining. UndoDeletingTwoContextsInTest. time: 21429ms [INFO] Pass 738 (774) processed. 2 failed. spent: 256:53, 12:08 mins remaining. UndoDeletingTwoContextsInTest. time: 21429ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:11:55.864 [INFO] !MESSAGE [AUT-0] Finished: UndoRedoDeleteFolderByEditMenu.test in 22592 (738 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:11:55.866 [INFO] !MESSAGE [AUT-0] Starting: UndoRedoDeletingTestSuiteByHotKeys.test (739 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:11:55.880 [INFO] !MESSAGE Pass 739 (774) processed. 2 failed. spent: 257:17, 11:48 mins remaining. UndoRedoDeleteFolderByEditMenu. time: 22592ms [INFO] Pass 739 (774) processed. 2 failed. spent: 257:17, 11:48 mins remaining. UndoRedoDeleteFolderByEditMenu. time: 22592ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:12:09.616 [INFO] !MESSAGE [AUT-0] Finished: UndoRedoDeletingTestSuiteByHotKeys.test in 13016 (739 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:12:09.617 [INFO] !MESSAGE [AUT-0] Starting: UndoRedoDeletingTestSuiteFromEditMenu.test (740 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:12:09.696 [INFO] !MESSAGE Pass 740 (774) processed. 2 failed. spent: 257:30, 11:27 mins remaining. UndoRedoDeletingTestSuiteByHotKeys. time: 13016ms [INFO] Pass 740 (774) processed. 2 failed. spent: 257:30, 11:27 mins remaining. UndoRedoDeletingTestSuiteByHotKeys. time: 13016ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:12:23.883 [INFO] !MESSAGE [AUT-0] Finished: UndoRedoDeletingTestSuiteFromEditMenu.test in 13037 (740 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:12:23.884 [INFO] !MESSAGE [AUT-0] Starting: Undo_Redo in Control Panel.test (741 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:12:23.912 [INFO] !MESSAGE Pass 741 (774) processed. 2 failed. spent: 257:45, 11:06 mins remaining. UndoRedoDeletingTestSuiteFromEditMenu. time: 13037ms [INFO] Pass 741 (774) processed. 2 failed. spent: 257:45, 11:06 mins remaining. UndoRedoDeletingTestSuiteFromEditMenu. time: 13037ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:12:40.165 [INFO] !MESSAGE [AUT-0] Finished: Undo_Redo in Control Panel.test in 15133 (741 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:12:40.166 [INFO] !MESSAGE [AUT-0] Starting: Undo_Redo in ScriptViewer.test (742 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:12:40.250 [INFO] !MESSAGE Pass 742 (774) processed. 2 failed. spent: 258:01, 10:45 mins remaining. Undo/Redo in Control Panel. time: 15133ms [INFO] Pass 742 (774) processed. 2 failed. spent: 258:01, 10:45 mins remaining. Undo/Redo in Control Panel. time: 15133ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:12:55.926 [INFO] !MESSAGE [AUT-0] Finished: Undo_Redo in ScriptViewer.test in 14573 (742 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:12:55.927 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInContextDescription.test (743 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:12:55.969 [INFO] !MESSAGE Pass 743 (774) processed. 2 failed. spent: 258:17, 10:24 mins remaining. Undo/Redo in ScriptViewer. time: 14573ms [INFO] Pass 743 (774) processed. 2 failed. spent: 258:17, 10:24 mins remaining. Undo/Redo in ScriptViewer. time: 14573ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:13:12.721 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInContextDescription.test in 15552 (743 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:13:12.722 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInECLContext.test (744 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:13:12.789 [INFO] !MESSAGE Pass 744 (774) processed. 2 failed. spent: 258:33, 10:03 mins remaining. Undo\RedoInContextDescription. time: 15552ms [INFO] Pass 744 (774) processed. 2 failed. spent: 258:33, 10:03 mins remaining. Undo\RedoInContextDescription. time: 15552ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:13:30.503 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInECLContext.test in 16716 (744 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:13:30.504 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInTestDescription.test (745 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:13:30.510 [INFO] !MESSAGE Pass 745 (774) processed. 2 failed. spent: 258:51, 9:42 mins remaining. Undo/RedoInECLContext. time: 16716ms [INFO] Pass 745 (774) processed. 2 failed. spent: 258:51, 9:42 mins remaining. Undo/RedoInECLContext. time: 16716ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:13:51.805 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInTestDescription.test in 20082 (745 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:13:51.807 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInTestSuiteDescription.test (746 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:13:51.835 [INFO] !MESSAGE Pass 746 (774) processed. 2 failed. spent: 259:12, 9:21 mins remaining. Undo\RedoInTestDescription. time: 20082ms [INFO] Pass 746 (774) processed. 2 failed. spent: 259:12, 9:21 mins remaining. Undo\RedoInTestDescription. time: 20082ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:14:07.577 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInTestSuiteDescription.test in 14654 (746 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:14:07.578 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoTestWhichIsUsedInTestSuite.test (747 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:14:07.654 [INFO] !MESSAGE Pass 747 (774) processed. 2 failed. spent: 259:28, 9:00 mins remaining. Undo\RedoInTestSuiteDescription. time: 14654ms [INFO] Pass 747 (774) processed. 2 failed. spent: 259:28, 9:00 mins remaining. Undo\RedoInTestSuiteDescription. time: 14654ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:14:23.376 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoTestWhichIsUsedInTestSuite.test in 14641 (747 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:14:23.377 [INFO] !MESSAGE [AUT-0] Starting: Unset AUT in Launch Configuration.test (748 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:14:23.473 [INFO] !MESSAGE Pass 748 (774) processed. 2 failed. spent: 259:44, 8:39 mins remaining. Undo\RedoTestWhichIsUsedInTestSuite. time: 14641ms [INFO] Pass 748 (774) processed. 2 failed. spent: 259:44, 8:39 mins remaining. Undo\RedoTestWhichIsUsedInTestSuite. time: 14641ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:16:18.753 [INFO] !MESSAGE [AUT-0] Finished: Unset AUT in Launch Configuration.test in 114296 (748 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:16:18.754 [INFO] !MESSAGE [AUT-0] Starting: UpdateTagsViewAfterDeleteBunchObjects.test (749 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:16:18.851 [INFO] !MESSAGE Pass 749 (774) processed. 2 failed. spent: 261:39, 8:21 mins remaining. Unset AUT in Launch Configuration. time: 114296ms [INFO] Pass 749 (774) processed. 2 failed. spent: 261:39, 8:21 mins remaining. Unset AUT in Launch Configuration. time: 114296ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:16:31.541 [INFO] !MESSAGE [AUT-0] Finished: UpdateTagsViewAfterDeleteBunchObjects.test in 11578 (749 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:16:31.543 [INFO] !MESSAGE [AUT-0] Starting: UpdateTagsViewAfterDeleteObject.test (750 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:16:31.564 [INFO] !MESSAGE Pass 750 (774) processed. 2 failed. spent: 261:52, 8:00 mins remaining. UpdateTagsViewAfterDeleteBunchObjects. time: 11578ms [INFO] Pass 750 (774) processed. 2 failed. spent: 261:52, 8:00 mins remaining. UpdateTagsViewAfterDeleteBunchObjects. time: 11578ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:16:45.794 [INFO] !MESSAGE [AUT-0] Finished: UpdateTagsViewAfterDeleteObject.test in 13493 (750 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:16:45.795 [INFO] !MESSAGE [AUT-0] Starting: UriFromPath.test (751 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:16:45.882 [INFO] !MESSAGE Pass 751 (774) processed. 2 failed. spent: 262:07, 7:39 mins remaining. UpdateTagsViewAfterDeleteObject. time: 13493ms [INFO] Pass 751 (774) processed. 2 failed. spent: 262:07, 7:39 mins remaining. UpdateTagsViewAfterDeleteObject. time: 13493ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:16:49.466 [INFO] !MESSAGE [AUT-0] Finished: UriFromPath.test in 2884 (751 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:16:49.468 [INFO] !MESSAGE [AUT-0] Starting: Use _ as any string .test (752 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:16:49.486 [INFO] !MESSAGE Pass 752 (774) processed. 2 failed. spent: 262:10, 7:18 mins remaining. UriFromPath. time: 2884ms [INFO] Pass 752 (774) processed. 2 failed. spent: 262:10, 7:18 mins remaining. UriFromPath. time: 2884ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:17:12.270 [INFO] !MESSAGE [AUT-0] Finished: Use _ as any string .test in 21876 (752 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:17:12.271 [INFO] !MESSAGE [AUT-0] Starting: VerifyExecutionTime.test (753 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:17:12.353 [INFO] !MESSAGE Pass 753 (774) processed. 2 failed. spent: 262:33, 6:57 mins remaining. Use * as any string . time: 21876ms [INFO] Pass 753 (774) processed. 2 failed. spent: 262:33, 6:57 mins remaining. Use * as any string . time: 21876ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:18:04.147 [INFO] !MESSAGE [AUT-0] Finished: VerifyExecutionTime.test in 50537 (753 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:18:04.148 [INFO] !MESSAGE [AUT-0] Starting: VerifyIgnoredLines.test (754 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:18:04.159 [INFO] !MESSAGE Pass 754 (774) processed. 2 failed. spent: 263:25, 6:37 mins remaining. VerifyExecutionTime. time: 50537ms [INFO] Pass 754 (774) processed. 2 failed. spent: 263:25, 6:37 mins remaining. VerifyExecutionTime. time: 50537ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:18:30.993 [INFO] !MESSAGE [AUT-0] Finished: VerifyIgnoredLines.test in 25418 (754 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:18:30.995 [INFO] !MESSAGE [AUT-0] Starting: VerifyStyledText.test (755 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:18:31.089 [INFO] !MESSAGE Pass 755 (774) processed. 2 failed. spent: 263:52, 6:16 mins remaining. VerifyIgnoredLines. time: 25418ms [INFO] Pass 755 (774) processed. 2 failed. spent: 263:52, 6:16 mins remaining. VerifyIgnoredLines. time: 25418ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:18:49.796 [INFO] !MESSAGE [AUT-0] Finished: VerifyStyledText.test in 17740 (755 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:18:49.797 [INFO] !MESSAGE [AUT-0] Starting: VerifyText.test (756 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:18:49.839 [INFO] !MESSAGE Pass 756 (774) processed. 2 failed. spent: 264:10, 5:55 mins remaining. VerifyStyledText. time: 17740ms [INFO] Pass 756 (774) processed. 2 failed. spent: 264:10, 5:55 mins remaining. VerifyStyledText. time: 17740ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:19:12.624 [INFO] !MESSAGE [AUT-0] Finished: VerifyText.test in 21653 (756 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:19:12.625 [INFO] !MESSAGE [AUT-0] Starting: VerifyUncapturedFiles.test (757 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:19:12.665 [INFO] !MESSAGE Pass 757 (774) processed. 2 failed. spent: 264:33, 5:34 mins remaining. VerifyText. time: 21653ms [INFO] Pass 757 (774) processed. 2 failed. spent: 264:33, 5:34 mins remaining. VerifyText. time: 21653ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:19:37.421 [INFO] !MESSAGE [AUT-0] Finished: VerifyUncapturedFiles.test in 23714 (757 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:19:37.423 [INFO] !MESSAGE [AUT-0] Starting: VerifyWhiteSpaceCharacters.test (758 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:19:37.443 [INFO] !MESSAGE Pass 758 (774) processed. 2 failed. spent: 264:58, 5:13 mins remaining. VerifyUncapturedFiles. time: 23714ms [INFO] Pass 758 (774) processed. 2 failed. spent: 264:58, 5:13 mins remaining. VerifyUncapturedFiles. time: 23714ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:20:03.210 [INFO] !MESSAGE [AUT-0] Finished: VerifyWhiteSpaceCharacters.test in 24504 (758 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:20:03.211 [INFO] !MESSAGE [AUT-0] Starting: VerifyWorkspace.test (759 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:20:03.274 [INFO] !MESSAGE Pass 759 (774) processed. 2 failed. spent: 265:24, 4:52 mins remaining. VerifyWhiteSpaceCharacters. time: 24504ms [INFO] Pass 759 (774) processed. 2 failed. spent: 265:24, 4:52 mins remaining. VerifyWhiteSpaceCharacters. time: 24504ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:20:33.523 [INFO] !MESSAGE [AUT-0] Finished: VerifyWorkspace.test in 29255 (759 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:20:33.524 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextCaptureTests.test (760 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:20:33.610 [INFO] !MESSAGE Pass 760 (774) processed. 2 failed. spent: 265:54, 4:32 mins remaining. VerifyWorkspace. time: 29255ms [INFO] Pass 760 (774) processed. 2 failed. spent: 265:54, 4:32 mins remaining. VerifyWorkspace. time: 29255ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:21:06.853 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextCaptureTests.test in 32264 (760 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:21:06.855 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextCopyPasteTest.test (761 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:21:06.863 [INFO] !MESSAGE Pass 761 (774) processed. 2 failed. spent: 266:28, 4:11 mins remaining. WorkspaceContextCaptureTests. time: 32264ms [INFO] Pass 761 (774) processed. 2 failed. spent: 266:28, 4:11 mins remaining. WorkspaceContextCaptureTests. time: 32264ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:21:24.611 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextCopyPasteTest.test in 16670 (761 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:21:24.612 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextImportProjectTest.test (762 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:21:24.684 [INFO] !MESSAGE Pass 762 (774) processed. 2 failed. spent: 266:45, 3:50 mins remaining. WorkspaceContextCopyPasteTest. time: 16670ms [INFO] Pass 762 (774) processed. 2 failed. spent: 266:45, 3:50 mins remaining. WorkspaceContextCopyPasteTest. time: 16670ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:21:38.394 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextImportProjectTest.test in 12613 (762 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:21:38.395 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextImportTest.test (763 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:21:38.401 [INFO] !MESSAGE Pass 763 (774) processed. 2 failed. spent: 266:59, 3:29 mins remaining. WorkspaceContextImportProjectTest. time: 12613ms [INFO] Pass 763 (774) processed. 2 failed. spent: 266:59, 3:29 mins remaining. WorkspaceContextImportProjectTest. time: 12613ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:21:56.649 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextImportTest.test in 17376 (763 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:21:56.651 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextRemoveTest.test (764 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:21:56.737 [INFO] !MESSAGE Pass 764 (774) processed. 2 failed. spent: 267:17, 3:08 mins remaining. WorkspaceContextImportTest. time: 17376ms [INFO] Pass 764 (774) processed. 2 failed. spent: 267:17, 3:08 mins remaining. WorkspaceContextImportTest. time: 17376ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:22:16.948 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextRemoveTest.test in 19373 (764 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:22:16.949 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToContextInGroupContext.test (765 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:22:16.962 [INFO] !MESSAGE Pass 765 (774) processed. 2 failed. spent: 267:38, 2:47 mins remaining. WorkspaceContextRemoveTest. time: 19373ms [INFO] Pass 765 (774) processed. 2 failed. spent: 267:38, 2:47 mins remaining. WorkspaceContextRemoveTest. time: 19373ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:22:31.244 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToContextInGroupContext.test in 13323 (765 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:22:31.245 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToContextInRelatedProject.test (766 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:22:31.279 [INFO] !MESSAGE Pass 766 (774) processed. 2 failed. spent: 267:52, 2:26 mins remaining. findReferencesToContextInGroupContext. time: 13323ms [INFO] Pass 766 (774) processed. 2 failed. spent: 267:52, 2:26 mins remaining. findReferencesToContextInGroupContext. time: 13323ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:22:47.547 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToContextInRelatedProject.test in 15395 (766 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:22:47.549 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToContextInTests.test (767 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:22:47.598 [INFO] !MESSAGE Pass 767 (774) processed. 2 failed. spent: 268:08, 2:05 mins remaining. findReferencesToContextInRelatedProject. time: 15395ms [INFO] Pass 767 (774) processed. 2 failed. spent: 268:08, 2:05 mins remaining. findReferencesToContextInRelatedProject. time: 15395ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:23:00.838 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToContextInTests.test in 12395 (767 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:23:00.840 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToTestInTestSuite.test (768 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:23:00.913 [INFO] !MESSAGE Pass 768 (774) processed. 2 failed. spent: 268:22, 1:44 mins remaining. findReferencesToContextInTests. time: 12395ms [INFO] Pass 768 (774) processed. 2 failed. spent: 268:22, 1:44 mins remaining. findReferencesToContextInTests. time: 12395ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:23:24.141 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToTestInTestSuite.test in 22137 (768 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:23:24.142 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToTestSuiteInTestSuite.test (769 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:23:24.240 [INFO] !MESSAGE Pass 769 (774) processed. 2 failed. spent: 268:45, 1:23 mins remaining. findReferencesToTestInTestSuite. time: 22137ms [INFO] Pass 769 (774) processed. 2 failed. spent: 268:45, 1:23 mins remaining. findReferencesToTestInTestSuite. time: 22137ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:23:41.950 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToTestSuiteInTestSuite.test in 16868 (769 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:23:41.952 [INFO] !MESSAGE [AUT-0] Starting: folderscontext.test (770 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:23:41.960 [INFO] !MESSAGE Pass 770 (774) processed. 2 failed. spent: 269:03, 1:02 mins remaining. findReferencesToTestSuiteInTestSuite. time: 16868ms [INFO] Pass 770 (774) processed. 2 failed. spent: 269:03, 1:02 mins remaining. findReferencesToTestSuiteInTestSuite. time: 16868ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:24:06.224 [INFO] !MESSAGE [AUT-0] Finished: folderscontext.test in 23196 (770 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:24:06.226 [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-06-10 19:24:06.289 [INFO] !MESSAGE Pass 771 (774) processed. 2 failed. spent: 269:27, 0:41 mins remaining. FolderContextCreation. time: 23196ms [INFO] Pass 771 (774) processed. 2 failed. spent: 269:27, 0:41 mins remaining. FolderContextCreation. time: 23196ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:24:16.451 [INFO] !MESSAGE [AUT-0] Finished: get-editor should not activate another editor.test in 9455 (771 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:24:16.453 [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-06-10 19:24:16.502 [INFO] !MESSAGE Pass 772 (774) processed. 2 failed. spent: 269:37, 0:20 mins remaining. get-editor should not activate another editor. time: 9455ms [INFO] Pass 772 (774) processed. 2 failed. spent: 269:37, 0:20 mins remaining. get-editor should not activate another editor. time: 9455ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:24:27.184 [INFO] !MESSAGE [AUT-0] Finished: get-editor should not activate editor instead of view.test in 9818 (772 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:24:27.185 [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-06-10 19:24:27.213 [INFO] !MESSAGE Pass 773 (774) processed. 2 failed. spent: 269:48, 0:00 mins remaining. get-editor should not activate editor instead of view. time: 9818ms [INFO] Pass 773 (774) processed. 2 failed. spent: 269:48, 0:00 mins remaining. get-editor should not activate editor instead of view. time: 9818ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:24:33.963 [INFO] !MESSAGE [AUT-0] Finished: get-item should fail when index parameter is out of bound.test in 5588 (773 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:24:34.042 [INFO] !MESSAGE Pass 774 (774) processed. 2 failed. spent: 269:55, 0:00 mins remaining. get-item should fail when index parameter is out of bound. time: 5588ms [INFO] Pass 774 (774) processed. 2 failed. spent: 269:55, 0:00 mins remaining. get-item should fail when index parameter is out of bound. time: 5588ms [INFO] Failed Tests: [INFO] ExecuteGroupContext [INFO] ExecuteTestSuiteAndTestCaseFromExplorer [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:24:34.044 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-06-10 19:31:51.585 [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: 04:39 h [INFO] Finished at: 2024-06-10T19:32:24Z [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@a1d2f010; decorates RemoteLauncher[hudson.remoting.Channel@fd3c8729:JNLP4-connect connection from 10.40.61.243/10.40.61.243:50698] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Avoid second fetch Checking out Revision 66979f7dfc3c578f638211a86e356eb9f82eaf57 (refs/remotes/origin/master) 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 > git config remote.origin.url https://github.com/xored/q7.quality.mockups.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 66979f7dfc3c578f638211a86e356eb9f82eaf57 # timeout=10 Commit message: "Disable deactivate-cell-edit test as it does not support calendars eclipse/org.eclipse.rcptt/#62" > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 66979f7dfc3c578f638211a86e356eb9f82eaf57 # timeout=10 > git rev-list --no-walk 66979f7dfc3c578f638211a86e356eb9f82eaf57 # timeout=10 [Pipeline] } [Pipeline] // dir [Pipeline] sh + readlink -f /home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip + mvn clean verify -B -f mockups/rcpttTests/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -e -Dci-maven-version=2.0.0-SNAPSHOT -DexplicitRunner=/home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip -DmockupsRepository=https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.3/rcptt-maven-plugin-2.5.3.pom [INFO] Downloaded from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.3/rcptt-maven-plugin-2.5.3.pom (1.8 kB at 4.0 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 20 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 313 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 142 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 18 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 206 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 328 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' '8578' '-skipTags' 'skipLinux' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2024-06-10 19:36:14.948 ----------------------------------------------- [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 8578 -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 8578 -skipTags skipLinux [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2024-06-10 19:36:18.246 [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 Mon Jun 10 19:36:18 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-06-10 19:36:26.151 [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: 1718048179761.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-06-10 19:36:26.151 [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-06-10 19:36:26.151 [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-06-10 19:36:26.151 [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-06-10 19:36:26.151 [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-06-10 19:36:26.371 [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-06-10 19:36:26.375 [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.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.zest_1.7.0.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.63kB) [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.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 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/N202406021704/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/nebula/updates/nightly/N202406021704/ (30.68kB) [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/ (443B) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/N202406021704/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/nebula/updates/nightly/N202406021704/ (43.34kB) [INFO] progress: Fetching org.eclipse.nebula.widgets.grid_1.1.1.202406021704.jar from https://download.eclipse.org/nebula/updates/nightly/N202406021704/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.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_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.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_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.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.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.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.emf_1.0.0.202403152038.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (7.99kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.draw2d_1.0.0.202403152038.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (17.79kB) [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-06-10 19:36:34.453 [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-06-10 19:36:34.454 [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-06-10 19:36:34.482 [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-06-10 19:36:34.483 [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-06-10 19:36:36.949 [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-06-10 19:36:36.954 [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-06-10 19:36:37.276 [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-06-10 19:36:37.289 [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-06-10 19:36:37.338 [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-06-10 19:36:37.338 [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-06-10 19:36:37.338 [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-06-10 19:36:37.339 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-06-10 19:36:37.447 [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-06-10 19:36:37.551 [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-06-10 19:36:37.648 [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-06-10 19:36:37.648 [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-06-10 19:36:37.648 [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-06-10 19:36:37.651 [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-06-10 19:36:37.654 [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-06-10 19:36:37.656 [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-06-10 19:36:37.660 [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-06-10 19:36:37.660 [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-06-10 19:36:37.745 [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-06-10 19:36:37.745 [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-06-10 19:36:37.753 [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-06-10 19:36:37.753 [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-06-10 19:36:37.839 [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-06-10 19:36:37.846 [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-06-10 19:36:37.846 [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-06-10 19:36:37.856 [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-06-10 19:36:37.938 [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-06-10 19:36:37.943 [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-06-10 19:36:37.949 [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-06-10 19:36:37.953 [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-06-10 19:36:38.038 [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-06-10 19:36:38.043 [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-06-10 19:36:38.043 [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-06-10 19:36:38.052 [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-06-10 19:36:38.052 [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-06-10 19:36:38.140 [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-06-10 19:36:38.143 [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-06-10 19:36:38.145 [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-06-10 19:36:38.147 [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-06-10 19:36:38.151 [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-06-10 19:36:38.154 [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-06-10 19:36:38.242 [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-06-10 19:36:38.246 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-06-10 19:36:38.248 [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-06-10 19:36:38.254 [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-06-10 19:36:38.254 [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-06-10 19:36:38.254 [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-06-10 19:36:38.349 [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-06-10 19:36:38.354 [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-06-10 19:36:38.354 [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-06-10 19:36:38.441 [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-06-10 19:36:38.441 [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-06-10 19:36:38.450 [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-06-10 19:36:38.455 [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-06-10 19:36:38.455 [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-06-10 19:36:38.458 [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-06-10 19:36:38.458 [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-06-10 19:36:38.544 [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-06-10 19:36:38.553 [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-06-10 19:36:38.553 [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-06-10 19:36:38.554 [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-06-10 19:36:38.639 [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-06-10 19:36:38.643 [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-06-10 19:36:38.644 [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-06-10 19:36:38.942 [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-06-10 19:36:38.947 [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-06-10 19:36:39.051 [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-06-10 19:36:39.054 [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-06-10 19:36:39.068 [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-06-10 19:36:39.071 [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-06-10 19:36:39.074 [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-06-10 19:36:39.074 [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-06-10 19:36:39.074 [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-06-10 19:36:39.138 [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-06-10 19:36:39.251 [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/N202406021704/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/nebula/updates/nightly/N202406021704/ (30.68kB) [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-06-10 19:36:44.340 [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-06-10 19:36:44.341 [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-06-10 19:36:44.367 [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-06-10 19:36:44.370 [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-06-10 19:36:44.442 [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-06-10 19:36:44.446 [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-06-10 19:36:44.449 [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/ (443B) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/N202406021704/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/nebula/updates/nightly/N202406021704/ (43.34kB) [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-06-10 19:36:45.640 [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-06-10 19:36:45.641 [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-06-10 19:36:45.646 [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-06-10 19:36:45.649 [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-06-10 19:36:45.651 [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-06-10 19:36:45.654 [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-06-10 19:36:45.656 [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.tesla.gmf [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing com.xored.q7.quality.mockups.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing file:/home/jenkins/agent/workspace/master/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [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.tesla.recording.core [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing file:/home/jenkins/agent/workspace/master/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.eclipse.emf.transaction.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.validation [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.emf.validation.ui.ide [INFO] progress: Installing org.eclipse.emf.edit [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.ecl.dispatch [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing com.xored.q7.quality.mockups.issues [INFO] progress: Installing org.eclipse.emf.converter.feature.group [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.group [INFO] progress: Installing org.eclipse.emf.transaction.ui [INFO] progress: Installing org.eclipse.emf.validation.feature.jar [INFO] progress: Installing org.eclipse.emf.codegen.ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing com.xored.q7.quality.mockups.swt [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.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.verifications.tree [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Installing org.antlr.runtime [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.validation.ui [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing 202403152038.q7.quality [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing 202406011405.Default [INFO] progress: Installing org.eclipse.emf.importer.java [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.codegen.feature.jar [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.emf.common.feature.jar [INFO] progress: Installing com.xored.q7.quality.mockups.emf [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing com.xored.q7.quality.mockups.nebula [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.zest.layouts [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.eclipse.emf.transaction_root [INFO] progress: Installing com.xored.q7.quality.mockups.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.draw2d [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.emf.transaction.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing com.xored.q7.quality.mockups.draw2d [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing com.xored.q7.quality.mockups.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [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.gef [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing org.eclipse.nebula.widgets.grid [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.draw2d.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.zest.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [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.ctx.preferences [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing com.xored.q7.quality.mockups.platform [INFO] progress: Installing org.eclipse.zest.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.emf.validation.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.zest.core [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.emf.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [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-06-10 19:36:49.574 [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-06-10 19:36:51.754 [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-06-10 19:36:51.758 [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-06-10 19:36:51.759 [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-06-10 19:38:24.325 [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=6f4e6041-dbc7-4e12-874e-12f6bd81153a, -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=6f4e6041-dbc7-4e12-874e-12f6bd81153a [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-06-10 19:38:24.368 [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-06-10 19:38:47.744 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:38:48.063 [INFO] !MESSAGE [AUT-0] Starting: ADI-10_EnsureViewInForeground.test (0 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:38:54.369 [INFO] !MESSAGE [AUT-0] Finished: ADI-10_EnsureViewInForeground.test in 5419 (0 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:38:54.372 [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-06-10 19:38:54.440 [INFO] !MESSAGE Pass 1 (141) processed. 0 failed. spent: 0:06, 4:38 mins remaining. ADI-10_EnsureViewInForeground. time: 5419ms [INFO] Pass 1 (141) processed. 0 failed. spent: 0:06, 4:38 mins remaining. ADI-10_EnsureViewInForeground. time: 5419ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:38:57.458 [INFO] !MESSAGE [AUT-0] Finished: Bug 474197_Support assertions of native message boxes.test in 2356 (1 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:38:57.461 [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-06-10 19:38:57.544 [INFO] !MESSAGE Pass 2 (141) processed. 0 failed. spent: 0:09, 5:10 mins remaining. Bug 474197_Support assertions of native message boxes. time: 2356ms [INFO] Pass 2 (141) processed. 0 failed. spent: 0:09, 5:10 mins remaining. Bug 474197_Support assertions of native message boxes. time: 2356ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:38:59.746 [INFO] !MESSAGE [AUT-0] Finished: Bug 474225_Press Cancel to Dismiss a Dialog.test in 1404 (2 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:38:59.749 [INFO] !MESSAGE [AUT-0] Starting: Button Arrow Test.test (3 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:38:59.768 [INFO] !MESSAGE Pass 3 (141) processed. 0 failed. spent: 0:11, 5:01 mins remaining. Bug 474225_Press Cancel to Dismiss a Dialog. time: 1404ms [INFO] Pass 3 (141) processed. 0 failed. spent: 0:11, 5:01 mins remaining. Bug 474225_Press Cancel to Dismiss a Dialog. time: 1404ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:02.353 [INFO] !MESSAGE [AUT-0] Finished: Button Arrow Test.test in 1901 (3 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:02.356 [INFO] !MESSAGE [AUT-0] Starting: Button Check Test.test (4 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:02.371 [INFO] !MESSAGE Pass 4 (141) processed. 0 failed. spent: 0:14, 5:17 mins remaining. Button Arrow Test. time: 1901ms [INFO] Pass 4 (141) processed. 0 failed. spent: 0:14, 5:17 mins remaining. Button Arrow Test. time: 1901ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:05.452 [INFO] !MESSAGE [AUT-0] Finished: Button Check Test.test in 2489 (4 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:05.454 [INFO] !MESSAGE [AUT-0] Starting: Button Flat Test.test (5 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:05.475 [INFO] !MESSAGE Pass 5 (141) processed. 0 failed. spent: 0:17, 5:27 mins remaining. Button Check Test. time: 2489ms [INFO] Pass 5 (141) processed. 0 failed. spent: 0:17, 5:27 mins remaining. Button Check Test. time: 2489ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:08.271 [INFO] !MESSAGE [AUT-0] Finished: Button Flat Test.test in 2048 (5 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:08.274 [INFO] !MESSAGE [AUT-0] Starting: Button Push Test.test (6 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:08.321 [INFO] !MESSAGE Pass 6 (141) processed. 0 failed. spent: 0:20, 5:35 mins remaining. Button Flat Test. time: 2048ms [INFO] Pass 6 (141) processed. 0 failed. spent: 0:20, 5:35 mins remaining. Button Flat Test. time: 2048ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:10.348 [INFO] !MESSAGE [AUT-0] Finished: Button Push Test.test in 1635 (6 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:10.351 [INFO] !MESSAGE [AUT-0] Starting: Button Radio Test.test (7 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:10.424 [INFO] !MESSAGE Pass 7 (141) processed. 0 failed. spent: 0:22, 5:25 mins remaining. Button Push Test. time: 1635ms [INFO] Pass 7 (141) processed. 0 failed. spent: 0:22, 5:25 mins remaining. Button Push Test. time: 1635ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:13.468 [INFO] !MESSAGE [AUT-0] Finished: Button Radio Test.test in 2430 (7 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:13.470 [INFO] !MESSAGE [AUT-0] Starting: Button Toggle Test.test (8 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:13.538 [INFO] !MESSAGE Pass 8 (141) processed. 0 failed. spent: 0:25, 5:30 mins remaining. Button Radio Test. time: 2430ms [INFO] Pass 8 (141) processed. 0 failed. spent: 0:25, 5:30 mins remaining. Button Radio Test. time: 2430ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:17.251 [INFO] !MESSAGE [AUT-0] Finished: Button Toggle Test.test in 2726 (8 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:17.254 [INFO] !MESSAGE [AUT-0] Starting: Button Wrap Test.test (9 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:17.287 [INFO] !MESSAGE Pass 9 (141) processed. 0 failed. spent: 0:29, 5:45 mins remaining. Button Toggle Test. time: 2726ms [INFO] Pass 9 (141) processed. 0 failed. spent: 0:29, 5:45 mins remaining. Button Toggle Test. time: 2726ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:19.327 [INFO] !MESSAGE [AUT-0] Finished: Button Wrap Test.test in 1684 (9 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:19.329 [INFO] !MESSAGE [AUT-0] Starting: Button_getData.test (10 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:19.340 [INFO] !MESSAGE Pass 10 (141) processed. 0 failed. spent: 0:31, 5:35 mins remaining. Button Wrap Test. time: 1684ms [INFO] Pass 10 (141) processed. 0 failed. spent: 0:31, 5:35 mins remaining. Button Wrap Test. time: 1684ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:20.901 [INFO] !MESSAGE [AUT-0] Finished: Button_getData.test in 1267 (10 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:20.903 [INFO] !MESSAGE [AUT-0] Starting: CComboTest.test (11 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:20.943 [INFO] !MESSAGE Pass 11 (141) processed. 0 failed. spent: 0:32, 5:17 mins remaining. Button_getData. time: 1267ms [INFO] Pass 11 (141) processed. 0 failed. spent: 0:32, 5:17 mins remaining. Button_getData. time: 1267ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:23.481 [INFO] !MESSAGE [AUT-0] Finished: CComboTest.test in 1998 (11 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:23.483 [INFO] !MESSAGE [AUT-0] Starting: Calendar Test.test (12 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:23.672 [INFO] !MESSAGE Pass 12 (141) processed. 0 failed. spent: 0:35, 5:20 mins remaining. CComboTest. time: 1998ms [INFO] Pass 12 (141) processed. 0 failed. spent: 0:35, 5:20 mins remaining. CComboTest. time: 1998ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:25.738 [INFO] !MESSAGE [AUT-0] Finished: Calendar Test.test in 1679 (12 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:25.741 [INFO] !MESSAGE [AUT-0] Starting: Canvas Base Test.test (13 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:25.776 [INFO] !MESSAGE Pass 13 (141) processed. 0 failed. spent: 0:37, 5:13 mins remaining. Calendar Test. time: 1679ms [INFO] Pass 13 (141) processed. 0 failed. spent: 0:37, 5:13 mins remaining. Calendar Test. time: 1679ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:27.311 [INFO] !MESSAGE [AUT-0] Finished: Canvas Base Test.test in 1213 (13 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:27.313 [INFO] !MESSAGE [AUT-0] Starting: Canvas_CheckScrolles.test (14 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:27.378 [INFO] !MESSAGE Pass 14 (141) processed. 0 failed. spent: 0:39, 5:07 mins remaining. Canvas Base Test. time: 1213ms [INFO] Pass 14 (141) processed. 0 failed. spent: 0:39, 5:07 mins remaining. Canvas Base Test. time: 1213ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:29.383 [INFO] !MESSAGE [AUT-0] Finished: Canvas_CheckScrolles.test in 1378 (14 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:29.386 [INFO] !MESSAGE [AUT-0] Starting: CellEdit Table Test.test (15 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:29.481 [INFO] !MESSAGE Pass 15 (141) processed. 0 failed. spent: 0:41, 5:01 mins remaining. Canvas_CheckScrolles. time: 1378ms [INFO] Pass 15 (141) processed. 0 failed. spent: 0:41, 5:01 mins remaining. Canvas_CheckScrolles. time: 1378ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:33.541 [INFO] !MESSAGE [AUT-0] Finished: CellEdit Table Test.test in 3282 (15 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:33.543 [INFO] !MESSAGE [AUT-0] Starting: CellEdit Tree Test.test (16 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:33.575 [INFO] !MESSAGE Pass 16 (141) processed. 0 failed. spent: 0:45, 5:10 mins remaining. CellEdit Table Test. time: 3282ms [INFO] Pass 16 (141) processed. 0 failed. spent: 0:45, 5:10 mins remaining. CellEdit Table Test. time: 3282ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:36.122 [INFO] !MESSAGE [AUT-0] Finished: CellEdit Tree Test.test in 2343 (16 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:36.124 [INFO] !MESSAGE [AUT-0] Starting: CheckCheckBoxInTableColumn.test (17 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:36.179 [INFO] !MESSAGE Pass 17 (141) processed. 0 failed. spent: 0:48, 5:10 mins remaining. CellEdit Tree Test. time: 2343ms [INFO] Pass 17 (141) processed. 0 failed. spent: 0:48, 5:10 mins remaining. CellEdit Tree Test. time: 2343ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:39.700 [INFO] !MESSAGE [AUT-0] Finished: CheckCheckBoxInTableColumn.test in 2709 (17 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:39.703 [INFO] !MESSAGE [AUT-0] Starting: CheckExpandableSection.test (18 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:39.784 [INFO] !MESSAGE Pass 18 (141) processed. 0 failed. spent: 0:51, 5:11 mins remaining. CheckCheckBoxInTableColumn. time: 2709ms [INFO] Pass 18 (141) processed. 0 failed. spent: 0:51, 5:11 mins remaining. CheckCheckBoxInTableColumn. time: 2709ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:42.049 [INFO] !MESSAGE [AUT-0] Finished: CheckExpandableSection.test in 1556 (18 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:42.052 [INFO] !MESSAGE [AUT-0] Starting: CheckNoNamedSection.test (19 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:42.092 [INFO] !MESSAGE Pass 19 (141) processed. 0 failed. spent: 0:54, 5:11 mins remaining. CheckExpandableSection. time: 1556ms [INFO] Pass 19 (141) processed. 0 failed. spent: 0:54, 5:11 mins remaining. CheckExpandableSection. time: 1556ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:44.119 [INFO] !MESSAGE [AUT-0] Finished: CheckNoNamedSection.test in 1437 (19 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:44.121 [INFO] !MESSAGE [AUT-0] Starting: CheckSameNamedButtonsInsideSection.test (20 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:44.140 [INFO] !MESSAGE Pass 20 (141) processed. 0 failed. spent: 0:56, 5:05 mins remaining. CheckNoNamedSection. time: 1437ms [INFO] Pass 20 (141) processed. 0 failed. spent: 0:56, 5:05 mins remaining. CheckNoNamedSection. time: 1437ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:46.191 [INFO] !MESSAGE [AUT-0] Finished: CheckSameNamedButtonsInsideSection.test in 1436 (20 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:46.193 [INFO] !MESSAGE [AUT-0] Starting: CheckSameNamedSections.test (21 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:46.243 [INFO] !MESSAGE Pass 21 (141) processed. 0 failed. spent: 0:58, 5:00 mins remaining. CheckSameNamedButtonsInsideSection. time: 1436ms [INFO] Pass 21 (141) processed. 0 failed. spent: 0:58, 5:00 mins remaining. CheckSameNamedButtonsInsideSection. time: 1436ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:48.266 [INFO] !MESSAGE [AUT-0] Finished: CheckSameNamedSections.test in 1833 (21 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:48.268 [INFO] !MESSAGE [AUT-0] Starting: ClickOnDuplicateLink.test (22 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:48.346 [INFO] !MESSAGE Pass 22 (141) processed. 0 failed. spent: 1:00, 4:55 mins remaining. CheckSameNamedSections. time: 1833ms [INFO] Pass 22 (141) processed. 0 failed. spent: 1:00, 4:55 mins remaining. CheckSameNamedSections. time: 1833ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:50.949 [INFO] !MESSAGE [AUT-0] Finished: ClickOnDuplicateLink.test in 1856 (22 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:50.951 [INFO] !MESSAGE [AUT-0] Starting: ClickOnHyperLink.test (23 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:50.987 [INFO] !MESSAGE Pass 23 (141) processed. 0 failed. spent: 1:02, 4:50 mins remaining. ClickOnDuplicateLink. time: 1856ms [INFO] Pass 23 (141) processed. 0 failed. spent: 1:02, 4:50 mins remaining. ClickOnDuplicateLink. time: 1856ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:53.022 [INFO] !MESSAGE [AUT-0] Finished: ClickOnHyperLink.test in 1349 (23 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:53.024 [INFO] !MESSAGE [AUT-0] Starting: ClickOnImageLink.test (24 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:53.090 [INFO] !MESSAGE Pass 24 (141) processed. 0 failed. spent: 1:05, 4:50 mins remaining. ClickOnHyperLink. time: 1349ms [INFO] Pass 24 (141) processed. 0 failed. spent: 1:05, 4:50 mins remaining. ClickOnHyperLink. time: 1349ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:55.092 [INFO] !MESSAGE [AUT-0] Finished: ClickOnImageLink.test in 1473 (24 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:55.093 [INFO] !MESSAGE Pass 25 (141) processed. 0 failed. spent: 1:07, 4:58 mins remaining. ClickOnImageLink. time: 1473ms [INFO] Pass 25 (141) processed. 0 failed. spent: 1:07, 4:58 mins remaining. ClickOnImageLink. time: 1473ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:55.094 [INFO] !MESSAGE [AUT-0] Starting: ClickOnLinkWithSymbols.test (25 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:57.339 [INFO] !MESSAGE [AUT-0] Finished: ClickOnLinkWithSymbols.test in 1567 (25 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:39:57.341 [INFO] !MESSAGE [AUT-0] Starting: ClickingOnCTabFolder.test (26 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:39:57.420 [INFO] !MESSAGE Pass 26 (141) processed. 0 failed. spent: 1:09, 4:40 mins remaining. ClickOnLinkWithSymbols. time: 1567ms [INFO] Pass 26 (141) processed. 0 failed. spent: 1:09, 4:40 mins remaining. ClickOnLinkWithSymbols. time: 1567ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:00.418 [INFO] !MESSAGE [AUT-0] Finished: ClickingOnCTabFolder.test in 2406 (26 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:00.420 [INFO] !MESSAGE [AUT-0] Starting: ClickingOnTabFolder.test (27 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:00.425 [INFO] !MESSAGE Pass 27 (141) processed. 0 failed. spent: 1:12, 4:40 mins remaining. ClickingOnCTabFolder. time: 2406ms [INFO] Pass 27 (141) processed. 0 failed. spent: 1:12, 4:40 mins remaining. ClickingOnCTabFolder. time: 2406ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:02.489 [INFO] !MESSAGE [AUT-0] Finished: ClickingOnTabFolder.test in 1784 (27 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:02.491 [INFO] !MESSAGE [AUT-0] Starting: ComboViewer_SelectionFromReadOnly.test (28 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:02.528 [INFO] !MESSAGE Pass 28 (141) processed. 0 failed. spent: 1:14, 4:36 mins remaining. ClickingOnTabFolder. time: 1784ms [INFO] Pass 28 (141) processed. 0 failed. spent: 1:14, 4:36 mins remaining. ClickingOnTabFolder. time: 1784ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:04.561 [INFO] !MESSAGE [AUT-0] Finished: ComboViewer_SelectionFromReadOnly.test in 1376 (28 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:04.563 [INFO] !MESSAGE [AUT-0] Starting: ComboViewer_SetInCombo.test (29 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:04.631 [INFO] !MESSAGE Pass 29 (141) processed. 0 failed. spent: 1:16, 4:32 mins remaining. ComboViewer_SelectionFromReadOnly. time: 1376ms [INFO] Pass 29 (141) processed. 0 failed. spent: 1:16, 4:32 mins remaining. ComboViewer_SelectionFromReadOnly. time: 1376ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:07.167 [INFO] !MESSAGE [AUT-0] Finished: ComboViewer_SetInCombo.test in 1624 (29 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:07.168 [INFO] !MESSAGE [AUT-0] Starting: Custom EditPart Identification.test (30 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:07.210 [INFO] !MESSAGE Pass 30 (141) processed. 0 failed. spent: 1:19, 4:31 mins remaining. ComboViewer_SetInCombo. time: 1624ms [INFO] Pass 30 (141) processed. 0 failed. spent: 1:19, 4:31 mins remaining. ComboViewer_SetInCombo. time: 1624ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:09.270 [INFO] !MESSAGE [AUT-0] Finished: Custom EditPart Identification.test in 1618 (30 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:09.272 [INFO] !MESSAGE [AUT-0] Starting: Date Test.test (31 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:09.339 [INFO] !MESSAGE Pass 31 (141) processed. 0 failed. spent: 1:21, 4:27 mins remaining. Custom EditPart Identification. time: 1618ms [INFO] Pass 31 (141) processed. 0 failed. spent: 1:21, 4:27 mins remaining. Custom EditPart Identification. time: 1618ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:11.841 [INFO] !MESSAGE [AUT-0] Finished: Date Test.test in 2086 (31 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:11.843 [INFO] !MESSAGE [AUT-0] Starting: DiagramItem Image Detection.test (32 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:11.843 [INFO] !MESSAGE Pass 32 (141) processed. 0 failed. spent: 1:23, 4:34 mins remaining. Date Test. time: 2086ms [INFO] Pass 32 (141) processed. 0 failed. spent: 1:23, 4:34 mins remaining. Date Test. time: 2086ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:13.626 [INFO] !MESSAGE [AUT-0] Finished: DiagramItem Image Detection.test in 1241 (32 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:13.628 [INFO] !MESSAGE [AUT-0] Starting: DialogCellEditorEdits.test (33 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:13.707 [INFO] !MESSAGE Pass 33 (141) processed. 0 failed. spent: 1:25, 4:19 mins remaining. DiagramItem Image Detection. time: 1241ms [INFO] Pass 33 (141) processed. 0 failed. spent: 1:25, 4:19 mins remaining. DiagramItem Image Detection. time: 1241ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:17.704 [INFO] !MESSAGE [AUT-0] Finished: DialogCellEditorEdits.test in 3379 (33 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:17.706 [INFO] !MESSAGE [AUT-0] Starting: DialogCellEditorML_Activate.test (34 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:17.713 [INFO] !MESSAGE Pass 34 (141) processed. 0 failed. spent: 1:29, 4:22 mins remaining. DialogCellEditorEdits. time: 3379ms [INFO] Pass 34 (141) processed. 0 failed. spent: 1:29, 4:22 mins remaining. DialogCellEditorEdits. time: 3379ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:20.780 [INFO] !MESSAGE [AUT-0] Finished: DialogCellEditorML_Activate.test in 2842 (34 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:20.782 [INFO] !MESSAGE [AUT-0] Starting: DialogCellEditorML_NoActivate.test (35 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:20.818 [INFO] !MESSAGE Pass 35 (141) processed. 0 failed. spent: 1:32, 4:21 mins remaining. DialogCellEditorML_Activate. time: 2842ms [INFO] Pass 35 (141) processed. 0 failed. spent: 1:32, 4:21 mins remaining. DialogCellEditorML_Activate. time: 2842ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:23.862 [INFO] !MESSAGE [AUT-0] Finished: DialogCellEditorML_NoActivate.test in 2651 (35 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:23.864 [INFO] !MESSAGE [AUT-0] Starting: DragAndDrop.test (36 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:23.923 [INFO] !MESSAGE Pass 36 (141) processed. 0 failed. spent: 1:35, 4:20 mins remaining. DialogCellEditorML_NoActivate. time: 2651ms [INFO] Pass 36 (141) processed. 0 failed. spent: 1:35, 4:20 mins remaining. DialogCellEditorML_NoActivate. time: 2651ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:28.956 [INFO] !MESSAGE [AUT-0] Finished: DragAndDrop.test in 4519 (36 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:28.959 [INFO] !MESSAGE [AUT-0] Starting: Encrypted password.test (37 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:29.054 [INFO] !MESSAGE Pass 37 (141) processed. 0 failed. spent: 1:40, 4:24 mins remaining. DragAndDrop. time: 4519ms [INFO] Pass 37 (141) processed. 0 failed. spent: 1:40, 4:24 mins remaining. DragAndDrop. time: 4519ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:31.546 [INFO] !MESSAGE [AUT-0] Finished: Encrypted password.test in 1801 (37 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:31.548 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_AssertItemImage.test (38 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:31.558 [INFO] !MESSAGE Pass 38 (141) processed. 0 failed. spent: 1:43, 4:22 mins remaining. Encrypted password. time: 1801ms [INFO] Pass 38 (141) processed. 0 failed. spent: 1:43, 4:22 mins remaining. Encrypted password. time: 1801ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:33.620 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_AssertItemImage.test in 1516 (38 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:33.622 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_AssertItemIndex.test (39 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:33.661 [INFO] !MESSAGE Pass 39 (141) processed. 0 failed. spent: 1:45, 4:18 mins remaining. ExpandBar_AssertItemImage. time: 1516ms [INFO] Pass 39 (141) processed. 0 failed. spent: 1:45, 4:18 mins remaining. ExpandBar_AssertItemImage. time: 1516ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:35.693 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_AssertItemIndex.test in 1457 (39 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:35.694 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_EditText.test (40 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:35.772 [INFO] !MESSAGE Pass 40 (141) processed. 0 failed. spent: 1:47, 4:14 mins remaining. ExpandBar_AssertItemIndex. time: 1457ms [INFO] Pass 40 (141) processed. 0 failed. spent: 1:47, 4:14 mins remaining. ExpandBar_AssertItemIndex. time: 1457ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:38.267 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_EditText.test in 1948 (40 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:38.268 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_ExpandCollapseTest.test (41 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:38.276 [INFO] !MESSAGE Pass 41 (141) processed. 0 failed. spent: 1:50, 4:13 mins remaining. ExpandBar_EditText. time: 1948ms [INFO] Pass 41 (141) processed. 0 failed. spent: 1:50, 4:13 mins remaining. ExpandBar_EditText. time: 1948ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:40.839 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_ExpandCollapseTest.test in 1990 (41 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:40.841 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_ItemButtons.test (42 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:40.879 [INFO] !MESSAGE Pass 42 (141) processed. 0 failed. spent: 1:52, 4:09 mins remaining. ExpandBar_ExpandCollapseTest. time: 1990ms [INFO] Pass 42 (141) processed. 0 failed. spent: 1:52, 4:09 mins remaining. ExpandBar_ExpandCollapseTest. time: 1990ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:43.093 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_ItemButtons.test in 1652 (42 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:43.094 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_BaseTest.test (43 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:43.174 [INFO] !MESSAGE Pass 43 (141) processed. 0 failed. spent: 1:55, 4:07 mins remaining. ExpandBar_ItemButtons. time: 1652ms [INFO] Pass 43 (141) processed. 0 failed. spent: 1:55, 4:07 mins remaining. ExpandBar_ItemButtons. time: 1652ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:45.166 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_BaseTest.test in 1439 (43 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:45.168 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_CheckNestedComposites.test (44 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:45.177 [INFO] !MESSAGE Pass 44 (141) processed. 0 failed. spent: 1:57, 4:04 mins remaining. ExpandableComposite_BaseTest. time: 1439ms [INFO] Pass 44 (141) processed. 0 failed. spent: 1:57, 4:04 mins remaining. ExpandableComposite_BaseTest. time: 1439ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:47.236 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_CheckNestedComposites.test in 1722 (44 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:47.238 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_CheckNoNamedComposite.test (45 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:47.280 [INFO] !MESSAGE Pass 45 (141) processed. 0 failed. spent: 1:59, 4:00 mins remaining. ExpandableComposite_CheckNestedComposites. time: 1722ms [INFO] Pass 45 (141) processed. 0 failed. spent: 1:59, 4:00 mins remaining. ExpandableComposite_CheckNestedComposites. time: 1722ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:48.813 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_CheckNoNamedComposite.test in 1354 (45 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:48.815 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_ExpandTest.test (46 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:48.889 [INFO] !MESSAGE Pass 46 (141) processed. 0 failed. spent: 2:00, 3:55 mins remaining. ExpandableComposite_CheckNoNamedComposite. time: 1354ms [INFO] Pass 46 (141) processed. 0 failed. spent: 2:00, 3:55 mins remaining. ExpandableComposite_CheckNoNamedComposite. time: 1354ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:51.406 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_ExpandTest.test in 1695 (46 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:51.407 [INFO] !MESSAGE [AUT-0] Starting: Get 2 Nebula Grid.test (47 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:51.440 [INFO] !MESSAGE Pass 47 (141) processed. 0 failed. spent: 2:03, 3:53 mins remaining. ExpandableComposite_ExpandTest. time: 1695ms [INFO] Pass 47 (141) processed. 0 failed. spent: 2:03, 3:53 mins remaining. ExpandableComposite_ExpandTest. time: 1695ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:52.455 [INFO] !MESSAGE [AUT-0] Finished: Get 2 Nebula Grid.test in 623 (47 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:52.457 [INFO] !MESSAGE [AUT-0] Starting: Get Nebula Grid.test (48 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:52.461 [INFO] !MESSAGE Pass 48 (141) processed. 0 failed. spent: 2:04, 3:48 mins remaining. Get 2 Nebula Grid. time: 623ms [INFO] Pass 48 (141) processed. 0 failed. spent: 2:04, 3:48 mins remaining. Get 2 Nebula Grid. time: 623ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:54.528 [INFO] !MESSAGE [AUT-0] Finished: Get Nebula Grid.test in 1610 (48 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:54.530 [INFO] !MESSAGE [AUT-0] Starting: Group Test.test (49 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:54.564 [INFO] !MESSAGE Pass 49 (141) processed. 0 failed. spent: 2:06, 3:44 mins remaining. Get Nebula Grid. time: 1610ms [INFO] Pass 49 (141) processed. 0 failed. spent: 2:06, 3:44 mins remaining. Get Nebula Grid. time: 1610ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:57.105 [INFO] !MESSAGE [AUT-0] Finished: Group Test.test in 2174 (49 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:57.107 [INFO] !MESSAGE [AUT-0] Starting: Label Test.test (50 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:57.168 [INFO] !MESSAGE Pass 50 (141) processed. 0 failed. spent: 2:09, 3:43 mins remaining. Group Test. time: 2174ms [INFO] Pass 50 (141) processed. 0 failed. spent: 2:09, 3:43 mins remaining. Group Test. time: 2174ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:59.858 [INFO] !MESSAGE [AUT-0] Finished: Label Test.test in 1932 (50 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:40:59.860 [INFO] !MESSAGE [AUT-0] Starting: Left click context menu.test (51 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:40:59.891 [INFO] !MESSAGE Pass 51 (141) processed. 0 failed. spent: 2:11, 3:39 mins remaining. Label Test. time: 1932ms [INFO] Pass 51 (141) processed. 0 failed. spent: 2:11, 3:39 mins remaining. Label Test. time: 1932ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:00.402 [INFO] !MESSAGE [AUT-0] Finished: Left click context menu.test in 386 (51 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:00.403 [INFO] !MESSAGE [AUT-0] Starting: Link Test.test (52 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:41:00.493 [INFO] !MESSAGE Pass 52 (141) processed. 0 failed. spent: 2:12, 3:35 mins remaining. Left click context menu. time: 386ms [INFO] Pass 52 (141) processed. 0 failed. spent: 2:12, 3:35 mins remaining. Left click context menu. time: 386ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:02.501 [INFO] !MESSAGE [AUT-0] Finished: Link Test.test in 1669 (52 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:02.503 [INFO] !MESSAGE [AUT-0] Starting: ListEventsTest.test (53 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:41:02.596 [INFO] !MESSAGE Pass 53 (141) processed. 0 failed. spent: 2:14, 3:31 mins remaining. Link Test. time: 1669ms [INFO] Pass 53 (141) processed. 0 failed. spent: 2:14, 3:31 mins remaining. Link Test. time: 1669ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:04.754 [INFO] !MESSAGE [AUT-0] Finished: ListEventsTest.test in 1565 (53 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:04.756 [INFO] !MESSAGE [AUT-0] Starting: ListViewerEventsTest.test (54 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:41:04.836 [INFO] !MESSAGE Pass 54 (141) processed. 0 failed. spent: 2:16, 3:28 mins remaining. ListEventsTest. time: 1565ms [INFO] Pass 54 (141) processed. 0 failed. spent: 2:16, 3:28 mins remaining. ListEventsTest. time: 1565ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:06.321 [INFO] !MESSAGE [AUT-0] Finished: ListViewerEventsTest.test in 1196 (54 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:06.323 [INFO] !MESSAGE [AUT-0] Starting: ListViewerSelectionTest.test (55 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:41:06.338 [INFO] !MESSAGE Pass 55 (141) processed. 0 failed. spent: 2:18, 3:25 mins remaining. ListViewerEventsTest. time: 1196ms [INFO] Pass 55 (141) processed. 0 failed. spent: 2:18, 3:25 mins remaining. ListViewerEventsTest. time: 1196ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:08.389 [INFO] !MESSAGE [AUT-0] Finished: ListViewerSelectionTest.test in 1638 (55 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:08.391 [INFO] !MESSAGE [AUT-0] Starting: MenuBar Test.test (56 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:41:08.441 [INFO] !MESSAGE Pass 56 (141) processed. 0 failed. spent: 2:20, 3:22 mins remaining. ListViewerSelectionTest. time: 1638ms [INFO] Pass 56 (141) processed. 0 failed. spent: 2:20, 3:22 mins remaining. ListViewerSelectionTest. time: 1638ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:10.962 [INFO] !MESSAGE [AUT-0] Finished: MenuBar Test.test in 2197 (56 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:10.964 [INFO] !MESSAGE [AUT-0] Starting: MovingInSlider.test (57 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:41:11.045 [INFO] !MESSAGE Pass 57 (141) processed. 0 failed. spent: 2:22, 3:19 mins remaining. MenuBar Test. time: 2197ms [INFO] Pass 57 (141) processed. 0 failed. spent: 2:22, 3:19 mins remaining. MenuBar Test. time: 2197ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:13.033 [INFO] !MESSAGE [AUT-0] Finished: MovingInSlider.test in 1536 (57 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:13.035 [INFO] !MESSAGE [AUT-0] Starting: Multi List Test.test (58 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:41:13.128 [INFO] !MESSAGE Pass 58 (141) processed. 0 failed. spent: 2:25, 3:18 mins remaining. MovingInSlider. time: 1536ms [INFO] Pass 58 (141) processed. 0 failed. spent: 2:25, 3:18 mins remaining. MovingInSlider. time: 1536ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:15.102 [INFO] !MESSAGE [AUT-0] Finished: Multi List Test.test in 1785 (58 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:15.104 [INFO] !MESSAGE [AUT-0] Starting: Multiline Text Test.test (59 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:41:15.130 [INFO] !MESSAGE Pass 59 (141) processed. 0 failed. spent: 2:27, 3:15 mins remaining. Multi List Test. time: 1785ms [INFO] Pass 59 (141) processed. 0 failed. spent: 2:27, 3:15 mins remaining. Multi List Test. time: 1785ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:17.709 [INFO] !MESSAGE [AUT-0] Finished: Multiline Text Test.test in 1973 (59 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:17.711 [INFO] !MESSAGE [AUT-0] Starting: NestedDialogs.test (60 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:41:17.734 [INFO] !MESSAGE Pass 60 (141) processed. 0 failed. spent: 2:29, 3:12 mins remaining. Multiline Text Test. time: 1973ms [INFO] Pass 60 (141) processed. 0 failed. spent: 2:29, 3:12 mins remaining. Multiline Text Test. time: 1973ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:35.297 [INFO] !MESSAGE [AUT-0] Finished: NestedDialogs.test in 16661 (60 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:35.300 [INFO] !MESSAGE [AUT-0] Starting: NestedSectionsTest.test (61 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:41:35.307 [INFO] !MESSAGE Pass 61 (141) processed. 0 failed. spent: 2:47, 3:29 mins remaining. NestedDialogs. time: 16661ms [INFO] Pass 61 (141) processed. 0 failed. spent: 2:47, 3:29 mins remaining. NestedDialogs. time: 16661ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:37.900 [INFO] !MESSAGE [AUT-0] Finished: NestedSectionsTest.test in 2149 (61 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:37.902 [INFO] !MESSAGE [AUT-0] Starting: Non-Unique Items Test.test (62 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:41:37.910 [INFO] !MESSAGE Pass 62 (141) processed. 0 failed. spent: 2:49, 3:25 mins remaining. NestedSectionsTest. time: 2149ms [INFO] Pass 62 (141) processed. 0 failed. spent: 2:49, 3:25 mins remaining. NestedSectionsTest. time: 2149ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:38.943 [INFO] !MESSAGE [AUT-0] Finished: Non-Unique Items Test.test in 515 (62 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:38.945 [INFO] !MESSAGE [AUT-0] Starting: PopUp Menu Test.test (63 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:41:39.012 [INFO] !MESSAGE Pass 63 (141) processed. 0 failed. spent: 2:50, 3:21 mins remaining. Non-Unique Items Test. time: 515ms [INFO] Pass 63 (141) processed. 0 failed. spent: 2:50, 3:21 mins remaining. Non-Unique Items Test. time: 515ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:41.525 [INFO] !MESSAGE [AUT-0] Finished: PopUp Menu Test.test in 2285 (63 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:41.527 [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-06-10 19:41:41.530 [INFO] !MESSAGE Pass 64 (141) processed. 0 failed. spent: 2:53, 3:19 mins remaining. PopUp Menu Test. time: 2285ms [INFO] Pass 64 (141) processed. 0 failed. spent: 2:53, 3:19 mins remaining. PopUp Menu Test. time: 2285ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:43.280 [INFO] !MESSAGE [AUT-0] Finished: Press Cancel to Dismiss Color Dialog.test in 1348 (64 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:43.282 [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-06-10 19:41:43.315 [INFO] !MESSAGE Pass 65 (141) processed. 0 failed. spent: 2:55, 3:15 mins remaining. Press Cancel to Dismiss Color Dialog. time: 1348ms [INFO] Pass 65 (141) processed. 0 failed. spent: 2:55, 3:15 mins remaining. Press Cancel to Dismiss Color Dialog. time: 1348ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:45.349 [INFO] !MESSAGE [AUT-0] Finished: Press Cancel to dismiss Directory Dialog.test in 1628 (65 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:45.351 [INFO] !MESSAGE [AUT-0] Starting: Press Cancel to dismiss MessageBox.test (66 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:41:45.418 [INFO] !MESSAGE Pass 66 (141) processed. 0 failed. spent: 2:57, 3:12 mins remaining. Press Cancel to dismiss Directory Dialog. time: 1628ms [INFO] Pass 66 (141) processed. 0 failed. spent: 2:57, 3:12 mins remaining. Press Cancel to dismiss Directory Dialog. time: 1628ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:46.921 [INFO] !MESSAGE [AUT-0] Finished: Press Cancel to dismiss MessageBox.test in 1261 (66 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:46.923 [INFO] !MESSAGE [AUT-0] Starting: PressOnSimpleMessageBox.test (67 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:41:47.020 [INFO] !MESSAGE Pass 67 (141) processed. 0 failed. spent: 2:58, 3:08 mins remaining. Press Cancel to dismiss MessageBox. time: 1261ms [INFO] Pass 67 (141) processed. 0 failed. spent: 2:58, 3:08 mins remaining. Press Cancel to dismiss MessageBox. time: 1261ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:50.001 [INFO] !MESSAGE [AUT-0] Finished: PressOnSimpleMessageBox.test in 2698 (67 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:50.003 [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-06-10 19:41:50.093 [INFO] !MESSAGE Pass 68 (141) processed. 0 failed. spent: 3:02, 3:07 mins remaining. PressOnSimpleMessageBox. time: 2698ms [INFO] Pass 68 (141) processed. 0 failed. spent: 3:02, 3:07 mins remaining. PressOnSimpleMessageBox. time: 2698ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:53.079 [INFO] !MESSAGE [AUT-0] Finished: QS-2531_Q7 should support checkbox tables and record correct select commands_.test in 2829 (68 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:53.080 [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-06-10 19:41:53.098 [INFO] !MESSAGE Pass 69 (141) processed. 0 failed. spent: 3:05, 3:05 mins remaining. QS-2531_Q7 should support checkbox tables and record correct select commands.. time: 2829ms [INFO] Pass 69 (141) processed. 0 failed. spent: 3:05, 3:05 mins remaining. QS-2531_Q7 should support checkbox tables and record correct select commands.. time: 2829ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:54.835 [INFO] !MESSAGE [AUT-0] Finished: QS-2639_Include image resource path into element properties.test in 1163 (69 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:54.837 [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-06-10 19:41:54.915 [INFO] !MESSAGE Pass 70 (141) processed. 0 failed. spent: 3:06, 3:00 mins remaining. QS-2639_Include image resource path into element properties. time: 1163ms [INFO] Pass 70 (141) processed. 0 failed. spent: 3:06, 3:00 mins remaining. QS-2639_Include image resource path into element properties. time: 1163ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:56.901 [INFO] !MESSAGE [AUT-0] Finished: QS-2663_Assertion window adds wrong assertions.test in 1433 (70 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:41:56.903 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_CheckProcedureWithInput.test (71 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:41:56.939 [INFO] !MESSAGE Pass 71 (141) processed. 0 failed. spent: 3:08, 2:57 mins remaining. QS-2663_Assertion window adds wrong assertions. time: 1433ms [INFO] Pass 71 (141) processed. 0 failed. spent: 3:08, 2:57 mins remaining. QS-2663_Assertion window adds wrong assertions. time: 1433ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:42:15.072 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_CheckProcedureWithInput.test in 17245 (71 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:42:15.074 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_ComplexTest.test (72 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:42:15.161 [INFO] !MESSAGE Pass 72 (141) processed. 0 failed. spent: 3:27, 3:10 mins remaining. QS-2852_CheckProcedureWithInput. time: 17245ms [INFO] Pass 72 (141) processed. 0 failed. spent: 3:27, 3:10 mins remaining. QS-2852_CheckProcedureWithInput. time: 17245ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:42:25.493 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_ComplexTest.test in 9181 (72 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:42:25.495 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_ComplexTestNoParameter.test (73 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:42:25.576 [INFO] !MESSAGE Pass 73 (141) processed. 0 failed. spent: 3:37, 3:13 mins remaining. QS-2852_ComplexTest. time: 9181ms [INFO] Pass 73 (141) processed. 0 failed. spent: 3:37, 3:13 mins remaining. QS-2852_ComplexTest. time: 9181ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:42:39.133 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_ComplexTestNoParameter.test in 12663 (73 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:42:39.135 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_VerifyVariableFromParameterContext.test (74 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:42:39.143 [INFO] !MESSAGE Pass 74 (141) processed. 0 failed. spent: 3:51, 3:20 mins remaining. QS-2852_ComplexTestNoParameter. time: 12663ms [INFO] Pass 74 (141) processed. 0 failed. spent: 3:51, 3:20 mins remaining. QS-2852_ComplexTestNoParameter. time: 12663ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:42:51.273 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_VerifyVariableFromParameterContext.test in 10946 (74 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:42:51.274 [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-06-10 19:42:51.321 [INFO] !MESSAGE Pass 75 (141) processed. 0 failed. spent: 4:03, 3:25 mins remaining. QS-2852_VerifyVariableFromParameterContext. time: 10946ms [INFO] Pass 75 (141) processed. 0 failed. spent: 4:03, 3:25 mins remaining. QS-2852_VerifyVariableFromParameterContext. time: 10946ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:42:53.378 [INFO] !MESSAGE [AUT-0] Finished: QS-2898_Broken_equals_verify-true_compatibility for raw values.test in 1470 (75 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:42:53.380 [INFO] !MESSAGE [AUT-0] Starting: QS-3160.test (76 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:42:53.424 [INFO] !MESSAGE Pass 76 (141) processed. 0 failed. spent: 4:05, 3:21 mins remaining. QS-2898_Broken_equals_verify-true_compatibility for raw values. time: 1470ms [INFO] Pass 76 (141) processed. 0 failed. spent: 4:05, 3:21 mins remaining. QS-2898_Broken_equals_verify-true_compatibility for raw values. time: 1470ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:42:55.441 [INFO] !MESSAGE [AUT-0] Finished: QS-3160.test in 1464 (76 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:42:55.443 [INFO] !MESSAGE [AUT-0] Starting: QS_1962_SimpleControlParts.test (77 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:42:55.653 [INFO] !MESSAGE Pass 77 (141) processed. 0 failed. spent: 4:07, 3:16 mins remaining. QS-3160. time: 1464ms [INFO] Pass 77 (141) processed. 0 failed. spent: 4:07, 3:16 mins remaining. QS-3160. time: 1464ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:42:57.726 [INFO] !MESSAGE [AUT-0] Finished: QS_1962_SimpleControlParts.test in 1655 (77 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:42:57.728 [INFO] !MESSAGE [AUT-0] Starting: QS_1962_TableDemoPart.test (78 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:42:57.756 [INFO] !MESSAGE Pass 78 (141) processed. 0 failed. spent: 4:09, 3:12 mins remaining. QS_1962_SimpleControlParts. time: 1655ms [INFO] Pass 78 (141) processed. 0 failed. spent: 4:09, 3:12 mins remaining. QS_1962_SimpleControlParts. time: 1655ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:42:59.853 [INFO] !MESSAGE [AUT-0] Finished: QS_1962_TableDemoPart.test in 1505 (78 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:42:59.854 [INFO] !MESSAGE [AUT-0] Starting: QS_2167_SelectDateFromPopUpWindow.test (79 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:42:59.859 [INFO] !MESSAGE Pass 79 (141) processed. 0 failed. spent: 4:11, 3:09 mins remaining. QS_1962_TableDemoPart. time: 1505ms [INFO] Pass 79 (141) processed. 0 failed. spent: 4:11, 3:09 mins remaining. QS_1962_TableDemoPart. time: 1505ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:02.615 [INFO] !MESSAGE [AUT-0] Finished: QS_2167_SelectDateFromPopUpWindow.test in 2194 (79 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:02.617 [INFO] !MESSAGE [AUT-0] Starting: QS_2286_EditTreeAfterErrors.test (80 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:43:02.648 [INFO] !MESSAGE Pass 80 (141) processed. 0 failed. spent: 4:14, 3:05 mins remaining. QS_2167_SelectDateFromPopUpWindow. time: 2194ms [INFO] Pass 80 (141) processed. 0 failed. spent: 4:14, 3:05 mins remaining. QS_2167_SelectDateFromPopUpWindow. time: 2194ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:04.682 [INFO] !MESSAGE [AUT-0] Finished: QS_2286_EditTreeAfterErrors.test in 1408 (80 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:04.684 [INFO] !MESSAGE [AUT-0] Starting: QS_2309_CheckboxTree.test (81 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:43:04.751 [INFO] !MESSAGE Pass 81 (141) processed. 0 failed. spent: 4:16, 3:01 mins remaining. QS_2286_EditTreeAfterErrors. time: 1408ms [INFO] Pass 81 (141) processed. 0 failed. spent: 4:16, 3:01 mins remaining. QS_2286_EditTreeAfterErrors. time: 1408ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:07.776 [INFO] !MESSAGE [AUT-0] Finished: QS_2309_CheckboxTree.test in 2638 (81 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:07.777 [INFO] !MESSAGE [AUT-0] Starting: QS_2373_ContextMenu.test (82 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:43:07.855 [INFO] !MESSAGE Pass 82 (141) processed. 0 failed. spent: 4:19, 2:58 mins remaining. QS_2309_CheckboxTree. time: 2638ms [INFO] Pass 82 (141) processed. 0 failed. spent: 4:19, 2:58 mins remaining. QS_2309_CheckboxTree. time: 2638ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:10.501 [INFO] !MESSAGE [AUT-0] Finished: QS_2373_ContextMenu.test in 1794 (82 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:10.503 [INFO] !MESSAGE [AUT-0] Starting: QS_2404_TextWithKeyUpKeyDown.test (83 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:43:10.524 [INFO] !MESSAGE Pass 83 (141) processed. 0 failed. spent: 4:22, 2:55 mins remaining. QS_2373_ContextMenu. time: 1794ms [INFO] Pass 83 (141) processed. 0 failed. spent: 4:22, 2:55 mins remaining. QS_2373_ContextMenu. time: 1794ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:12.579 [INFO] !MESSAGE [AUT-0] Finished: QS_2404_TextWithKeyUpKeyDown.test in 1438 (83 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:12.581 [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-06-10 19:43:12.627 [INFO] !MESSAGE Pass 84 (141) processed. 0 failed. spent: 4:24, 2:51 mins remaining. QS_2404_TextWithKeyUpKeyDown. time: 1438ms [INFO] Pass 84 (141) processed. 0 failed. spent: 4:24, 2:51 mins remaining. QS_2404_TextWithKeyUpKeyDown. time: 1438ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:15.666 [INFO] !MESSAGE [AUT-0] Finished: QS_2507_Mouse Command Is Unable To Work With_invisible_Cells.test in 2441 (84 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:15.668 [INFO] !MESSAGE [AUT-0] Starting: QS_2508_CheckedStateColumn.test (85 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:43:15.732 [INFO] !MESSAGE Pass 85 (141) processed. 0 failed. spent: 4:27, 2:48 mins remaining. QS_2507_Mouse Command Is Unable To Work With_invisible_Cells. time: 2441ms [INFO] Pass 85 (141) processed. 0 failed. spent: 4:27, 2:48 mins remaining. QS_2507_Mouse Command Is Unable To Work With_invisible_Cells. time: 2441ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:19.274 [INFO] !MESSAGE [AUT-0] Finished: QS_2508_CheckedStateColumn.test in 2916 (85 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:19.276 [INFO] !MESSAGE [AUT-0] Starting: QS_2614_CreateCombo.test (86 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:43:19.360 [INFO] !MESSAGE Pass 86 (141) processed. 0 failed. spent: 4:31, 2:46 mins remaining. QS_2508_CheckedStateColumn. time: 2916ms [INFO] Pass 86 (141) processed. 0 failed. spent: 4:31, 2:46 mins remaining. QS_2508_CheckedStateColumn. time: 2916ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:20.843 [INFO] !MESSAGE [AUT-0] Finished: QS_2614_CreateCombo.test in 1160 (86 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:20.845 [INFO] !MESSAGE [AUT-0] Starting: QS_2986_ProgressMonitorDialog.test (87 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:43:20.862 [INFO] !MESSAGE Pass 87 (141) processed. 0 failed. spent: 4:32, 2:41 mins remaining. QS_2614_CreateCombo. time: 1160ms [INFO] Pass 87 (141) processed. 0 failed. spent: 4:32, 2:41 mins remaining. QS_2614_CreateCombo. time: 1160ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:26.930 [INFO] !MESSAGE [AUT-0] Finished: QS_2986_ProgressMonitorDialog.test in 5780 (87 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:26.932 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-304_RadioButtonInvokeTwice.test (88 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:43:26.970 [INFO] !MESSAGE Pass 88 (141) processed. 0 failed. spent: 4:38, 2:40 mins remaining. QS_2986_ProgressMonitorDialog. time: 5780ms [INFO] Pass 88 (141) processed. 0 failed. spent: 4:38, 2:40 mins remaining. QS_2986_ProgressMonitorDialog. time: 5780ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:30.021 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-304_RadioButtonInvokeTwice.test in 2536 (88 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:30.023 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-351_DragAndDropWhereTargetIsTableItem.test (89 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:43:30.041 [INFO] !MESSAGE Pass 89 (141) processed. 0 failed. spent: 4:41, 2:37 mins remaining. RCPTT-304_RadioButtonInvokeTwice. time: 2536ms [INFO] Pass 89 (141) processed. 0 failed. spent: 4:41, 2:37 mins remaining. RCPTT-304_RadioButtonInvokeTwice. time: 2536ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:32.611 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-351_DragAndDropWhereTargetIsTableItem.test in 2103 (89 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:32.613 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-356_Button_Push_Twice.test (90 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:43:32.644 [INFO] !MESSAGE Pass 90 (141) processed. 0 failed. spent: 4:44, 2:34 mins remaining. RCPTT-351_DragAndDropWhereTargetIsTableItem. time: 2103ms [INFO] Pass 90 (141) processed. 0 failed. spent: 4:44, 2:34 mins remaining. RCPTT-351_DragAndDropWhereTargetIsTableItem. time: 2103ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:34.692 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-356_Button_Push_Twice.test in 1732 (90 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:34.694 [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-06-10 19:43:34.747 [INFO] !MESSAGE Pass 91 (141) processed. 0 failed. spent: 4:46, 2:30 mins remaining. RCPTT-356_Button_Push_Twice. time: 1732ms [INFO] Pass 91 (141) processed. 0 failed. spent: 4:46, 2:30 mins remaining. RCPTT-356_Button_Push_Twice. time: 1732ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:37.276 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform.test in 1901 (91 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:37.278 [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-06-10 19:43:37.365 [INFO] !MESSAGE Pass 92 (141) processed. 0 failed. spent: 4:49, 2:27 mins remaining. RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform. time: 1901ms [INFO] Pass 92 (141) processed. 0 failed. spent: 4:49, 2:27 mins remaining. RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform. time: 1901ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:39.861 [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 2221 (92 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:39.863 [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-06-10 19:43:39.868 [INFO] !MESSAGE Pass 93 (141) processed. 0 failed. spent: 4:51, 2:23 mins remaining. RCPTT-533_Tesla Recording Error being thrown when interacting with Select File dialog only on Mac and Linux OS platforms. time: 2221ms [INFO] Pass 93 (141) processed. 0 failed. spent: 4:51, 2:23 mins remaining. RCPTT-533_Tesla Recording Error being thrown when interacting with Select File dialog only on Mac and Linux OS platforms. time: 2221ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:43.153 [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 2781 (93 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:43.155 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-640_HandleAsyncGUIExecution.test (94 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:43:43.199 [INFO] !MESSAGE Pass 94 (141) processed. 0 failed. spent: 4:55, 2:21 mins remaining. RCPTT-625_Recording with StyledText in text-field boxes and ComboToolItem widgets results in ECL task that fails during Playback execution. time: 2781ms [INFO] Pass 94 (141) processed. 0 failed. spent: 4:55, 2:21 mins remaining. RCPTT-625_Recording with StyledText in text-field boxes and ComboToolItem widgets results in ECL task that fails during Playback execution. time: 2781ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:44.723 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-640_HandleAsyncGUIExecution.test in 1134 (94 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:44.725 [INFO] !MESSAGE [AUT-0] Starting: SUP1149_ModalDialogAfterEclContext.test (95 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:43:44.801 [INFO] !MESSAGE Pass 95 (141) processed. 0 failed. spent: 4:56, 2:17 mins remaining. RCPTT-640_HandleAsyncGUIExecution. time: 1134ms [INFO] Pass 95 (141) processed. 0 failed. spent: 4:56, 2:17 mins remaining. RCPTT-640_HandleAsyncGUIExecution. time: 1134ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:49.317 [INFO] !MESSAGE [AUT-0] Finished: SUP1149_ModalDialogAfterEclContext.test in 3855 (95 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:43:49.340 [INFO] !MESSAGE [AUT-0] Starting: SUP527_TimerExec.test (96 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:43:49.407 [INFO] !MESSAGE Pass 96 (141) processed. 0 failed. spent: 5:01, 2:15 mins remaining. SUP1149_ModalDialogAfterEclContext. time: 3855ms [INFO] Pass 96 (141) processed. 0 failed. spent: 5:01, 2:15 mins remaining. SUP1149_ModalDialogAfterEclContext. time: 3855ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:05.433 [INFO] !MESSAGE [AUT-0] Finished: SUP527_TimerExec.test in 15477 (96 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:05.435 [INFO] !MESSAGE [AUT-0] Starting: SUP527_TimerExec_same.test (97 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:05.510 [INFO] !MESSAGE Pass 97 (141) processed. 0 failed. spent: 5:17, 2:17 mins remaining. SUP527_TimerExec. time: 15477ms [INFO] Pass 97 (141) processed. 0 failed. spent: 5:17, 2:17 mins remaining. SUP527_TimerExec. time: 15477ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:12.522 [INFO] !MESSAGE [AUT-0] Finished: SUP527_TimerExec_same.test in 6351 (97 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:12.524 [INFO] !MESSAGE [AUT-0] Starting: SUP562_allowStatusDialog.test (98 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:12.619 [INFO] !MESSAGE Pass 98 (141) processed. 0 failed. spent: 5:24, 2:16 mins remaining. SUP527_TimerExec_same. time: 6351ms [INFO] Pass 98 (141) processed. 0 failed. spent: 5:24, 2:16 mins remaining. SUP527_TimerExec_same. time: 6351ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:16.653 [INFO] !MESSAGE [AUT-0] Finished: SUP562_allowStatusDialog.test in 3447 (98 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:16.655 [INFO] !MESSAGE [AUT-0] Starting: SUP857_IColorProvider.test (99 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:16.725 [INFO] !MESSAGE Pass 99 (141) processed. 0 failed. spent: 5:28, 2:13 mins remaining. SUP562_allowStatusDialog. time: 3447ms [INFO] Pass 99 (141) processed. 0 failed. spent: 5:28, 2:13 mins remaining. SUP562_allowStatusDialog. time: 3447ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:17.715 [INFO] !MESSAGE [AUT-0] Finished: SUP857_IColorProvider.test in 549 (99 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:17.716 [INFO] !MESSAGE [AUT-0] Starting: ScrolledCompositeTest.test (100 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:17.745 [INFO] !MESSAGE Pass 100 (141) processed. 0 failed. spent: 5:29, 2:09 mins remaining. SUP857_IColorProvider. time: 549ms [INFO] Pass 100 (141) processed. 0 failed. spent: 5:29, 2:09 mins remaining. SUP857_IColorProvider. time: 549ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:20.289 [INFO] !MESSAGE [AUT-0] Finished: ScrolledCompositeTest.test in 2062 (100 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:20.290 [INFO] !MESSAGE [AUT-0] Starting: SectionBaseTest.test (101 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:20.349 [INFO] !MESSAGE Pass 101 (141) processed. 0 failed. spent: 5:32, 2:05 mins remaining. ScrolledCompositeTest. time: 2062ms [INFO] Pass 101 (141) processed. 0 failed. spent: 5:32, 2:05 mins remaining. ScrolledCompositeTest. time: 2062ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:22.362 [INFO] !MESSAGE [AUT-0] Finished: SectionBaseTest.test in 1345 (101 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:22.364 [INFO] !MESSAGE [AUT-0] Starting: SectionWithButtonsTest.test (102 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:22.452 [INFO] !MESSAGE Pass 102 (141) processed. 0 failed. spent: 5:34, 2:02 mins remaining. SectionBaseTest. time: 1345ms [INFO] Pass 102 (141) processed. 0 failed. spent: 5:34, 2:02 mins remaining. SectionBaseTest. time: 1345ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:24.987 [INFO] !MESSAGE [AUT-0] Finished: SectionWithButtonsTest.test in 1785 (102 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:24.989 [INFO] !MESSAGE [AUT-0] Starting: Select Color.test (103 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:25.024 [INFO] !MESSAGE Pass 103 (141) processed. 0 failed. spent: 5:36, 1:58 mins remaining. SectionWithButtonsTest. time: 1785ms [INFO] Pass 103 (141) processed. 0 failed. spent: 5:36, 1:58 mins remaining. SectionWithButtonsTest. time: 1785ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:26.555 [INFO] !MESSAGE [AUT-0] Finished: Select Color.test in 1185 (103 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:26.557 [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-06-10 19:44:26.626 [INFO] !MESSAGE Pass 104 (141) processed. 0 failed. spent: 5:38, 1:54 mins remaining. Select Color. time: 1185ms [INFO] Pass 104 (141) processed. 0 failed. spent: 5:38, 1:54 mins remaining. Select Color. time: 1185ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:28.121 [INFO] !MESSAGE [AUT-0] Finished: Select Path in a Directory Dialog.test in 1235 (104 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:28.123 [INFO] !MESSAGE [AUT-0] Starting: SelectFromComboBox.test (105 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:28.128 [INFO] !MESSAGE Pass 105 (141) processed. 0 failed. spent: 5:40, 1:51 mins remaining. Select Path in a Directory Dialog. time: 1235ms [INFO] Pass 105 (141) processed. 0 failed. spent: 5:40, 1:51 mins remaining. Select Path in a Directory Dialog. time: 1235ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:30.890 [INFO] !MESSAGE [AUT-0] Finished: SelectFromComboBox.test in 1836 (105 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:30.892 [INFO] !MESSAGE [AUT-0] Starting: SelectFromComboBoxByKeyBoardButton.test (106 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:30.925 [INFO] !MESSAGE Pass 106 (141) processed. 0 failed. spent: 5:42, 1:47 mins remaining. SelectFromComboBox. time: 1836ms [INFO] Pass 106 (141) processed. 0 failed. spent: 5:42, 1:47 mins remaining. SelectFromComboBox. time: 1836ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:33.462 [INFO] !MESSAGE [AUT-0] Finished: SelectFromComboBoxByKeyBoardButton.test in 2072 (106 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:33.464 [INFO] !MESSAGE [AUT-0] Starting: Selectable_Canvas_Test.test (107 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:33.528 [INFO] !MESSAGE Pass 107 (141) processed. 0 failed. spent: 5:45, 1:44 mins remaining. SelectFromComboBoxByKeyBoardButton. time: 2072ms [INFO] Pass 107 (141) processed. 0 failed. spent: 5:45, 1:44 mins remaining. SelectFromComboBoxByKeyBoardButton. time: 2072ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:34.508 [INFO] !MESSAGE [AUT-0] Finished: Selectable_Canvas_Test.test in 675 (107 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:34.509 [INFO] !MESSAGE [AUT-0] Starting: SelectionFromFontDialog.test (108 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:34.530 [INFO] !MESSAGE Pass 108 (141) processed. 0 failed. spent: 5:46, 1:40 mins remaining. Selectable_Canvas_Test. time: 675ms [INFO] Pass 108 (141) processed. 0 failed. spent: 5:46, 1:40 mins remaining. Selectable_Canvas_Test. time: 675ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:36.761 [INFO] !MESSAGE [AUT-0] Finished: SelectionFromFontDialog.test in 1395 (108 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:36.763 [INFO] !MESSAGE [AUT-0] Starting: SelectionInComboToolbar.test (109 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:36.817 [INFO] !MESSAGE Pass 109 (141) processed. 0 failed. spent: 5:48, 1:37 mins remaining. SelectionFromFontDialog. time: 1395ms [INFO] Pass 109 (141) processed. 0 failed. spent: 5:48, 1:37 mins remaining. SelectionFromFontDialog. time: 1395ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:38.835 [INFO] !MESSAGE [AUT-0] Finished: SelectionInComboToolbar.test in 1760 (109 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:38.836 [INFO] !MESSAGE [AUT-0] Starting: SelectionInCoolbar.test (110 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:38.839 [INFO] !MESSAGE Pass 110 (141) processed. 0 failed. spent: 5:50, 1:33 mins remaining. SelectionInComboToolbar. time: 1760ms [INFO] Pass 110 (141) processed. 0 failed. spent: 5:50, 1:33 mins remaining. SelectionInComboToolbar. time: 1760ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:40.906 [INFO] !MESSAGE [AUT-0] Finished: SelectionInCoolbar.test in 1439 (110 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:40.908 [INFO] !MESSAGE [AUT-0] Starting: SelectionInDropDownToolbar.test (111 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:40.942 [INFO] !MESSAGE Pass 111 (141) processed. 0 failed. spent: 5:52, 1:30 mins remaining. SelectionInCoolbar. time: 1439ms [INFO] Pass 111 (141) processed. 0 failed. spent: 5:52, 1:30 mins remaining. SelectionInCoolbar. time: 1439ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:43.158 [INFO] !MESSAGE [AUT-0] Finished: SelectionInDropDownToolbar.test in 1537 (111 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:43.160 [INFO] !MESSAGE [AUT-0] Starting: SelectionInToolbar.test (112 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:43.215 [INFO] !MESSAGE Pass 112 (141) processed. 0 failed. spent: 5:55, 1:27 mins remaining. SelectionInDropDownToolbar. time: 1537ms [INFO] Pass 112 (141) processed. 0 failed. spent: 5:55, 1:27 mins remaining. SelectionInDropDownToolbar. time: 1537ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:44.727 [INFO] !MESSAGE [AUT-0] Finished: SelectionInToolbar.test in 1348 (112 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:44.728 [INFO] !MESSAGE [AUT-0] Starting: Simple Dialog CellEdit Table Test.test (113 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:44.817 [INFO] !MESSAGE Pass 113 (141) processed. 0 failed. spent: 5:56, 1:23 mins remaining. SelectionInToolbar. time: 1348ms [INFO] Pass 113 (141) processed. 0 failed. spent: 5:56, 1:23 mins remaining. SelectionInToolbar. time: 1348ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:47.298 [INFO] !MESSAGE [AUT-0] Finished: Simple Dialog CellEdit Table Test.test in 2193 (113 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:47.299 [INFO] !MESSAGE [AUT-0] Starting: Single List Test.test (114 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:47.321 [INFO] !MESSAGE Pass 114 (141) processed. 0 failed. spent: 5:59, 1:20 mins remaining. Simple Dialog CellEdit Table Test. time: 2193ms [INFO] Pass 114 (141) processed. 0 failed. spent: 5:59, 1:20 mins remaining. Simple Dialog CellEdit Table Test. time: 2193ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:49.559 [INFO] !MESSAGE [AUT-0] Finished: Single List Test.test in 1798 (114 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:49.561 [INFO] !MESSAGE [AUT-0] Starting: Single Text Test.test (115 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:49.605 [INFO] !MESSAGE Pass 115 (141) processed. 0 failed. spent: 6:01, 1:17 mins remaining. Single List Test. time: 1798ms [INFO] Pass 115 (141) processed. 0 failed. spent: 6:01, 1:17 mins remaining. Single List Test. time: 1798ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:53.141 [INFO] !MESSAGE [AUT-0] Finished: Single Text Test.test in 3167 (115 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:53.142 [INFO] !MESSAGE [AUT-0] Starting: SpinnerTest.test (116 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:53.210 [INFO] !MESSAGE Pass 116 (141) processed. 0 failed. spent: 6:05, 1:14 mins remaining. Single Text Test. time: 3167ms [INFO] Pass 116 (141) processed. 0 failed. spent: 6:05, 1:14 mins remaining. Single Text Test. time: 3167ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:55.723 [INFO] !MESSAGE [AUT-0] Finished: SpinnerTest.test in 2067 (116 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:55.725 [INFO] !MESSAGE [AUT-0] Starting: SquashStyleRanges.test (117 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:55.740 [INFO] !MESSAGE Pass 117 (141) processed. 0 failed. spent: 6:07, 1:10 mins remaining. SpinnerTest. time: 2067ms [INFO] Pass 117 (141) processed. 0 failed. spent: 6:07, 1:10 mins remaining. SpinnerTest. time: 2067ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:56.575 [INFO] !MESSAGE [AUT-0] Finished: SquashStyleRanges.test in 401 (117 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:56.576 [INFO] !MESSAGE [AUT-0] Starting: Styled Text Test.test (118 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:56.648 [INFO] !MESSAGE Pass 118 (141) processed. 0 failed. spent: 6:08, 1:07 mins remaining. SquashStyleRanges. time: 401ms [INFO] Pass 118 (141) processed. 0 failed. spent: 6:08, 1:07 mins remaining. SquashStyleRanges. time: 401ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:59.153 [INFO] !MESSAGE [AUT-0] Finished: Styled Text Test.test in 1958 (118 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:44:59.250 [INFO] !MESSAGE Pass 119 (141) processed. 0 failed. spent: 6:11, 1:08 mins remaining. Styled Text Test. time: 1958ms [INFO] Pass 119 (141) processed. 0 failed. spent: 6:11, 1:08 mins remaining. Styled Text Test. time: 1958ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:44:59.289 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ApplyValueWithEnterKey_Deactivate.test (119 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:16.393 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ApplyValueWithEnterKey_Deactivate.test in 16675 (119 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:16.395 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ApplyValueWithEnterKey_EditableFirstColumn.test (120 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:45:16.471 [INFO] !MESSAGE Pass 120 (141) processed. 0 failed. spent: 6:28, 1:03 mins remaining. TableViewer_ApplyValueWithEnterKey_Deactivate. time: 16675ms [INFO] Pass 120 (141) processed. 0 failed. spent: 6:28, 1:03 mins remaining. TableViewer_ApplyValueWithEnterKey_Deactivate. time: 16675ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:23.991 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ApplyValueWithEnterKey_EditableFirstColumn.test in 6682 (120 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:23.993 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ApplyValueWithEnterKey_NoDeactivate.test (121 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:45:24.055 [INFO] !MESSAGE Pass 121 (141) processed. 0 failed. spent: 6:35, 1:01 mins remaining. TableViewer_ApplyValueWithEnterKey_EditableFirstColumn. time: 6682ms [INFO] Pass 121 (141) processed. 0 failed. spent: 6:35, 1:01 mins remaining. TableViewer_ApplyValueWithEnterKey_EditableFirstColumn. time: 6682ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:40.561 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ApplyValueWithEnterKey_NoDeactivate.test in 16354 (121 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:40.563 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_BaseTest.test (122 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:45:40.577 [INFO] !MESSAGE Pass 122 (141) processed. 0 failed. spent: 6:52, 0:59 mins remaining. TableViewer_ApplyValueWithEnterKey_NoDeactivate. time: 16354ms [INFO] Pass 122 (141) processed. 0 failed. spent: 6:52, 0:59 mins remaining. TableViewer_ApplyValueWithEnterKey_NoDeactivate. time: 16354ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:42.329 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_BaseTest.test in 1255 (122 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:42.331 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckBoxCellEditor.test (123 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:45:42.375 [INFO] !MESSAGE Pass 123 (141) processed. 0 failed. spent: 6:54, 0:56 mins remaining. TableViewer_BaseTest. time: 1255ms [INFO] Pass 123 (141) processed. 0 failed. spent: 6:54, 0:56 mins remaining. TableViewer_BaseTest. time: 1255ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:44.400 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckBoxCellEditor.test in 1781 (123 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:44.402 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckBoxCellEditorWithImage.test (124 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:45:44.478 [INFO] !MESSAGE Pass 124 (141) processed. 0 failed. spent: 6:56, 0:52 mins remaining. TableViewer_CheckBoxCellEditor. time: 1781ms [INFO] Pass 124 (141) processed. 0 failed. spent: 6:56, 0:52 mins remaining. TableViewer_CheckBoxCellEditor. time: 1781ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:46.971 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckBoxCellEditorWithImage.test in 2030 (124 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:46.973 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckCellEditor.test (125 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:45:46.982 [INFO] !MESSAGE Pass 125 (141) processed. 0 failed. spent: 6:58, 0:49 mins remaining. TableViewer_CheckBoxCellEditorWithImage. time: 2030ms [INFO] Pass 125 (141) processed. 0 failed. spent: 6:58, 0:49 mins remaining. TableViewer_CheckBoxCellEditorWithImage. time: 2030ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:53.548 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckCellEditor.test in 5702 (125 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:53.550 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckColumnColors.test (126 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:45:53.575 [INFO] !MESSAGE Pass 126 (141) processed. 0 failed. spent: 7:05, 0:46 mins remaining. TableViewer_CheckCellEditor. time: 5702ms [INFO] Pass 126 (141) processed. 0 failed. spent: 7:05, 0:46 mins remaining. TableViewer_CheckCellEditor. time: 5702ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:55.118 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckColumnColors.test in 1184 (126 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:55.119 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckColumnText.test (127 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:45:55.177 [INFO] !MESSAGE Pass 127 (141) processed. 0 failed. spent: 7:07, 0:43 mins remaining. TableViewer_CheckColumnColors. time: 1184ms [INFO] Pass 127 (141) processed. 0 failed. spent: 7:07, 0:43 mins remaining. TableViewer_CheckColumnColors. time: 1184ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:57.698 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckColumnText.test in 1917 (127 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:57.700 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckColumnTitles.test (128 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:45:57.781 [INFO] !MESSAGE Pass 128 (141) processed. 0 failed. spent: 7:09, 0:39 mins remaining. TableViewer_CheckColumnText. time: 1917ms [INFO] Pass 128 (141) processed. 0 failed. spent: 7:09, 0:39 mins remaining. TableViewer_CheckColumnText. time: 1917ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:59.826 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckColumnTitles.test in 1153 (128 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:45:59.828 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ColorCellEditor.test (129 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:45:59.863 [INFO] !MESSAGE Pass 129 (141) processed. 0 failed. spent: 7:11, 0:36 mins remaining. TableViewer_CheckColumnTitles. time: 1153ms [INFO] Pass 129 (141) processed. 0 failed. spent: 7:11, 0:36 mins remaining. TableViewer_CheckColumnTitles. time: 1153ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:02.903 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ColorCellEditor.test in 2488 (129 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:02.904 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ComboBoxCellEditor.test (130 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:46:02.968 [INFO] !MESSAGE Pass 130 (141) processed. 0 failed. spent: 7:14, 0:32 mins remaining. TableViewer_ColorCellEditor. time: 2488ms [INFO] Pass 130 (141) processed. 0 failed. spent: 7:14, 0:32 mins remaining. TableViewer_ColorCellEditor. time: 2488ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:05.480 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ComboBoxCellEditor.test in 1956 (130 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:05.482 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ComboBoxCellEditor_EditWithKey.test (131 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:46:05.571 [INFO] !MESSAGE Pass 131 (141) processed. 0 failed. spent: 7:17, 0:29 mins remaining. TableViewer_ComboBoxCellEditor. time: 1956ms [INFO] Pass 131 (141) processed. 0 failed. spent: 7:17, 0:29 mins remaining. TableViewer_ComboBoxCellEditor. time: 1956ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:07.552 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ComboBoxCellEditor_EditWithKey.test in 1461 (131 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:07.553 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_SortColumnValues.test (132 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:46:07.604 [INFO] !MESSAGE Pass 132 (141) processed. 0 failed. spent: 7:19, 0:26 mins remaining. TableViewer_ComboBoxCellEditor_EditWithKey. time: 1461ms [INFO] Pass 132 (141) processed. 0 failed. spent: 7:19, 0:26 mins remaining. TableViewer_ComboBoxCellEditor_EditWithKey. time: 1461ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:10.123 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_SortColumnValues.test in 1936 (132 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:10.125 [INFO] !MESSAGE [AUT-0] Starting: Time Test.test (133 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:46:10.207 [INFO] !MESSAGE Pass 133 (141) processed. 0 failed. spent: 7:22, 0:22 mins remaining. TableViewer_SortColumnValues. time: 1936ms [INFO] Pass 133 (141) processed. 0 failed. spent: 7:22, 0:22 mins remaining. TableViewer_SortColumnValues. time: 1936ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:12.206 [INFO] !MESSAGE [AUT-0] Finished: Time Test.test in 1672 (133 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:12.208 [INFO] !MESSAGE [AUT-0] Starting: Toggle.test (134 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:46:12.210 [INFO] !MESSAGE Pass 134 (141) processed. 0 failed. spent: 7:24, 0:19 mins remaining. Time Test. time: 1672ms [INFO] Pass 134 (141) processed. 0 failed. spent: 7:24, 0:19 mins remaining. Time Test. time: 1672ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:13.979 [INFO] !MESSAGE [AUT-0] Finished: Toggle.test in 1148 (134 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:13.980 [INFO] !MESSAGE [AUT-0] Starting: Tree With Slashes Test.test (135 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:46:14.007 [INFO] !MESSAGE Pass 135 (141) processed. 0 failed. spent: 7:25, 0:16 mins remaining. Toggle. time: 1148ms [INFO] Pass 135 (141) processed. 0 failed. spent: 7:25, 0:16 mins remaining. Toggle. time: 1148ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:16.551 [INFO] !MESSAGE [AUT-0] Finished: Tree With Slashes Test.test in 2060 (135 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:16.553 [INFO] !MESSAGE [AUT-0] Starting: TreeCellEditorsNewTest.test (136 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:46:16.612 [INFO] !MESSAGE Pass 136 (141) processed. 0 failed. spent: 7:28, 0:12 mins remaining. Tree With Slashes Test. time: 2060ms [INFO] Pass 136 (141) processed. 0 failed. spent: 7:28, 0:12 mins remaining. Tree With Slashes Test. time: 2060ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:22.821 [INFO] !MESSAGE [AUT-0] Finished: TreeCellEditorsNewTest.test in 5682 (136 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:22.822 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_CheckingInTree.test (137 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:46:22.848 [INFO] !MESSAGE Pass 137 (141) processed. 0 failed. spent: 7:34, 0:09 mins remaining. TreeCellEditorsNewTest. time: 5682ms [INFO] Pass 137 (141) processed. 0 failed. spent: 7:34, 0:09 mins remaining. TreeCellEditorsNewTest. time: 5682ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:25.397 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_CheckingInTree.test in 2294 (137 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:25.398 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_Selection.test (138 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:46:25.451 [INFO] !MESSAGE Pass 138 (141) processed. 0 failed. spent: 7:37, 0:06 mins remaining. TreeViewer_CheckingInTree. time: 2294ms [INFO] Pass 138 (141) processed. 0 failed. spent: 7:37, 0:06 mins remaining. TreeViewer_CheckingInTree. time: 2294ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:27.475 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_Selection.test in 1860 (138 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:27.477 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_SelectionByKeyBoardButtons.test (139 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:46:27.554 [INFO] !MESSAGE Pass 139 (141) processed. 0 failed. spent: 7:39, 0:03 mins remaining. TreeViewer_Selection. time: 1860ms [INFO] Pass 139 (141) processed. 0 failed. spent: 7:39, 0:03 mins remaining. TreeViewer_Selection. time: 1860ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:32.558 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_SelectionByKeyBoardButtons.test in 4174 (139 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:32.560 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_SetDataInCell.test (140 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:46:32.644 [INFO] !MESSAGE Pass 140 (141) processed. 0 failed. spent: 7:44, 0:00 mins remaining. TreeViewer_SelectionByKeyBoardButtons. time: 4174ms [INFO] Pass 140 (141) processed. 0 failed. spent: 7:44, 0:00 mins remaining. TreeViewer_SelectionByKeyBoardButtons. time: 4174ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:37.153 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_SetDataInCell.test in 4283 (140 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-06-10 19:46:37.251 [INFO] !MESSAGE Pass 141 (141) processed. 0 failed. spent: 7:49, 0:00 mins remaining. TreeViewer_SetDataInCell. time: 4283ms [INFO] Pass 141 (141) processed. 0 failed. spent: 7:49, 0:00 mins remaining. TreeViewer_SetDataInCell. time: 4283ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-06-10 19:46:37.251 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] Finished at Mon Jun 10 19:47:01 UTC 2024 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-06-10 19:47:01.669 [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 20 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 17 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 6.9 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom (5.2 kB at 34 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 16 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 15 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 21 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 8.7 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 10 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 16 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 8.8 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 302 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 16 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 1.8 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 2.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-project/2.0.2/maven-project-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-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-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/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/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-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-project/2.0.2/maven-project-2.0.2.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-profile/2.0.2/maven-profile-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-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-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-monitor/2.0.2/maven-monitor-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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] 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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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 152 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/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar (136 kB at 666 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar (80 kB at 393 kB/s) [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 522 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 kB at 240 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar [INFO] 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 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar (20 kB at 57 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar (8.6 kB at 25 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.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-monitor/2.0.2/maven-monitor-2.0.2.jar [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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar (16 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/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 69 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-artifact/2.0.2/maven-artifact-2.0.2.jar (78 kB at 207 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.jar (8.3 kB at 22 kB/s) [INFO] 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 668 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 14 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.2/maven-plugin-descriptor-2.0.2.jar (32 kB at 76 kB/s) [INFO] /home/jenkins/agent/workspace/master/m2/com/xored/q7/quality/tests removed. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:05 min [INFO] Finished at: 2024-06-10T19:47:08Z [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=202406101407 + echo 2.5.5 [Pipeline] sh + . repository/full/target/publisher.properties ++ productVersion=2.5.5 ++ productQualifier=202406101407 + echo 202406101407 [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-tm43x-9gczp Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-XlshTCShRZ4F/agent.847; export SSH_AUTH_SOCK; SSH_AGENT_PID=848; export SSH_AGENT_PID; echo Agent pid 848; SSH_AUTH_SOCK=/tmp/ssh-XlshTCShRZ4F/agent.847 SSH_AGENT_PID=848 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/master@tmp/private_key_2711440039004712566.key (/home/jenkins/agent/workspace/master@tmp/private_key_2711440039004712566.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-tm43x-9gczp Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 848 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-tm43x-9gczp Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-ZfGYTVPwyjqJ/agent.911; export SSH_AUTH_SOCK; SSH_AGENT_PID=912; export SSH_AGENT_PID; echo Agent pid 912; SSH_AUTH_SOCK=/tmp/ssh-ZfGYTVPwyjqJ/agent.911 SSH_AGENT_PID=912 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/master@tmp/private_key_8389169985667271231.key (/home/jenkins/agent/workspace/master@tmp/private_key_8389169985667271231.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/202406101407 + echo nightly 2.5.5-N202406101407 does not exist yet nightly 2.5.5-N202406101407 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/202406101407 [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202406101407/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/202406101407/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/202406101407/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/202406101407/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/202406101407/repository-2.5.5-N202406101407.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/202406101407/runner/rcptt.runner-2.5.5-N202406101407.zip [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202406101407/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/202406101407/ide/rcptt.ide-2.5.5-N202406101407-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/202406101407/ide/rcptt.ide-2.5.5-N202406101407-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/202406101407/ide/rcptt.ide-2.5.5-N202406101407-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/202406101407/ide/rcptt.ide-2.5.5-N202406101407-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/202406101407/full [Pipeline] } Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-tm43x-9gczp Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 912 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-tm43x-9gczp Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-BIlr5ThvACgq/agent.1189; export SSH_AUTH_SOCK; SSH_AGENT_PID=1190; export SSH_AGENT_PID; echo Agent pid 1190; SSH_AUTH_SOCK=/tmp/ssh-BIlr5ThvACgq/agent.1189 SSH_AGENT_PID=1190 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/master@tmp/private_key_17930297736206355175.key (/home/jenkins/agent/workspace/master@tmp/private_key_17930297736206355175.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-tm43x-9gczp Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1190 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-tm43x-9gczp Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-87DS7h8MLLbm/agent.1235; export SSH_AUTH_SOCK; SSH_AGENT_PID=1236; export SSH_AGENT_PID; echo Agent pid 1236; SSH_AUTH_SOCK=/tmp/ssh-87DS7h8MLLbm/agent.1235 SSH_AGENT_PID=1236 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/master@tmp/private_key_5386766513555293015.key (/home/jenkins/agent/workspace/master@tmp/private_key_5386766513555293015.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-tm43x-9gczp Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1236 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // container [Pipeline] container [Pipeline] { [Pipeline] sh + mvn -f releng/runner/pom.xml clean deploy -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -e -B [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/full/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/rap/target/repository [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.31/ (128B) [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2024-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2024-03 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2024-03/202403131000/ (140B) [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/core/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/e4x/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/dependencies/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner:org.eclipse.rcptt.runner:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.headless:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.integration:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner:rcptt.runner:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/product/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] runner [pom] [INFO] runner [pom] [INFO] org.eclipse.rcptt.runner [eclipse-plugin] [INFO] runner.features [pom] [INFO] org.eclipse.rcptt.runner.integration [eclipse-feature] [INFO] org.eclipse.rcptt.runner.headless [eclipse-feature] [INFO] rcptt.runner [eclipse-application] [INFO] [INFO] ----------------------< org.eclipse.rcptt:runner >---------------------- [INFO] Building runner 2.5.5-SNAPSHOT [1/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ runner --- [INFO] Installing /home/jenkins/agent/workspace/master/releng/runner/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/runner-2.5.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ runner --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/maven-metadata.xml (604 B at 1.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/runner-2.5.5-20240610.194944-339.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-20240610.194944-339.pom (1.7 kB at 22 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/maven-metadata.xml (343 B at 2.2 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 1.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.5 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.202406011405 [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.202406011405 [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.202406011405 [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.202406011405 [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 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/rcptt.runner-2.5.5-20240610.195002-339.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-20240610.195002-339.zip (159 MB at 23 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-20240610.195002-339.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-20240610.195002-339.pom (1.3 kB at 25 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/maven-metadata.xml (356 B at 4.8 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 11 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 3.6 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] runner 2.5.5-SNAPSHOT .............................. SUCCESS [ 1.504 s] [INFO] runner ............................................. SUCCESS [ 0.204 s] [INFO] org.eclipse.rcptt.runner ........................... SUCCESS [ 6.696 s] [INFO] runner.features .................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.runner.integration ............... SUCCESS [ 0.917 s] [INFO] org.eclipse.rcptt.runner.headless .................. SUCCESS [ 1.867 s] [INFO] rcptt.runner 2.5.5-SNAPSHOT ........................ SUCCESS [ 15.558 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 48.328 s [INFO] Finished at: 2024-06-10T19:50:10Z [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 14 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 358 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-modules --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-modules --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-modules removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rcptt-maven-modules --- [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/rcptt-maven-modules-2.5.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ rcptt-maven-modules --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 2.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 4.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/rcptt-maven-modules-2.5.5-20240610.195015-338.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-20240610.195015-338.pom (2.5 kB at 12 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 4.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml (617 B at 6.1 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/maven-metadata.xml (356 B at 4.9 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 11 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-20240610.195019-338.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-20240610.195019-338.jar (23 kB at 375 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-20240610.195019-338.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-20240610.195019-338.pom (1.5 kB at 22 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 5.2 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 9.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/maven-metadata.xml (353 B at 3.2 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 9.3 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-20240610.195022-338.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-20240610.195022-338.jar (39 kB at 620 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-20240610.195022-338.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-20240610.195022-338.pom (1.8 kB at 36 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 6.3 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 2.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/maven-metadata.xml (791 B at 9.2 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 5.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 3.3 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] RCPTT maven support modules 2.5.5-SNAPSHOT ......... SUCCESS [ 2.424 s] [INFO] Utilities for RCPTT-related maven plugins .......... SUCCESS [ 3.667 s] [INFO] RCPTT runner maven plugin 2.5.5-SNAPSHOT ........... SUCCESS [ 3.942 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10.303 s [INFO] Finished at: 2024-06-10T19:50:23Z [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 120042 Jps -Denv.class.path= -Dapplication.home=/usr/lib/jvm/java-17-openjdk-amd64 -Xms8m -Djdk.module.main=jdk.jcmd [Pipeline] sh + ps x PID TTY STAT TIME COMMAND 1 pts/0 Ss+ 0:00 /bin/bash /dockerstartup/vnc_startup.sh --wait 18 pts/0 S+ 0:00 bash /headless/noVNC/utils/launch.sh --vnc localhost:5901 --listen 6901 32 pts/0 S+ 0:02 /usr/bin/python /headless/noVNC/utils/websockify/run --web /headless/noVNC/utils/../ 6901 localhost:5901 43 pts/0 S+ 7:14 /usr/bin/Xvnc :1 -auth /headless/.Xauthority -depth 24 -desktop rcptt-build-and-deploy-agent-3.5.4-tm43x-9gczp:1 () -fp /usr/share/fonts/X11//misc,/usr/share/fonts/X11//Type1 -geometry 1280x1024 -pn -rfbauth /headless/.vnc/passwd -rfbport 5901 -rfbwait 30000 51 pts/0 S+ 0:00 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/X11/xinit/xserverrc 59 pts/0 S+ 0:00 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/X11/xinit/xserverrc --replace 83 pts/0 Sl+ 0:00 xfce4-session 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 109 ? S 0:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd 113 pts/0 Sl+ 0:00 xfce4-session 116 pts/0 S+ 0:36 xfwm4 120 ? S 0:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd 122 pts/0 S+ 0:00 xfce4-panel 124 pts/0 S+ 0:00 Thunar --daemon 128 pts/0 Sl+ 0:09 xfdesktop 134 ? Ssl 0:00 xfsettingsd 140 pts/0 S+ 0:00 xfce4-panel 141 pts/0 Sl+ 0:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/migrate 145 pts/0 S+ 0:00 Thunar --daemon 152 ? Ss 0:00 xfsettingsd 160 pts/0 Sl+ 0:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/migrate 169 ? Sl 0:00 /usr/lib/gvfs/gvfsd 185 ? 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.13 /org/gtk/gvfs/exec_spaw/0 212 ? Sl 0:00 /usr/lib/gvfs/gvfsd-metadata 2521 ? Sl 0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher 2526 ? S 0:00 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3 2528 ? Sl 0:00 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session 119975 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/jenkins-result.txt'; wait) >&- 2>&- & 119977 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-959e8b03/jenkins-result.txt'; wait) >&- 2>&- & 120025 ? S 0:00 sleep 3 120036 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-95017d54' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/jenkins-result.txt'; wait) >&- 2>&- & 120038 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-95017d54' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-95017d54/jenkins-result.txt'; wait) >&- 2>&- & 120041 ? S 0:00 sleep 3 120064 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/jenkins-result.txt'; wait) >&- 2>&- & 120066 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/jenkins-result.txt'; wait) >&- 2>&- & 120067 ? S 0:00 sh -xe /home/jenkins/agent/workspace/master@tmp/durable-9436cbf6/script.sh.copy 120069 ? R 0:00 ps x 120070 ? 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